FE-Project
|
Derived type representing a field with 1D local mesh. More...
Public Member Functions | |
procedure | init (this, mesh, data_type) |
Setup an object to manage a field data on 1D local computational mesh. | |
procedure | final (this) |
Finalize an object to manage a field data on 1D local computational mesh. |
Public Attributes | |
type(localmesh1d), 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 1D local mesh.
Definition at line 53 of file scale_localmeshfield_base.F90.
procedure scale_localmeshfield_base::localmeshfield1d::init | ( | class(localmeshfield1d), intent(inout) | this, |
class(localmesh1d), intent(in), target | mesh, | ||
integer, intent(in), optional | data_type ) |
Setup an object to manage a field data on 1D local computational mesh.
[in] | mesh | Object to manage a field data on a 1D local mesh |
[in] | data_type | ID of data type (all nodes or face nodes) |
Definition at line 56 of file scale_localmeshfield_base.F90.
procedure scale_localmeshfield_base::localmeshfield1d::final | ( | class(localmeshfield1d), intent(inout) | this | ) |
Finalize an object to manage a field data on 1D local computational mesh.
Definition at line 57 of file scale_localmeshfield_base.F90.
type(localmesh1d), pointer scale_localmeshfield_base::localmeshfield1d::mesh => null() |
Definition at line 54 of file scale_localmeshfield_base.F90.