FE-Project
|
Derived type representing a field with local mesh (base type) More...
Public Attributes | |
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 local mesh (base type)
Definition at line 43 of file scale_localmeshfield_base.F90.
real(rp), dimension(:,:), allocatable scale_localmeshfield_base::localmeshfieldbase::val |
Buffer to save field data at all nodes.
Definition at line 44 of file scale_localmeshfield_base.F90.
real(rp), dimension(:,:), allocatable scale_localmeshfield_base::localmeshfieldbase::face_val |
Buffer to save field data at face nodes.
Definition at line 45 of file scale_localmeshfield_base.F90.