Ice Sheet System Model  4.18
Code documentation
globals.h
Go to the documentation of this file.
1 
5 #ifndef _GLOBALS_H_
6 #define _GLOBALS_H_
7 #include "../shared/io/Comm/IssmComm.h"
8 #include "../toolkits/ToolkitOptions.h"
9 
10 /*Communicators: */
11 #ifndef _DO_NOT_LOAD_GLOBALS_
14 
15 /*String that is used to characterize our toolkits, ends up in Petsc Options
16  * database if we use Petsc. Can also be used to characterize the ISSM toolkit,
17  * often used when Petsc is not allowed*/
20 #endif
21 
22 #endif
ToolkitOptions::toolkittype
static char * toolkittype
Definition: ToolkitOptions.h:13
IssmComm::comm
static ISSM_MPI_Comm comm
Definition: IssmComm.h:23
IssmComm::parallel
static bool parallel
Definition: IssmComm.h:24
ISSM_MPI_Comm
int ISSM_MPI_Comm
Definition: issmmpi.h:118
ToolkitOptions::toolkitoptions
static char * toolkitoptions
Definition: ToolkitOptions.h:14