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

Public Member Functions

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

Public Attributes

type(localmesh1d), 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 51 of file scale_localmeshfield_base.F90.

Member Function/Subroutine Documentation

◆ init()

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

Definition at line 54 of file scale_localmeshfield_base.F90.

◆ final()

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

Definition at line 55 of file scale_localmeshfield_base.F90.

Member Data Documentation

◆ mesh

type(localmesh1d), pointer scale_localmeshfield_base::localmeshfield1d::mesh => null()

Definition at line 52 of file scale_localmeshfield_base.F90.

52 type(LocalMesh1D), pointer :: mesh => null()

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