|
PISM, A Parallel Ice Sheet Model
stable v0.5
|
#include <petsc.h>#include "pism_const.hh"#include "flowlaw_factory.hh"#include "NCVariable.hh"#include "enthalpyConverter.hh"#include "pism_options.hh"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| static char | help [] = "meaningful inputs and output appear at stdout.\n" |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 35 of file flowlaw_test.cc.
References IceFlowLawFactory::create(), IceFlowLaw::flow(), EnthalpyConverter::getEnth(), EnthalpyConverter::getMeltingTemp(), EnthalpyConverter::getPressureFromDepth(), help, ICE_GPBLD, IceFlowLawFactory::setFromOptions(), and IceFlowLawFactory::setType().
char help[] = "meaningful inputs and output appear at stdout.\n" [static] |
Definition at line 26 of file flowlaw_test.cc.
Referenced by main().
1.7.5.1