PISM, A Parallel Ice Sheet Model stable 0.4.1779
Defines | Functions

src/verif/tests/exactTestL.h File Reference

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 Documentation

#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().


Function Documentation

int exactL ( double  r,
double *  H,
double *  b,
double *  a,
const double  EPS_ABS,
const double  EPS_REL,
const int  ode_method 
)

Definition at line 141 of file exactTestL.c.

References b0, getU(), L, pi, SperA, and z0.

Referenced by main().

int exactL_list ( double *  r,
int  N,
double *  H,
double *  b,
double *  a 
)

Definition at line 156 of file exactTestL.c.

References b0, e, getU(), L, vfnow::N, pi, SperA, and z0.

Referenced by IceCompModel::initTestL(), and main().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines