PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
struct | pism::TestPParameters |
Namespaces | |
pism | |
Macros | |
#define | TESTP_R0 25000.0 /* m */ |
#define | TESTP_L 0.9 * TESTP_R0 /* m */ |
#define | TESTP_R_NEGATIVE 78463 |
#define | TESTP_W_EXCEEDS_WR 78464 |
#define | TESTP_W_BELOW_WCRIT 78465 |
#define | TESTP_INVALID_METHOD 78466 |
#define | TESTP_NOT_DONE 78467 |
#define | TESTP_NO_LIST 78482 |
#define | TESTP_LIST_NOT_DECREASING 78483 |
#define | TESTP_OLD_GSL 78484 |
Functions | |
TestPParameters | pism::exactP (const std::vector< double > &r, double EPS_ABS, double EPS_REL, int ode_method) |