Ice Sheet System Model
4.18
Code documentation
src
c
toolkits
toolkitsenums.h
Go to the documentation of this file.
1
/* \file toolkitsenums.h
2
* \brief: enums that encompasse all of the toolkit APIs. This mainly maps into PETSC enums.
3
*/
4
5
#ifndef _TOOLKITSENUMS_H_
6
#define _TOOLKITSENUMS_H_
7
8
#ifdef HAVE_CONFIG_H
9
#include <config.h>
10
#else
11
#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
12
#endif
13
14
typedef
enum
{
INS_VAL
,
ADD_VAL
}
InsMode
;
15
typedef
enum
{
NORM_INF
,
NORM_TWO
,
NORM_FROB
}
NormMode
;
16
typedef
enum
{
DENSE_SEQUENTIAL
,
SPARSE_SEQUENTIAL
}
MatrixType
;
17
18
#endif
DENSE_SEQUENTIAL
@ DENSE_SEQUENTIAL
Definition:
toolkitsenums.h:16
ADD_VAL
@ ADD_VAL
Definition:
toolkitsenums.h:14
NORM_INF
@ NORM_INF
Definition:
toolkitsenums.h:15
NORM_TWO
@ NORM_TWO
Definition:
toolkitsenums.h:15
SPARSE_SEQUENTIAL
@ SPARSE_SEQUENTIAL
Definition:
toolkitsenums.h:16
MatrixType
MatrixType
Definition:
toolkitsenums.h:16
NORM_FROB
@ NORM_FROB
Definition:
toolkitsenums.h:15
INS_VAL
@ INS_VAL
Definition:
toolkitsenums.h:14
NormMode
NormMode
Definition:
toolkitsenums.h:15
InsMode
InsMode
Definition:
toolkitsenums.h:14
Generated on Thu Jul 2 2020 08:09:22 for Ice Sheet System Model by
1.8.19