32 real(rp) :: xmin, xmax
55 lcdomID, refElem, myrank )
60 integer,
intent(in) :: lcdomid
62 integer,
intent(in),
optional :: myrank
65 this%refElem1D => refelem
76 logical,
intent(in) :: is_generated
module FElib / Element / Base
module FElib / Mesh / Local 1D
subroutine, public localmesh1d_final(this, is_generated)
subroutine, public localmesh1d_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 1D reference element.
Derived type representing an arbitrary finite element.
Derived type to manage a local computational domain (base type)