|
Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Defines an output for a fluid.
Data Types | |
| type | fluid_output_t |
| Fluid output. More... | |
Functions/Subroutines | |
| subroutine | fluid_output_init (this, precision, fluid, scalar_fields, name, path, fmt, layout) |
| subroutine | fluid_output_free (this) |
| Destroy a fluid output list. | |
| subroutine | fluid_output_sample (this, t) |
| Sample a fluid solution at time t. | |
|
private |
Definition at line 165 of file fluid_output.f90.
| subroutine fluid_output::fluid_output_init | ( | class(fluid_output_t), intent(inout) | this, |
| integer, intent(inout) | precision, | ||
| class(fluid_scheme_base_t), intent(in), target | fluid, | ||
| class(scalars_t), intent(in), optional, target | scalar_fields, | ||
| character(len=*), intent(in), optional | name, | ||
| character(len=*), intent(in), optional | path, | ||
| character(len=*), intent(in), optional | fmt, | ||
| integer, intent(in), optional | layout | ||
| ) |
Definition at line 61 of file fluid_output.f90.
|
private |
Definition at line 173 of file fluid_output.f90.