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

Public Member Functions

procedure atmosmesh_init (this, mesh)
 
procedure atmosmesh_final (this)
 
procedure(atmosmesh_setup_restartfile1), deferred, public setup_restartfile1 atmosmesh_setup_restartfile1
 
procedure(atmosmesh_setup_restartfile2), deferred, public setup_restartfile2 atmosmesh_setup_restartfile2
 
procedure(atmosmesh_calc_uvmet), deferred, public calc_uvmet atmosmesh_calc_uvmet
 
generic setup_restartfile setup_restartfile1
 
generic setup_restartfile setup_restartfile2
 
procedure(atmosmesh_setup_vcoord), deferred, public setup_vcoordinate atmosmesh_setup_vcoord
 
- Public Member Functions inherited from scale_model_mesh_manager::modelmesh3d
procedure, public modelmesh3d_init (this, mesh)
 
procedure, public modelmesh3d_final (this)
 
procedure(modelmesh3d_create_communicator), deferred, public create_communicator modelmesh3d_create_communicator
 
- Public Member Functions inherited from scale_model_meshbase_manager::modelmeshbase3d
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

type(hexahedralelementelement
 
type(lineelementelement_v1d
 
type(meshtopographytopography
 
integer vcoord_type_id
 
logical comm_use_mpi_pc
 
- Public Attributes inherited from scale_model_meshbase_manager::modelmeshbase3d
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 44 of file mod_atmos_mesh.F90.

Member Function/Subroutine Documentation

◆ atmosmesh_init()

procedure mod_atmos_mesh::atmosmesh::atmosmesh_init ( class(atmosmesh), intent(inout), target this,
class(meshbase3d), intent(in) mesh )

Definition at line 53 of file mod_atmos_mesh.F90.

◆ atmosmesh_final()

procedure mod_atmos_mesh::atmosmesh::atmosmesh_final ( class(atmosmesh), intent(inout) this)

Definition at line 54 of file mod_atmos_mesh.F90.

◆ setup_restartfile1()

procedure(atmosmesh_setup_restartfile1), deferred, public mod_atmos_mesh::atmosmesh::setup_restartfile1
pure virtual

Definition at line 55 of file mod_atmos_mesh.F90.

◆ setup_restartfile2()

procedure(atmosmesh_setup_restartfile2), deferred, public mod_atmos_mesh::atmosmesh::setup_restartfile2
pure virtual

Definition at line 56 of file mod_atmos_mesh.F90.

◆ calc_uvmet()

procedure(atmosmesh_calc_uvmet), deferred, public mod_atmos_mesh::atmosmesh::calc_uvmet
pure virtual

Definition at line 57 of file mod_atmos_mesh.F90.

◆ setup_restartfile() [1/2]

generic mod_atmos_mesh::atmosmesh::setup_restartfile

Definition at line 58 of file mod_atmos_mesh.F90.

◆ setup_restartfile() [2/2]

generic mod_atmos_mesh::atmosmesh::setup_restartfile

Definition at line 58 of file mod_atmos_mesh.F90.

◆ setup_vcoordinate()

procedure(atmosmesh_setup_vcoord), deferred, public mod_atmos_mesh::atmosmesh::setup_vcoordinate
pure virtual

Definition at line 59 of file mod_atmos_mesh.F90.

Member Data Documentation

◆ element

type(hexahedralelement) mod_atmos_mesh::atmosmesh::element

Definition at line 45 of file mod_atmos_mesh.F90.

45 type(HexahedralElement) :: element

◆ element_v1d

type(lineelement) mod_atmos_mesh::atmosmesh::element_v1d

Definition at line 46 of file mod_atmos_mesh.F90.

46 type(LineElement) :: element_v1D

◆ topography

type(meshtopography) mod_atmos_mesh::atmosmesh::topography

Definition at line 48 of file mod_atmos_mesh.F90.

48 type(MeshTopography) :: topography

◆ vcoord_type_id

integer mod_atmos_mesh::atmosmesh::vcoord_type_id

Definition at line 49 of file mod_atmos_mesh.F90.

49 integer :: vcoord_type_id

◆ comm_use_mpi_pc

logical mod_atmos_mesh::atmosmesh::comm_use_mpi_pc

Definition at line 51 of file mod_atmos_mesh.F90.

51 logical :: comm_use_mpi_pc

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