|
PISM, A Parallel Ice Sheet Model stable 0.4.1779
|
Go to the source code of this file.
Defines | |
| #define | TESTL_NOT_DONE 8966 |
| #define | TESTL_NOT_DECREASING 8967 |
| #define | TESTL_INVALID_METHOD 8968 |
| #define | TESTL_NO_LIST 8969 |
Functions | |
| int | exactL (double r, double *H, double *b, double *a, const double EPS_ABS, const double EPS_REL, const int ode_method) |
| int | exactL_list (double *r, int N, double *H, double *b, double *a) |
| #define TESTL_INVALID_METHOD 8968 |
Definition at line 45 of file exactTestL.h.
Referenced by getU(), and IceCompModel::initTestL().
| #define TESTL_NO_LIST 8969 |
Definition at line 46 of file exactTestL.h.
Referenced by getU(), and IceCompModel::initTestL().
| #define TESTL_NOT_DECREASING 8967 |
Definition at line 44 of file exactTestL.h.
Referenced by getU(), and IceCompModel::initTestL().
| #define TESTL_NOT_DONE 8966 |
Definition at line 43 of file exactTestL.h.
Referenced by getU(), and IceCompModel::initTestL().
| int exactL | ( | double | r, |
| double * | H, | ||
| double * | b, | ||
| double * | a, | ||
| const double | EPS_ABS, | ||
| const double | EPS_REL, | ||
| const int | ode_method | ||
| ) |
1.7.3