#include "pism/verification/tests/exactTestL.hh"
#include <cstdlib>
#include <cmath>
#include <gsl/gsl_errno.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_math.h>
#include <gsl/gsl_version.h>
#include "pism/util/error_handling.hh"
Go to the source code of this file.
|
int | funcL (double r, const double u[], double f[], void *params) |
|
int | getU (const double *r, int N, double *u, const double EPS_ABS, const double EPS_REL, const int ode_method) |
|
int | exactL_list (const double *r, int N, double *H, double *b, double *a) |
|
ExactLParameters | exactL (const std::vector< double > &r) |
|
|
static const double | SperA = 31556926.0 |
|
static const double | L = 750.0e3 |
|
static const double | b0 = 500.0 |
|
static const double | z0 = 1.2 |
|
static const double | g = 9.81 |
|
static const double | rho = 910.0 |
|
static const double | n = 3.0 |
|