FE-Project
|
module FElib / Mesh / Base 2D More...
Data Types | |
type | meshbase2d |
interface | meshbase2d_generate |
Functions/Subroutines | |
subroutine, public | meshbase2d_init (this, refelem, nlocalmeshperprc, nprocs, myrank) |
subroutine, public | meshbase2d_final (this) |
subroutine, public | meshbase2d_setgeometricinfo (lcmesh, coord_conv, calc_normal) |
Variables | |
integer, public | meshbase2d_dimtype_num = 4 |
integer, public | meshbase2d_dimtypeid_x = 1 |
integer, public | meshbase2d_dimtypeid_y = 2 |
integer, public | meshbase2d_dimtypeid_xy = 3 |
integer, public | meshbase2d_dimtypeid_xyt = 4 |
module FElib / Mesh / Base 2D
subroutine, public scale_mesh_base2d::meshbase2d_init | ( | class(meshbase2d), intent(inout) | this, |
class(elementbase2d), intent(in), target | refelem, | ||
integer, intent(in) | nlocalmeshperprc, | ||
integer, intent(in), optional | nprocs, | ||
integer, intent(in), optional | myrank ) |
Definition at line 74 of file scale_mesh_base2d.F90.
References scale_localmesh_2d::localmesh2d_init(), meshbase2d_dimtype_num, meshbase2d_dimtypeid_x, meshbase2d_dimtypeid_xy, meshbase2d_dimtypeid_xyt, meshbase2d_dimtypeid_y, and scale_mesh_base::meshbase_init().
Referenced by scale_mesh_base2d::meshbase2d_generate::meshbase2d_generate(), scale_mesh_cubedom3d::meshcubedom3d_init(), scale_mesh_cubedspheredom2d::meshcubedspheredom2d_init(), and scale_mesh_rectdom2d::meshrectdom2d_init().
subroutine, public scale_mesh_base2d::meshbase2d_final | ( | class(meshbase2d), intent(inout) | this | ) |
Definition at line 109 of file scale_mesh_base2d.F90.
References scale_localmesh_2d::localmesh2d_final(), and scale_mesh_base::meshbase_final().
Referenced by scale_mesh_base2d::meshbase2d_generate::meshbase2d_generate(), scale_mesh_cubedspheredom2d::meshcubedspheredom2d_init(), and scale_mesh_rectdom2d::meshrectdom2d_init().
subroutine, public scale_mesh_base2d::meshbase2d_setgeometricinfo | ( | type(localmesh2d), intent(inout) | lcmesh, |
external subroutine(real(rp), dimension(elem%np), intent(out) x, real(rp), dimension(elem%np), intent(out) y, real(rp), dimension(elem%np), intent(out) xr, real(rp), dimension(elem%np), intent(out) xs, real(rp), dimension(elem%np), intent(out) yr, real(rp), dimension(elem%np), intent(out) ys, real(rp), dimension(elem%nv), intent(in) vx, real(rp), dimension(elem%nv), intent(in) vy, type(elementbase2d), intent(in) elem) | coord_conv, | ||
external subroutine(real(rp), dimension(elem%nfptot,2), intent(out) normal_fn, real(rp), dimension(elem%nfptot,2,2), intent(in) escale_f, integer, dimension(elem%nfp,elem%nfaces), intent(in) fid, type(elementbase2d), intent(in) elem) | calc_normal ) |
Definition at line 144 of file scale_mesh_base2d.F90.
Referenced by scale_mesh_base2d::meshbase2d_generate::meshbase2d_generate(), scale_mesh_cubedspheredom2d::meshcubedspheredom2d_setuplocaldom(), and scale_mesh_rectdom2d::meshrectdom2d_setuplocaldom().
integer, public scale_mesh_base2d::meshbase2d_dimtype_num = 4 |
Definition at line 56 of file scale_mesh_base2d.F90.
Referenced by scale_file_history_meshfield::file_history_meshfield_in::file_history_meshfield_in3d(), and meshbase2d_init().
integer, public scale_mesh_base2d::meshbase2d_dimtypeid_x = 1 |
Definition at line 57 of file scale_mesh_base2d.F90.
Referenced by scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims2d(), scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims2d_cubedsphere(), scale_file_history_meshfield::file_history_meshfield_in::file_history_meshfield_in3d(), meshbase2d_init(), and scale_mesh_cubedspheredom2d::meshcubedspheredom2d_init().
integer, public scale_mesh_base2d::meshbase2d_dimtypeid_y = 2 |
Definition at line 58 of file scale_mesh_base2d.F90.
Referenced by scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims2d(), scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims2d_cubedsphere(), scale_file_history_meshfield::file_history_meshfield_in::file_history_meshfield_in3d(), meshbase2d_init(), and scale_mesh_cubedspheredom2d::meshcubedspheredom2d_init().
integer, public scale_mesh_base2d::meshbase2d_dimtypeid_xy = 3 |
Definition at line 59 of file scale_mesh_base2d.F90.
Referenced by mod_atmos_mesh_gm::atmosmeshgm_init(), mod_atmos_mesh_rm::atmosmeshrm_init(), scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims2d(), scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims2d_cubedsphere(), meshbase2d_init(), scale_mesh_cubedspheredom2d::meshcubedspheredom2d_init(), and mod_mktopo::mktopo_write().
integer, public scale_mesh_base2d::meshbase2d_dimtypeid_xyt = 4 |
Definition at line 60 of file scale_mesh_base2d.F90.
Referenced by scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims2d(), scale_file_common_meshfield::file_common_meshfield_get_dims::file_common_meshfield_get_dims2d_cubedsphere(), meshbase2d_init(), and scale_mesh_cubedspheredom2d::meshcubedspheredom2d_init().