Public Member Functions | |
procedure, public | modelmeshbase2d_init (this, mesh) |
procedure, public | modelmeshbase2d_final (this) |
procedure, public | getmodelmesh (this, ptr_mesh) |
![]() | |
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(meshbase2d), pointer | ptr_mesh |
![]() | |
type(sparsemat), dimension(:), allocatable | doptrmat |
type(sparsemat), dimension(:), allocatable | soptrmat |
type(sparsemat) | liftoptrmat |
class(elementoperationbase3d), pointer | element3d_operation |
integer | communicator_num |
Definition at line 74 of file scale_model_meshbase_manager.F90.
procedure, public scale_model_meshbase_manager::modelmeshbase2d::modelmeshbase2d_init | ( | class(modelmeshbase2d), intent(inout), target | this, |
class(meshbase2d), intent(in), target | mesh ) |
Definition at line 77 of file scale_model_meshbase_manager.F90.
procedure, public scale_model_meshbase_manager::modelmeshbase2d::modelmeshbase2d_final | ( | class(modelmeshbase2d), intent(inout), target | this | ) |
Definition at line 78 of file scale_model_meshbase_manager.F90.
procedure, public scale_model_meshbase_manager::modelmeshbase2d::getmodelmesh | ( | class(modelmeshbase2d), intent(in), target | this, |
class(meshbase), intent(out), pointer | ptr_mesh ) |
Definition at line 79 of file scale_model_meshbase_manager.F90.
class(meshbase2d), pointer scale_model_meshbase_manager::modelmeshbase2d::ptr_mesh |
Definition at line 75 of file scale_model_meshbase_manager.F90.