Neko 0.9.99
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, name, path) |
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 96 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(scalar_scheme_t), intent(in), optional, target | scalar, | ||
character(len=*), intent(in), optional | name, | ||
character(len=*), intent(in), optional | path | ||
) |
Definition at line 57 of file fluid_output.f90.
|
private |
Definition at line 104 of file fluid_output.f90.