FE-Project
|
module FElib / Mesh / utility for 2D cubed-sphere mesh More...
Functions/Subroutines | |
subroutine, public | meshutilcubedsphere2d_buildglobalmap (panelid_table, pi_table, pj_table, tileid_map, tilefaceid_map, tilepanelid_map, ntile) |
subroutine, public | meshutilcubedsphere2d_modifyconnectivity (tilepanelid_map, tileid_map, tilefaceid_map, panelid_table, pi_table, pj_table, nex, ney, ntile, nface) |
subroutine, public | meshutilcubedsphere2d_getpanelconnectivity (panel_connectivity, face_connectivity) |
subroutine, public | meshutilcubedsphere2d_getpanelid (panelid, lon, lat, np) |
module FElib / Mesh / utility for 2D cubed-sphere mesh
subroutine, public scale_meshutil_cubedsphere2d::meshutilcubedsphere2d_buildglobalmap | ( | integer, dimension(ntile), intent(out) | panelid_table, |
integer, dimension(ntile), intent(out) | pi_table, | ||
integer, dimension(ntile), intent(out) | pj_table, | ||
integer, dimension(4,ntile), intent(out) | tileid_map, | ||
integer, dimension(4,ntile), intent(out) | tilefaceid_map, | ||
integer, dimension(4,ntile), intent(out) | tilepanelid_map, | ||
integer, intent(in) | ntile ) |
Definition at line 48 of file scale_meshutil_cubedsphere2d.F90.
References scale_meshutil_2d::meshutil2d_genconnectivity(), and meshutilcubedsphere2d_modifyconnectivity().
Referenced by scale_mesh_cubedspheredom2d::meshcubedspheredom2d_setuplocaldom().
subroutine, public scale_meshutil_cubedsphere2d::meshutilcubedsphere2d_modifyconnectivity | ( | integer, dimension(nface,ntile), intent(out) | tilepanelid_map, |
integer, dimension(nface,ntile), intent(out) | tileid_map, | ||
integer, dimension(nface,ntile), intent(out) | tilefaceid_map, | ||
integer, dimension(ntile), intent(in) | panelid_table, | ||
integer, dimension(ntile), intent(in) | pi_table, | ||
integer, dimension(ntile), intent(in) | pj_table, | ||
integer, intent(in) | nex, | ||
integer, intent(in) | ney, | ||
integer, intent(in) | ntile, | ||
integer, intent(in) | nface ) |
Definition at line 131 of file scale_meshutil_cubedsphere2d.F90.
References meshutilcubedsphere2d_getpanelconnectivity().
Referenced by meshutilcubedsphere2d_buildglobalmap(), and scale_meshutil_cubedsphere3d::meshutilcubedsphere3d_buildglobalmap().
subroutine, public scale_meshutil_cubedsphere2d::meshutilcubedsphere2d_getpanelconnectivity | ( | integer, dimension(4,6), intent(out) | panel_connectivity, |
integer, dimension(4,6), intent(out) | face_connectivity ) |
Definition at line 251 of file scale_meshutil_cubedsphere2d.F90.
Referenced by meshutilcubedsphere2d_modifyconnectivity().
subroutine, public scale_meshutil_cubedsphere2d::meshutilcubedsphere2d_getpanelid | ( | integer, dimension(np), intent(out) | panelid, |
real(rp), dimension(np), intent(in) | lon, | ||
real(rp), dimension(np), intent(in) | lat, | ||
integer, intent(in) | np ) |
Definition at line 293 of file scale_meshutil_cubedsphere2d.F90.
References scale_cubedsphere_coord_cnv::cubedspherecoordcnv_lonlat2cspos().