Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
mesh_field Module Reference

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)
 

Detailed Description

A mesh field is a scalar integer cell based field ( \( dQ_0 \))

Function/Subroutine Documentation

◆ mesh_field_free()

subroutine mesh_field::mesh_field_free ( class(mesh_fld_t), intent(inout fld)
private

Definition at line 73 of file mesh_field.f90.

◆ mesh_field_init()

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.