Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
mesh_field::mesh_fld_t Type Reference
Collaboration diagram for mesh_field::mesh_fld_t:

Public Member Functions

procedure, pass(fld) init (fld, msh, fld_name)
 
procedure, pass(fld) free (fld)
 

Public Attributes

integer, dimension(:), allocatable data
 Data.
 
type(mesh_t), pointer msh
 Mesh.
 
character(len=80) name
 

Detailed Description

Todo:
Add support for different data types

Definition at line 41 of file mesh_field.f90.

Member Function/Subroutine Documentation

◆ free()

procedure, pass(fld) mesh_field::mesh_fld_t::free ( class(mesh_fld_t), intent(inout fld)

Definition at line 47 of file mesh_field.f90.

◆ init()

procedure, pass(fld) mesh_field::mesh_fld_t::init ( class(mesh_fld_t), intent(inout fld,
type(mesh_t), intent(in), target  msh,
character(len=*), optional  fld_name 
)

Definition at line 46 of file mesh_field.f90.

Member Data Documentation

◆ data

integer, dimension(:), allocatable mesh_field::mesh_fld_t::data

Definition at line 42 of file mesh_field.f90.

◆ msh

type(mesh_t), pointer mesh_field::mesh_fld_t::msh

Definition at line 43 of file mesh_field.f90.

◆ name

character(len=80) mesh_field::mesh_fld_t::name

Definition at line 44 of file mesh_field.f90.


The documentation for this type was generated from the following file: