Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Public Member Functions | |
procedure, pass(this) | init => mean_sqr_flow_init |
procedure, pass(this) | free => mean_sqr_flow_free |
Public Attributes | |
type(mean_sqr_field_t) | uu |
type(mean_sqr_field_t) | vv |
type(mean_sqr_field_t) | ww |
type(mean_sqr_field_t) | pp |
Definition at line 40 of file mean_sqr_flow.f90.
procedure, pass(this) mean_sqr_flow::mean_sqr_flow_t::free |
Definition at line 47 of file mean_sqr_flow.f90.
procedure, pass(this) mean_sqr_flow::mean_sqr_flow_t::init |
Definition at line 46 of file mean_sqr_flow.f90.
type(mean_sqr_field_t) mean_sqr_flow::mean_sqr_flow_t::pp |
Definition at line 44 of file mean_sqr_flow.f90.
type(mean_sqr_field_t) mean_sqr_flow::mean_sqr_flow_t::uu |
Definition at line 41 of file mean_sqr_flow.f90.
type(mean_sqr_field_t) mean_sqr_flow::mean_sqr_flow_t::vv |
Definition at line 42 of file mean_sqr_flow.f90.
type(mean_sqr_field_t) mean_sqr_flow::mean_sqr_flow_t::ww |
Definition at line 43 of file mean_sqr_flow.f90.