Go to the source code of this file.
|
subroutine | c_mpas_geo_setup (c_key_self, c_conf, c_comm) |
|
subroutine | c_mpas_geo_clone (c_key_self, c_key_other) |
|
subroutine | c_mpas_geo_delete (c_key_self) |
|
subroutine | c_mpas_geo_set_atlas_lonlat (c_key_self, c_afieldset) |
|
subroutine | c_mpas_geo_set_atlas_functionspace_pointer (c_key_self, c_afunctionspace) |
|
subroutine | c_mpas_geo_fill_atlas_fieldset (c_key_self, c_afieldset) |
|
subroutine | c_mpas_geo_is_equal (c_is_equal, c_key_self, c_key_other) |
|
subroutine | mpas_geo_vars_nlevels_c (c_key_self, c_vars, c_nvars, c_nlevels) |
|
subroutine | c_mpas_geo_info (c_key_self, c_nCellsGlobal, c_nCells, c_nCellsSolve, c_nEdgesGlobal, c_nEdges, c_nEdgesSolve, c_nVertLevels, c_nVertLevelsP1) |
|
◆ c_mpas_geo_clone()
subroutine c_mpas_geo_clone |
( |
integer(c_int), intent(inout) |
c_key_self, |
|
|
integer(c_int), intent(in) |
c_key_other |
|
) |
| |
◆ c_mpas_geo_delete()
subroutine c_mpas_geo_delete |
( |
integer(c_int), intent(inout) |
c_key_self | ) |
|
◆ c_mpas_geo_fill_atlas_fieldset()
subroutine c_mpas_geo_fill_atlas_fieldset |
( |
integer(c_int), intent(in) |
c_key_self, |
|
|
type(c_ptr), intent(in), value |
c_afieldset |
|
) |
| |
◆ c_mpas_geo_info()
subroutine c_mpas_geo_info |
( |
integer(c_int), intent(in) |
c_key_self, |
|
|
integer(c_int), intent(inout) |
c_nCellsGlobal, |
|
|
integer(c_int), intent(inout) |
c_nCells, |
|
|
integer(c_int), intent(inout) |
c_nCellsSolve, |
|
|
integer(c_int), intent(inout) |
c_nEdgesGlobal, |
|
|
integer(c_int), intent(inout) |
c_nEdges, |
|
|
integer(c_int), intent(inout) |
c_nEdgesSolve, |
|
|
integer(c_int), intent(inout) |
c_nVertLevels, |
|
|
integer(c_int), intent(inout) |
c_nVertLevelsP1 |
|
) |
| |
◆ c_mpas_geo_is_equal()
subroutine c_mpas_geo_is_equal |
( |
logical(c_bool), intent(inout) |
c_is_equal, |
|
|
integer(c_int), intent(in) |
c_key_self, |
|
|
integer(c_int), intent(in) |
c_key_other |
|
) |
| |
◆ c_mpas_geo_set_atlas_functionspace_pointer()
subroutine c_mpas_geo_set_atlas_functionspace_pointer |
( |
integer(c_int), intent(in) |
c_key_self, |
|
|
type(c_ptr), intent(in), value |
c_afunctionspace |
|
) |
| |
◆ c_mpas_geo_set_atlas_lonlat()
subroutine c_mpas_geo_set_atlas_lonlat |
( |
integer(c_int), intent(in) |
c_key_self, |
|
|
type(c_ptr), intent(in), value |
c_afieldset |
|
) |
| |
◆ c_mpas_geo_setup()
subroutine c_mpas_geo_setup |
( |
integer(c_int), intent(inout) |
c_key_self, |
|
|
type(c_ptr), intent(in), value |
c_conf, |
|
|
type(c_ptr), intent(in), value |
c_comm |
|
) |
| |
◆ mpas_geo_vars_nlevels_c()
subroutine mpas_geo_vars_nlevels_c |
( |
integer(c_int), intent(in) |
c_key_self, |
|
|
type(c_ptr), intent(in), value |
c_vars, |
|
|
integer(c_size_t), intent(in) |
c_nvars, |
|
|
integer(c_size_t), dimension(c_nvars), intent(inout) |
c_nlevels |
|
) |
| |
- Parameters
-
[in] | c_key_self | Geometry |
[in] | c_vars | Variables |
[in] | c_nvars | size of Variables |
[in,out] | c_nlevels | level counts |
Definition at line 142 of file mpas_geom_interface.F90.