FE-Project
|
module FElib / Mesh / Base 1D More...
Data Types | |
type | meshbase1d |
interface | meshbase1d_generate |
Functions/Subroutines | |
subroutine, public | meshbase1d_init (this, neg, dom_xmin, dom_xmax, refelem, nlocalmeshperprc, nprocs, myrank, fx) |
subroutine, public | meshbase1d_final (this) |
subroutine, public | meshbase1d_setgeometricinfo (lcmesh) |
subroutine, public | meshbase1d_assigndomid (this, tileid_table, panelid_table, pi_table) |
subroutine, public | meshbase1d_setuplocaldom (lcmesh, tileid, panelid, i, nprc, dom_xmin, dom_xmax, ne, fx) |
Variables | |
integer, public | meshbase1d_dimtype_num = 2 |
integer, public | meshbase1d_dimtypeid_x = 1 |
integer, public | meshbase1d_dimtypeid_xt = 2 |
module FElib / Mesh / Base 1D
subroutine, public scale_mesh_base1d::meshbase1d_init | ( | class(meshbase1d), intent(inout) | this, |
integer, intent(in) | neg, | ||
real(rp), intent(in) | dom_xmin, | ||
real(rp), intent(in) | dom_xmax, | ||
class(elementbase1d), intent(in), target | refelem, | ||
integer, intent(in) | nlocalmeshperprc, | ||
integer, intent(in), optional | nprocs, | ||
integer, intent(in), optional | myrank, | ||
real(rp), dimension(neg+1), intent(in), optional | fx ) |
Definition at line 79 of file scale_mesh_base1d.F90.
References scale_localmesh_1d::localmesh1d_init(), meshbase1d_dimtype_num, meshbase1d_dimtypeid_x, meshbase1d_dimtypeid_xt, and scale_mesh_base::meshbase_init().
Referenced by scale_mesh_base1d::meshbase1d_generate::meshbase1d_generate(), and scale_mesh_linedom1d::meshlinedom1d_init().
subroutine, public scale_mesh_base1d::meshbase1d_final | ( | class(meshbase1d), intent(inout) | this | ) |
Definition at line 140 of file scale_mesh_base1d.F90.
References scale_localmesh_1d::localmesh1d_final(), and scale_mesh_base::meshbase_final().
Referenced by scale_mesh_base1d::meshbase1d_generate::meshbase1d_generate(), and scale_mesh_linedom1d::meshlinedom1d_final().
subroutine, public scale_mesh_base1d::meshbase1d_setgeometricinfo | ( | type(localmesh1d), intent(inout) | lcmesh | ) |
Definition at line 175 of file scale_mesh_base1d.F90.
References scale_mesh_base::meshbase_setgeometricinfo().
Referenced by scale_mesh_base1d::meshbase1d_generate::meshbase1d_generate(), and meshbase1d_setuplocaldom().
subroutine, public scale_mesh_base1d::meshbase1d_assigndomid | ( | class(meshbase1d), intent(inout) | this, |
integer, dimension(this%local_mesh_num, this%prc_num), intent(out) | tileid_table, | ||
integer, dimension(this%local_mesh_num*this%prc_num), intent(out) | panelid_table, | ||
integer, dimension(this%local_mesh_num*this%prc_num), intent(out) | pi_table ) |
Definition at line 232 of file scale_mesh_base1d.F90.
References scale_meshutil_1d::meshutil1d_buildglobalmap().
Referenced by scale_mesh_base1d::meshbase1d_generate::meshbase1d_generate(), and scale_mesh_linedom1d::meshlinedom1d_generate().
subroutine, public scale_mesh_base1d::meshbase1d_setuplocaldom | ( | type(localmesh1d), intent(inout) | lcmesh, |
integer, intent(in) | tileid, | ||
integer, intent(in) | panelid, | ||
integer, intent(in) | i, | ||
integer, intent(in) | nprc, | ||
real(rp) | dom_xmin, | ||
real(rp) | dom_xmax, | ||
integer, intent(in) | ne, | ||
real(rp), dimension(ne*nprc+1), intent(in) | fx ) |
Definition at line 269 of file scale_mesh_base1d.F90.
References scale_localmesh_base::bctype_interior, meshbase1d_setgeometricinfo(), scale_meshutil_1d::meshutil1d_buildinteriormap(), scale_meshutil_1d::meshutil1d_genconnectivity(), scale_meshutil_1d::meshutil1d_genlinedomain(), and scale_meshutil_1d::meshutil1d_genpatchboundarymap().
Referenced by scale_mesh_base1d::meshbase1d_generate::meshbase1d_generate(), and scale_mesh_linedom1d::meshlinedom1d_generate().
integer, public scale_mesh_base1d::meshbase1d_dimtype_num = 2 |
Definition at line 63 of file scale_mesh_base1d.F90.
Referenced by scale_file_history_meshfield::file_history_meshfield_in::file_history_meshfield_in3d(), and meshbase1d_init().
integer, public scale_mesh_base1d::meshbase1d_dimtypeid_x = 1 |
Definition at line 64 of file scale_mesh_base1d.F90.
Referenced by scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims1d(), scale_file_history_meshfield::file_history_meshfield_in::file_history_meshfield_in3d(), and meshbase1d_init().
integer, public scale_mesh_base1d::meshbase1d_dimtypeid_xt = 2 |
Definition at line 65 of file scale_mesh_base1d.F90.
Referenced by scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims1d(), and meshbase1d_init().