FE-Project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
scale_localmeshfield_base::localmeshfield2d Type Reference
Inheritance diagram for scale_localmeshfield_base::localmeshfield2d:
scale_localmeshfield_base::localmeshfieldbase

Public Member Functions

procedure init (this, mesh, data_type)
 
procedure final (this)
 

Public Attributes

type(localmesh2d), pointer mesh => null()
 
- Public Attributes inherited from scale_localmeshfield_base::localmeshfieldbase
real(rp), dimension(:,:), allocatable val
 
real(rp), dimension(:,:), allocatable face_val
 

Detailed Description

Definition at line 58 of file scale_localmeshfield_base.F90.

Member Function/Subroutine Documentation

◆ init()

procedure scale_localmeshfield_base::localmeshfield2d::init ( class(localmeshfield2d), intent(inout) this,
class(localmesh2d), intent(in), target mesh,
integer, intent(in), optional data_type )

Definition at line 61 of file scale_localmeshfield_base.F90.

◆ final()

procedure scale_localmeshfield_base::localmeshfield2d::final ( class(localmeshfield2d), intent(inout) this)

Definition at line 62 of file scale_localmeshfield_base.F90.

Member Data Documentation

◆ mesh

type(localmesh2d), pointer scale_localmeshfield_base::localmeshfield2d::mesh => null()

Definition at line 59 of file scale_localmeshfield_base.F90.

59 type(LocalMesh2D), pointer :: mesh => null()

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