Ice Sheet System Model
4.18
Code documentation
src
c
main
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_
12
ISSM_MPI_Comm
IssmComm::comm
;
13
bool
IssmComm::parallel
;
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*/
18
char
*
ToolkitOptions::toolkittype
;
19
char
*
ToolkitOptions::toolkitoptions
;
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
Generated on Thu Jul 2 2020 08:09:19 for Ice Sheet System Model by
1.8.19