![]() |
Ice Sheet System Model
4.18
Code documentation
|
Go to the source code of this file.
Macros | |
#define | PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol |
#define | NO_IMPORT |
Functions | |
void | WriteData (PyObject *py_tuple, int index, int integer) |
void | WriteData (PyObject *py_tuple, int index, char *string) |
void | WriteData (PyObject *tuple, int index, double *matrix, int M, int N) |
void | WriteData (PyObject *tuple, int index, int *matrix, int M, int N) |
void | WriteData (PyObject *tuple, int index, bool *matrix, int M, int N) |
void | WriteData (PyObject *py_tuple, int index, double *vector, int M) |
void | WriteData (PyObject *py_tuple, int index, short *vector, int M) |
void | WriteData (PyObject *py_tuple, int index, int *vector, int M) |
void | WriteData (PyObject *py_tuple, int index) |
void | WriteData (PyObject *py_tuple, int index, BamgGeom *bamggeom) |
void | WriteData (PyObject *py_tuple, int index, BamgMesh *bamgmesh) |
void | WriteData (PyObject *py_tuple, int index, IssmDenseMat< double > *matrix) |
void | WriteData (PyObject *py_tuple, int index, IssmSeqVec< double > *vector) |
void | WriteData (PyObject *py_tuple, int index, RiftStruct *riftstruct) |
PyObject * | PyArrayFromCopiedData (int dims[2], double *data) |
PyObject * | PyArrayFromCopiedData (int dimi, int dimj, double *data) |
PyObject * | PyArrayFromCopiedData (int dimi, int dimj, int *data) |
PyObject * | PyArrayFromCopiedData (int dimi, int dimj, bool *data) |
#define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol |
Definition at line 11 of file WritePythonData.cpp.
#define NO_IMPORT |
Definition at line 12 of file WritePythonData.cpp.
void WriteData | ( | PyObject * | py_tuple, |
int | index, | ||
int | integer | ||
) |
Definition at line 19 of file WritePythonData.cpp.
void WriteData | ( | PyObject * | py_tuple, |
int | index, | ||
char * | string | ||
) |
Definition at line 29 of file WritePythonData.cpp.
void WriteData | ( | PyObject * | tuple, |
int | index, | ||
double * | matrix, | ||
int | M, | ||
int | N | ||
) |
Definition at line 35 of file WritePythonData.cpp.
void WriteData | ( | PyObject * | tuple, |
int | index, | ||
int * | matrix, | ||
int | M, | ||
int | N | ||
) |
Definition at line 51 of file WritePythonData.cpp.
void WriteData | ( | PyObject * | tuple, |
int | index, | ||
bool * | matrix, | ||
int | M, | ||
int | N | ||
) |
Definition at line 67 of file WritePythonData.cpp.
void WriteData | ( | PyObject * | py_tuple, |
int | index, | ||
double * | vector, | ||
int | M | ||
) |
Definition at line 83 of file WritePythonData.cpp.
void WriteData | ( | PyObject * | py_tuple, |
int | index, | ||
short * | vector, | ||
int | M | ||
) |
Definition at line 100 of file WritePythonData.cpp.
void WriteData | ( | PyObject * | py_tuple, |
int | index, | ||
int * | vector, | ||
int | M | ||
) |
Definition at line 117 of file WritePythonData.cpp.
void WriteData | ( | PyObject * | py_tuple, |
int | index | ||
) |
Definition at line 134 of file WritePythonData.cpp.
void WriteData | ( | PyObject * | py_tuple, |
int | index, | ||
BamgGeom * | bamggeom | ||
) |
Definition at line 142 of file WritePythonData.cpp.
void WriteData | ( | PyObject * | py_tuple, |
int | index, | ||
BamgMesh * | bamgmesh | ||
) |
Definition at line 161 of file WritePythonData.cpp.
void WriteData | ( | PyObject * | py_tuple, |
int | index, | ||
IssmDenseMat< double > * | matrix | ||
) |
Definition at line 187 of file WritePythonData.cpp.
void WriteData | ( | PyObject * | py_tuple, |
int | index, | ||
IssmSeqVec< double > * | vector | ||
) |
Definition at line 205 of file WritePythonData.cpp.
void WriteData | ( | PyObject * | py_tuple, |
int | index, | ||
RiftStruct * | riftstruct | ||
) |
Definition at line 222 of file WritePythonData.cpp.
PyObject* PyArrayFromCopiedData | ( | int | dims[2], |
double * | data | ||
) |
Definition at line 260 of file WritePythonData.cpp.
PyObject* PyArrayFromCopiedData | ( | int | dimi, |
int | dimj, | ||
double * | data | ||
) |
Definition at line 276 of file WritePythonData.cpp.
PyObject* PyArrayFromCopiedData | ( | int | dimi, |
int | dimj, | ||
int * | data | ||
) |
Definition at line 292 of file WritePythonData.cpp.
PyObject* PyArrayFromCopiedData | ( | int | dimi, |
int | dimj, | ||
bool * | data | ||
) |
Definition at line 308 of file WritePythonData.cpp.