FE-Project
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
scale_model_meshbase_manager::modelmeshbase3d Type Reference
Inheritance diagram for scale_model_meshbase_manager::modelmeshbase3d:
scale_model_meshbase_manager::modelmeshbase scale_model_mesh_manager::modelmesh3d mod_atmos_mesh::atmosmesh mod_atmos_mesh_gm::atmosmeshgm mod_atmos_mesh_rm::atmosmeshrm

Public Member Functions

procedure, public modelmeshbase3d_init (this, mesh)
 
procedure, public modelmeshbase3d_final (this)
 
procedure, public prepairelementoperation (this, element_operation_type, spmv_storage_format_)
 
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(meshbase3d), pointer ptr_mesh
 
type(elementoperationgeneralelement_operation_general
 
class(elementoperationtensorprod3d), allocatable element_operation_tensorprod
 
logical initialized_element_operation
 
- 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 82 of file scale_model_meshbase_manager.F90.

Member Function/Subroutine Documentation

◆ modelmeshbase3d_init()

procedure, public scale_model_meshbase_manager::modelmeshbase3d::modelmeshbase3d_init ( class(modelmeshbase3d), intent(inout), target this,
class(meshbase3d), intent(in), target mesh )

Definition at line 88 of file scale_model_meshbase_manager.F90.

◆ modelmeshbase3d_final()

procedure, public scale_model_meshbase_manager::modelmeshbase3d::modelmeshbase3d_final ( class(modelmeshbase3d), intent(inout), target this)

Definition at line 89 of file scale_model_meshbase_manager.F90.

◆ prepairelementoperation()

procedure, public scale_model_meshbase_manager::modelmeshbase3d::prepairelementoperation ( class(modelmeshbase3d), intent(inout), target this,
character(len=*), intent(in), optional element_operation_type,
character(len=*), intent(in), optional spmv_storage_format_ )

Definition at line 90 of file scale_model_meshbase_manager.F90.

◆ getmodelmesh()

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

Definition at line 91 of file scale_model_meshbase_manager.F90.

Member Data Documentation

◆ ptr_mesh

class(meshbase3d), pointer scale_model_meshbase_manager::modelmeshbase3d::ptr_mesh

Definition at line 83 of file scale_model_meshbase_manager.F90.

83 class(MeshBase3D), pointer :: ptr_mesh

◆ element_operation_general

type(elementoperationgeneral) scale_model_meshbase_manager::modelmeshbase3d::element_operation_general

Definition at line 84 of file scale_model_meshbase_manager.F90.

84 type(ElementOperationGeneral) :: element_operation_general

◆ element_operation_tensorprod

class(elementoperationtensorprod3d), allocatable scale_model_meshbase_manager::modelmeshbase3d::element_operation_tensorprod

Definition at line 85 of file scale_model_meshbase_manager.F90.

85 class(ElementOperationTensorProd3D), allocatable :: element_operation_tensorprod

◆ initialized_element_operation

logical scale_model_meshbase_manager::modelmeshbase3d::initialized_element_operation

Definition at line 86 of file scale_model_meshbase_manager.F90.

86 logical :: initialized_element_operation

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