Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Classic NEKTON formulation Compute pressure and velocity using consistent approximation spaces.
Data Types | |
type | fluid_plan1_t |
Functions/Subroutines | |
subroutine | fluid_plan1_init (this, msh, lx, param) |
subroutine | fluid_plan1_free (this) |
subroutine | fluid_plan1_step (this, t, tstep, ext_bdf, dt_controller) |
subroutine fluid_plan1::fluid_plan1_free | ( | class(fluid_plan1_t), intent(inout) | this | ) |
Definition at line 58 of file fluid_plan1.f90.
subroutine fluid_plan1::fluid_plan1_init | ( | class(fluid_plan1_t), intent(inout), target | this, |
type(mesh_t), intent(inout), target | msh, | ||
integer, intent(inout) | lx, | ||
type(param_t), intent(inout), target | param | ||
) |
Setup velocity fields on the space \( Xh \)
Setup pressure field and related space \( Yh \)
Definition at line 21 of file fluid_plan1.f90.
subroutine fluid_plan1::fluid_plan1_step | ( | class(fluid_plan1_t), intent(inout), target | this, |
real(kind=rp), intent(inout) | t, | ||
integer, intent(inout) | tstep, | ||
type(time_scheme_controller_t), intent(inout) | ext_bdf, | ||
type(time_step_controller_t), intent(in) | dt_controller | ||
) |
Definition at line 73 of file fluid_plan1.f90.