FE-Project
|
Derived type representing a field with 3D local mesh. More...
Public Member Functions | |
procedure | init (this, mesh, data_type) |
Setup an object to manage a field data on 3D local computational mesh. | |
procedure | final (this) |
Finalize an object to manage a field data on 3D local computational mesh. |
Public Attributes | |
type(localmesh3d), 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 3D local mesh.
Definition at line 69 of file scale_localmeshfield_base.F90.
procedure scale_localmeshfield_base::localmeshfield3d::init | ( | class(localmeshfield3d), intent(inout) | this, |
class(localmesh3d), intent(in), target | mesh, | ||
integer, intent(in), optional | data_type ) |
Setup an object to manage a field data on 3D local computational mesh.
[in] | mesh | Object to manage a field data on a 3D local mesh |
Definition at line 72 of file scale_localmeshfield_base.F90.
procedure scale_localmeshfield_base::localmeshfield3d::final | ( | class(localmeshfield3d), intent(inout) | this | ) |
Finalize an object to manage a field data on 3D local computational mesh.
Definition at line 73 of file scale_localmeshfield_base.F90.
type(localmesh3d), pointer scale_localmeshfield_base::localmeshfield3d::mesh => null() |
Definition at line 70 of file scale_localmeshfield_base.F90.