FE-Project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
scale_model_meshbase_manager::modelmeshbase1d Type Reference
Inheritance diagram for scale_model_meshbase_manager::modelmeshbase1d:
scale_model_meshbase_manager::modelmeshbase scale_model_mesh_manager::modelmesh1d

Public Member Functions

procedure, public modelmeshbase1d_init (this, mesh)
 
procedure, public modelmeshbase1d_final (this)
 
procedure, public getmodelmesh (this, ptr_mesh)
 
- Public Member Functions inherited from scale_model_meshbase_manager::modelmeshbase
procedure modelmeshbase_init (this, ndim)
 
procedure modelmeshbase_final (this)
 
procedure get_communicatorid (this, max_communicator_num)
 
procedure(modelmeshbase_get_modelmesh), deferred, public getmodelmesh modelmeshbase_get_modelmesh
 

Public Attributes

class(meshbase1d), pointer ptr_mesh
 
- Public Attributes inherited from scale_model_meshbase_manager::modelmeshbase
type(sparsemat), dimension(:), allocatable doptrmat
 
type(sparsemat), dimension(:), allocatable soptrmat
 
type(sparsematliftoptrmat
 
class(elementoperationbase3d), pointer element3d_operation
 
integer communicator_num
 

Detailed Description

Definition at line 66 of file scale_model_meshbase_manager.F90.

Member Function/Subroutine Documentation

◆ modelmeshbase1d_init()

procedure, public scale_model_meshbase_manager::modelmeshbase1d::modelmeshbase1d_init ( class(modelmeshbase1d), intent(inout), target this,
class(meshbase1d), intent(in), target mesh )

Definition at line 69 of file scale_model_meshbase_manager.F90.

◆ modelmeshbase1d_final()

procedure, public scale_model_meshbase_manager::modelmeshbase1d::modelmeshbase1d_final ( class(modelmeshbase1d), intent(inout), target this)

Definition at line 70 of file scale_model_meshbase_manager.F90.

◆ getmodelmesh()

procedure, public scale_model_meshbase_manager::modelmeshbase1d::getmodelmesh ( class(modelmeshbase1d), intent(in), target this,
class(meshbase), intent(out), pointer ptr_mesh )

Definition at line 71 of file scale_model_meshbase_manager.F90.

Member Data Documentation

◆ ptr_mesh

class(meshbase1d), pointer scale_model_meshbase_manager::modelmeshbase1d::ptr_mesh

Definition at line 67 of file scale_model_meshbase_manager.F90.

67 class(MeshBase1D), pointer :: ptr_mesh

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