FE-Project
|
module FElib / Mesh / Local 3D More...
Data Types | |
type | localmesh3d |
Functions/Subroutines | |
subroutine, public | localmesh3d_init (this, lcdomid, refelem, myrank) |
subroutine, public | localmesh3d_final (this, is_generated) |
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 ) |
Definition at line 78 of file scale_localmesh_3d.F90.
References scale_localmesh_base::localmeshbase_init().
Referenced by scale_localmesh_3d::localmesh3d::getvmapz1d(), and scale_mesh_base3d::meshbase3d_init().
subroutine, public scale_localmesh_3d::localmesh3d_final | ( | type(localmesh3d), intent(inout) | this, |
logical, intent(in) | is_generated ) |
Definition at line 97 of file scale_localmesh_3d.F90.
References scale_localmesh_base::localmeshbase_final().
Referenced by scale_localmesh_3d::localmesh3d::getvmapz1d(), and scale_mesh_base3d::meshbase3d_final().