FE-Project
|
module FElib / Data / base More...
Data Types | |
type | localmeshfield1d |
Derived type representing a field with 1D local mesh. More... | |
type | localmeshfield2d |
Derived type representing a field with 2D local mesh. More... | |
type | localmeshfield3d |
Derived type representing a field with 3D local mesh. More... | |
type | localmeshfieldbase |
Derived type representing a field with local mesh (base type) More... | |
type | localmeshfieldbaselist |
Variables | |
integer, parameter, public | local_meshfield_type_nodes_val = 1 |
ID of data type with a field on all nodes in local mesh. | |
integer, parameter, public | local_meshfield_type_nodes_faceval = 2 |
ID of data type with a field on face nodes in local mesh. |
module FElib / Data / base
integer, parameter, public scale_localmeshfield_base::local_meshfield_type_nodes_val = 1 |
ID of data type with a field on all nodes in local mesh.
Definition at line 80 of file scale_localmeshfield_base.F90.
integer, parameter, public scale_localmeshfield_base::local_meshfield_type_nodes_faceval = 2 |
ID of data type with a field on face nodes in local mesh.
Definition at line 81 of file scale_localmeshfield_base.F90.