FE-Project
|
Public Member Functions | |
procedure, public | modelmeshbase1d_init (this, mesh) |
procedure, public | modelmeshbase1d_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(meshbase1d), 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 66 of file scale_model_meshbase_manager.F90.
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.
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.
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.
class(meshbase1d), pointer scale_model_meshbase_manager::modelmeshbase1d::ptr_mesh |
Definition at line 67 of file scale_model_meshbase_manager.F90.