![]() |
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 | FetchData (double *pscalar, PyObject *py_float) |
void | FetchData (float *pscalar, PyObject *py_float) |
void | FetchData (int *pscalar, PyObject *py_long) |
void | FetchData (bool *pscalar, PyObject *py_boolean) |
void | FetchData (double **pmatrix, int *pM, int *pN, PyObject *py_matrix) |
void | FetchData (int **pmatrix, int *pM, int *pN, PyObject *py_matrix) |
void | FetchData (bool **pmatrix, int *pM, int *pN, PyObject *py_matrix) |
void | FetchData (double **pvector, int *pM, PyObject *py_vector) |
void | FetchData (float **pvector, int *pM, PyObject *py_vector) |
void | FetchData (int **pvector, int *pM, PyObject *py_vector) |
void | FetchData (bool **pvector, int *pM, PyObject *py_vector) |
void | FetchData (BamgGeom **pbamggeom, PyObject *py_dict) |
void | FetchData (BamgMesh **pbamgmesh, PyObject *py_dict) |
void | FetchData (BamgOpts **pbamgopts, PyObject *py_dict) |
void | FetchData (Options **poptions, int istart, int nrhs, PyObject *py_tuple) |
void | FetchData (Contours **pcontours, PyObject *py_list) |
void | FetchChacoData (int *pnvtxs, int **padjacency, int **pstart, float **pewgts, PyObject *A_IN, PyObject *EWGTS_IN) |
void | pyGetJc (double *a, int nvtxs, int *Jc) |
void | pyGetIr (double *a, int nvtxs, int nzmax, int *Ir) |
void | FetchData (char **pstring, PyObject *py_string) |
#define PY_ARRAY_UNIQUE_SYMBOL PythonIOSymbol |
Definition at line 11 of file FetchPythonData.cpp.
#define NO_IMPORT |
Definition at line 12 of file FetchPythonData.cpp.
void FetchData | ( | double * | pscalar, |
PyObject * | py_float | ||
) |
Definition at line 19 of file FetchPythonData.cpp.
void FetchData | ( | float * | pscalar, |
PyObject * | py_float | ||
) |
Definition at line 59 of file FetchPythonData.cpp.
void FetchData | ( | int * | pscalar, |
PyObject * | py_long | ||
) |
Definition at line 98 of file FetchPythonData.cpp.
void FetchData | ( | bool * | pscalar, |
PyObject * | py_boolean | ||
) |
Definition at line 138 of file FetchPythonData.cpp.
void FetchData | ( | double ** | pmatrix, |
int * | pM, | ||
int * | pN, | ||
PyObject * | py_matrix | ||
) |
Definition at line 178 of file FetchPythonData.cpp.
void FetchData | ( | int ** | pmatrix, |
int * | pM, | ||
int * | pN, | ||
PyObject * | py_matrix | ||
) |
Definition at line 300 of file FetchPythonData.cpp.
void FetchData | ( | bool ** | pmatrix, |
int * | pM, | ||
int * | pN, | ||
PyObject * | py_matrix | ||
) |
Definition at line 424 of file FetchPythonData.cpp.
void FetchData | ( | double ** | pvector, |
int * | pM, | ||
PyObject * | py_vector | ||
) |
Definition at line 548 of file FetchPythonData.cpp.
void FetchData | ( | float ** | pvector, |
int * | pM, | ||
PyObject * | py_vector | ||
) |
Definition at line 668 of file FetchPythonData.cpp.
void FetchData | ( | int ** | pvector, |
int * | pM, | ||
PyObject * | py_vector | ||
) |
Definition at line 786 of file FetchPythonData.cpp.
void FetchData | ( | bool ** | pvector, |
int * | pM, | ||
PyObject * | py_vector | ||
) |
Definition at line 906 of file FetchPythonData.cpp.
void FetchData | ( | BamgGeom ** | pbamggeom, |
PyObject * | py_dict | ||
) |
Definition at line 1026 of file FetchPythonData.cpp.
void FetchData | ( | BamgMesh ** | pbamgmesh, |
PyObject * | py_dict | ||
) |
Definition at line 1045 of file FetchPythonData.cpp.
void FetchData | ( | BamgOpts ** | pbamgopts, |
PyObject * | py_dict | ||
) |
Definition at line 1065 of file FetchPythonData.cpp.
void FetchData | ( | Options ** | poptions, |
int | istart, | ||
int | nrhs, | ||
PyObject * | py_tuple | ||
) |
Definition at line 1107 of file FetchPythonData.cpp.
void FetchData | ( | Contours ** | pcontours, |
PyObject * | py_list | ||
) |
void FetchChacoData | ( | int * | pnvtxs, |
int ** | padjacency, | ||
int ** | pstart, | ||
float ** | pewgts, | ||
PyObject * | A_IN, | ||
PyObject * | EWGTS_IN | ||
) |
Definition at line 1191 of file FetchPythonData.cpp.
void pyGetJc | ( | double * | a, |
int | nvtxs, | ||
int * | Jc | ||
) |
Definition at line 1232 of file FetchPythonData.cpp.
void pyGetIr | ( | double * | a, |
int | nvtxs, | ||
int | nzmax, | ||
int * | Ir | ||
) |
Definition at line 1254 of file FetchPythonData.cpp.
void FetchData | ( | char ** | pstring, |
PyObject * | py_string | ||
) |
Definition at line 1296 of file FetchPythonData.cpp.