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 )
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)
Finalize an object to manage a local computational mesh.
subroutine, public localmeshbase_init(this, lcdomid, refelem, ndim, myrank)
Setup an object to manage a local computational mesh.
Derived type representing a 2D reference element.
Derived type representing an arbitrary finite element.
Derived type to manage a local computational domain (base type)