|
PISM, A Parallel Ice Sheet Model
stable v0.5
|
#include <cmath>#include <cstdio>#include <petscvec.h>#include <petscdmda.h>#include "pism_const.hh"#include "NCVariable.hh"#include "deformation.hh"#include "pism_options.hh"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| static char | help [] = " include_elastic = TRUE, do_uplift = TRUE, H0 = 1000.0\n\n" |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 49 of file tryLCbd.cc.
References BedDeformLC::alloc(), exactV::H(), H0, help, exactV::Mx, pi, BedDeformLC::settings(), BedDeformLC::step(), and BedDeformLC::uplift_init().
char help[] = " include_elastic = TRUE, do_uplift = TRUE, H0 = 1000.0\n\n" [static] |
Definition at line 20 of file tryLCbd.cc.
Referenced by main().
1.7.5.1