FE-Project
|
Derived type representing a field with 2D local mesh. More...
Public Member Functions | |
procedure | init (this, mesh, data_type) |
Setup an object to manage a field data on 2D local computational mesh. | |
procedure | final (this) |
Finalize an object to manage a field data on 2D local computational mesh. |
Public Attributes | |
type(localmesh2d), pointer | mesh => null() |
Public Attributes inherited from scale_localmeshfield_base::localmeshfieldbase | |
real(rp), dimension(:,:), allocatable | val |
Buffer to save field data at all nodes. | |
real(rp), dimension(:,:), allocatable | face_val |
Buffer to save field data at face nodes. |
Derived type representing a field with 2D local mesh.
Definition at line 61 of file scale_localmeshfield_base.F90.
procedure scale_localmeshfield_base::localmeshfield2d::init | ( | class(localmeshfield2d), intent(inout) | this, |
class(localmesh2d), intent(in), target | mesh, | ||
integer, intent(in), optional | data_type ) |
Setup an object to manage a field data on 2D local computational mesh.
[in] | mesh | Object to manage a field data on a 2D local mesh |
[in] | data_type | ID of data type (all nodes or face nodes) |
Definition at line 64 of file scale_localmeshfield_base.F90.
procedure scale_localmeshfield_base::localmeshfield2d::final | ( | class(localmeshfield2d), intent(inout) | this | ) |
Finalize an object to manage a field data on 2D local computational mesh.
Definition at line 65 of file scale_localmeshfield_base.F90.
type(localmesh2d), pointer scale_localmeshfield_base::localmeshfield2d::mesh => null() |
Definition at line 62 of file scale_localmeshfield_base.F90.