FE-Project
|
module FElib / Mesh / Cubed-sphere 3D domain More...
Data Types | |
type | meshcubedspheredom3d |
Functions/Subroutines | |
subroutine | meshcubedspheredom3d_init (this, negx, negy, negz, rplanet, dom_zmin, dom_zmax, refelem, nlocalmeshperprc, nproc, myrank, fz, shallow_approx) |
module FElib / Mesh / Cubed-sphere 3D domain
subroutine scale_mesh_cubedspheredom3d::meshcubedspheredom3d_init | ( | class(meshcubedspheredom3d), intent(inout) | this, |
integer, intent(in) | negx, | ||
integer, intent(in) | negy, | ||
integer, intent(in) | negz, | ||
real(rp), intent(in) | rplanet, | ||
real(rp), intent(in) | dom_zmin, | ||
real(rp), intent(in) | dom_zmax, | ||
type(hexahedralelement), intent(in), target | refelem, | ||
integer, intent(in) | nlocalmeshperprc, | ||
integer, intent(in), optional | nproc, | ||
integer, intent(in), optional | myrank, | ||
real(rp), dimension(negz+1), intent(in), optional | fz, | ||
logical, intent(in), optional | shallow_approx ) |
Definition at line 96 of file scale_mesh_cubedspheredom3d.F90.
References scale_localmesh_base::bctype_interior, scale_cubedsphere_coord_cnv::cubedspherecoordcnv_cs2lonlatpos(), scale_cubedsphere_coord_cnv::cubedspherecoordcnv_getmetric(), scale_mesh_base3d::meshbase3d_dimtypeid_x, scale_mesh_base3d::meshbase3d_dimtypeid_xyz, scale_mesh_base3d::meshbase3d_dimtypeid_xyzt, scale_mesh_base3d::meshbase3d_dimtypeid_y, scale_mesh_base3d::meshbase3d_dimtypeid_z, scale_mesh_base3d::meshbase3d_dimtypeid_zt, scale_mesh_base3d::meshbase3d_final(), scale_mesh_base3d::meshbase3d_init(), scale_mesh_base3d::meshbase3d_setgeometricinfo(), scale_mesh_cubedspheredom2d::meshcubedspheredom2d_check_division_params(), scale_mesh_cubedspheredom2d::meshcubedspheredom2d_setuplocaldom(), and scale_meshutil_cubedsphere3d::meshutilcubedsphere3d_buildglobalmap().