32 real(rp) :: xmin, xmax
33 real(rp) :: ymin, ymax
36 real(rp),
allocatable :: lon(:,:)
37 real(rp),
allocatable :: lat(:,:)
60 lcdomID, refElem, myrank )
65 integer,
intent(in) :: lcdomid
67 integer,
intent(in),
optional :: myrank
70 this%refElem2D => refelem
80 logical,
intent(in) :: is_generated
83 if (is_generated)
then
84 deallocate( this%lon, this%lat )
91end module scale_localmesh_2d
module FElib / Element / Base
module FElib / Mesh / Local 2D
subroutine, public localmesh2d_final(this, is_generated)
subroutine, public localmesh2d_init(this, lcdomid, refelem, myrank)
module FElib / Mesh / Local, Base
subroutine, public localmeshbase_final(this, is_generated)
subroutine, public localmeshbase_init(this, lcdomid, refelem, ndim, myrank)