|
PISM, A Parallel Ice Sheet Model stable 0.4.1779
|
#include <cmath>#include <cstdio>#include <petscvec.h>#include <petscda.h>#include "pism_const.hh"#include "grid.hh"#include "iceModelVec.hh"#include "NCVariable.hh"#include "PISMBedSmoother.hh"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| static char | help [] = " used in PISM software (regression) test.\n\n" |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 36 of file bedrough_test.cc.
References PISMBedSmoother::get_smoothing_domain(), PISMBedSmoother::get_theta(), help, n, pi, PISMBedSmoother::preprocess_bed(), and PISMBedSmoother::topgsmooth.
char help[] = " used in PISM software (regression) test.\n\n" [static] |
Definition at line 19 of file bedrough_test.cc.
Referenced by main().
1.7.3