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