10#include "scaleFElib.h"
64 refelem, nlocalmeshperprc, &
70 integer,
intent(in) :: neg
71 real(rp),
intent(in) :: dom_xmin
72 real(rp),
intent(in) :: dom_xmax
74 integer,
intent(in) :: nlocalmeshperprc
75 integer,
intent(in),
optional :: nproc
76 integer,
intent(in),
optional :: myrank
77 real(rp),
intent(in),
optional :: fx(neg+1)
83 refelem, nlocalmeshperprc, &
86 this%dom_vol = (this%xmax_gl - this%xmin_gl)
107 integer :: tileid_table(this%local_mesh_num, this%prc_num)
108 integer :: panelid_table(this%local_mesh_num*this%prc_num)
109 integer :: pi_table(this%local_mesh_num*this%prc_num)
122 tileid_table, panelid_table, &
127 do n=1, this%LOCAL_MESH_NUM
128 mesh => this%lcmesh_list(n)
129 tileid = tileid_table(n, mesh%PRC_myrank+1)
131 tileid, panelid_table(tileid), &
132 pi_table(tileid), this%Nprc, &
133 this%xmin_gl, this%xmax_gl, &
134 this%NeG / this%Nprc, this%FX(:) )
149 this%isGenerated = .true.
module FElib / Element / Base
module FElib / Element / line
module FElib / Mesh / Local 1D
module FElib / Mesh / Base 1D
subroutine, public meshbase1d_init(this, neg, dom_xmin, dom_xmax, refelem, nlocalmeshperprc, nprocs, myrank, fx)
subroutine, public meshbase1d_final(this)
subroutine, public meshbase1d_assigndomid(this, tileid_table, panelid_table, pi_table)
subroutine, public meshbase1d_setgeometricinfo(lcmesh)
subroutine, public meshbase1d_setuplocaldom(lcmesh, tileid, panelid, i, nprc, dom_xmin, dom_xmax, ne, fx)
module FElib / Mesh / 1D domain
subroutine, public meshlinedom1d_generate(this)
subroutine, public meshlinedom1d_final(this)
subroutine, public meshlinedom1d_init(this, neg, dom_xmin, dom_xmax, refelem, nlocalmeshperprc, nproc, myrank, fx)