| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Defines a mesh field. More...
Data Types | |
| type | mesh_fld_t | 
Functions/Subroutines | |
| subroutine | mesh_field_init (fld, msh, fld_name) | 
| subroutine | mesh_field_free (fld) | 
A mesh field is a scalar integer cell based field ( \( dQ_0 \))
      
  | 
  private | 
Definition at line 73 of file mesh_field.f90.
| subroutine mesh_field::mesh_field_init | ( | class(mesh_fld_t), intent(inout) | fld, | 
| type(mesh_t), intent(in), target | msh, | ||
| character(len=*), optional | fld_name | ||
| ) | 
Definition at line 52 of file mesh_field.f90.