MPAS-JEDI
mpas_geom_interface.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

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)
 

Function/Subroutine Documentation

◆ 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 
)

Definition at line 31 of file mpas_geom_interface.F90.

Here is the call graph for this function:

◆ c_mpas_geo_delete()

subroutine c_mpas_geo_delete ( integer(c_int), intent(inout)  c_key_self)

Definition at line 50 of file mpas_geom_interface.F90.

Here is the call graph for this function:

◆ 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 
)

Definition at line 102 of file mpas_geom_interface.F90.

Here is the call graph for this function:

◆ 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 
)

Definition at line 165 of file mpas_geom_interface.F90.

Here is the call graph for this function:

◆ 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 
)

Definition at line 122 of file mpas_geom_interface.F90.

Here is the call graph for this function:

◆ 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 
)

Definition at line 84 of file mpas_geom_interface.F90.

◆ 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 
)

Definition at line 65 of file mpas_geom_interface.F90.

Here is the call graph for this function:

◆ 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 
)

Definition at line 7 of file mpas_geom_interface.F90.

Here is the call graph for this function:

◆ 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_selfGeometry
[in]c_varsVariables
[in]c_nvarssize of Variables
[in,out]c_nlevelslevel counts

Definition at line 142 of file mpas_geom_interface.F90.