|
FE-Project
|
module FElib / Mesh / Local 2D More...
Data Types | |
| type | localmesh2d |
Functions/Subroutines | |
| subroutine, public | localmesh2d_init (this, lcdomid, refelem, myrank) |
| subroutine, public | localmesh2d_final (this, is_generated) |
module FElib / Mesh / Local 2D
| subroutine, public scale_localmesh_2d::localmesh2d_init | ( | class(localmesh2d), intent(inout) | this, |
| integer, intent(in) | lcdomid, | ||
| class(elementbase2d), intent(in), target | refelem, | ||
| integer, intent(in), optional | myrank ) |
Definition at line 59 of file scale_localmesh_2d.F90.
References scale_localmesh_base::localmeshbase_init().
Referenced by scale_mesh_base2d::meshbase2d_init().
| subroutine, public scale_localmesh_2d::localmesh2d_final | ( | type(localmesh2d), intent(inout) | this, |
| logical, intent(in) | is_generated ) |
Definition at line 77 of file scale_localmesh_2d.F90.
References scale_localmesh_base::localmeshbase_final().
Referenced by scale_mesh_base2d::meshbase2d_final().