39 real(rp),
allocatable :: pos_ev(:,:)
40 real(rp),
allocatable :: pos_en(:,:,:)
41 real(rp),
allocatable :: normal_fn(:,:,:)
43 real(rp),
allocatable :: sj(:,:)
44 real(rp),
allocatable :: j(:,:)
46 real(rp),
allocatable :: escale(:,:,:,:)
47 real(rp),
allocatable :: fscale(:,:)
49 integer,
allocatable :: etov(:,:)
50 integer,
allocatable :: etoe(:,:)
51 integer,
allocatable :: etof(:,:)
52 integer,
allocatable :: vmapm(:,:)
53 integer,
allocatable :: vmapp(:,:)
54 integer,
allocatable :: mapm(:,:)
55 integer,
allocatable :: mapp(:,:)
57 integer,
allocatable :: bctype(:,:)
58 integer,
allocatable :: mapb(:)
59 integer,
allocatable :: vmapb(:)
70 real(rp),
allocatable :: g_ij(:,:,:,:)
71 real(rp),
allocatable :: gij(:,:,:,:)
72 real(rp),
allocatable :: gsqrt(:,:)
102 use scale_prc,
only: prc_myrank
106 integer,
intent(in) :: lcdomid
108 integer,
intent(in) :: ndim
109 integer,
intent(in),
optional :: myrank
112 this%lcdomID = lcdomid
113 this%refElem => refelem
115 if (
present(myrank))
then
116 this%PRC_myrank = myrank
118 this%PRC_myrank = prc_myrank
128 logical,
intent(in) :: is_generated
131 if ( is_generated )
then
132 deallocate( this%pos_ev, this%pos_en, this%normal_fn )
133 deallocate( this%sJ, this%J )
135 deallocate( this%Escale, this%Fscale )
137 deallocate( this%EToV, this%EToE, this%EToF )
139 if (
allocated(this%VMapM) )
then
140 deallocate( this%VMapM, this%VMapP, this%MapM, this%MapP )
142 if (
allocated(this%VMapB) )
then
143 deallocate( this%BCType )
144 deallocate( this%VMapB, this%MapB )
146 if (
allocated(this%G_ij) )
then
147 deallocate( this%G_ij, this%GIJ )
148 deallocate( this%Gsqrt )
154end module scale_localmesh_base
module FElib / Element / Base
module FElib / Mesh / Local, Base
integer, parameter, public bctype_interior
integer, parameter, public bctype_shoreline
integer, parameter, public bctype_neuman
subroutine, public localmeshbase_final(this, is_generated)
integer, parameter, public bctype_periodic
integer, parameter, public bctype_dirchlet
subroutine, public localmeshbase_init(this, lcdomid, refelem, ndim, myrank)
integer, parameter, public bctype_undefbc