| 
    Neko 0.9.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 

Public Member Functions | |
| procedure, pass(this) | init (this, u, v, w, p) | 
| Initialize a mean squared flow field.   | |
| procedure, pass(this) | free (this) | 
| Deallocates a mean squared flow field.   | |
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 | ( | class(mean_sqr_flow_t), intent(inout) | this | ) | 
Definition at line 47 of file mean_sqr_flow.f90.
| procedure, pass(this) mean_sqr_flow::mean_sqr_flow_t::init | ( | class(mean_sqr_flow_t), intent(inout) | this, | 
| type(field_t), intent(inout) | u, | ||
| type(field_t), intent(inout) | v, | ||
| type(field_t), intent(inout) | w, | ||
| type(field_t), intent(inout) | p | ||
| ) | 
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.