FE-Project
|
module FElib / Mesh / Local 1D More...
Data Types | |
type | localmesh1d |
Functions/Subroutines | |
subroutine, public | localmesh1d_init (this, lcdomid, refelem, myrank) |
subroutine, public | localmesh1d_final (this, is_generated) |
module FElib / Mesh / Local 1D
subroutine, public scale_localmesh_1d::localmesh1d_init | ( | type(localmesh1d), intent(inout) | this, |
integer, intent(in) | lcdomid, | ||
class(elementbase1d), intent(in), target | refelem, | ||
integer, intent(in), optional | myrank ) |
Definition at line 54 of file scale_localmesh_1d.F90.
References scale_localmesh_base::localmeshbase_init().
Referenced by scale_mesh_base1d::meshbase1d_init().
subroutine, public scale_localmesh_1d::localmesh1d_final | ( | type(localmesh1d), intent(inout) | this, |
logical, intent(in) | is_generated ) |
Definition at line 72 of file scale_localmesh_1d.F90.
References scale_localmesh_base::localmeshbase_final().
Referenced by scale_mesh_base1d::meshbase1d_final().