#include <stdio.h>
#include <math.h>
#include <gsl/gsl_math.h>
#include "pism/verification/tests/exactTestsABCD.h"
Go to the source code of this file.
|
#define | SperA 31556926.0 /* seconds per year; 365.2422 days */ |
|
|
int | exactA_old (const double r, double *H, double *M) |
|
struct TestABCDParameters | exactA (double r) |
|
int | exactB_old (const double t, const double r, double *H, double *M) |
|
struct TestABCDParameters | exactB (const double t, const double r) |
|
int | exactC_old (const double t, const double r, double *H, double *M) |
|
struct TestABCDParameters | exactC (const double t, const double r) |
|
int | exactD_old (const double t, const double rin, double *H, double *M) |
|
struct TestABCDParameters | exactD (const double t, const double r) |
|