FE-Project
Loading...
Searching...
No Matches
scale_localmeshfield_base::localmeshfieldbase Type Reference

Derived type representing a field with local mesh (base type) More...

Inheritance diagram for scale_localmeshfield_base::localmeshfieldbase:
scale_localmeshfield_base::localmeshfield1d scale_localmeshfield_base::localmeshfield2d scale_localmeshfield_base::localmeshfield3d

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.

Detailed Description

Derived type representing a field with local mesh (base type)

Definition at line 43 of file scale_localmeshfield_base.F90.

Member Data Documentation

◆ val

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.

44 real(RP), allocatable :: val(:,:) !< Buffer to save field data at all nodes

◆ face_val

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.

45 real(RP), allocatable :: face_val(:,:) !< Buffer to save field data at face nodes

The documentation for this type was generated from the following file: