FE-Project
|
module FElib / Mesh / Local 3D More...
Data Types | |
type | localmesh3d |
Derived type to manage a local 3D computational domain. More... |
Functions/Subroutines | |
subroutine, public | localmesh3d_init (this, lcdomid, refelem, myrank) |
Initialize an object to manage a 3D local computational domain. | |
subroutine, public | localmesh3d_final (this, is_generated) |
Finalize an object to manage a 3D local computational domain. |
module FElib / Mesh / Local 3D
subroutine, public scale_localmesh_3d::localmesh3d_init | ( | class(localmesh3d), intent(inout) | this, |
integer, intent(in) | lcdomid, | ||
class(elementbase3d), intent(in), target | refelem, | ||
integer, intent(in), optional | myrank ) |
Initialize an object to manage a 3D local computational domain.
Definition at line 86 of file scale_localmesh_3d.F90.
References scale_localmesh_base::localmeshbase_init().
Referenced by scale_localmesh_3d::localmesh3d::getvmapz3d(), and scale_mesh_base3d::meshbase3d_init().
subroutine, public scale_localmesh_3d::localmesh3d_final | ( | type(localmesh3d), intent(inout) | this, |
logical, intent(in) | is_generated ) |
Finalize an object to manage a 3D local computational domain.
Definition at line 106 of file scale_localmesh_3d.F90.
References scale_localmesh_base::localmeshbase_final().
Referenced by scale_localmesh_3d::localmesh3d::getvmapz3d(), and scale_mesh_base3d::meshbase3d_final().