|
PISM, A Parallel Ice Sheet Model stable 0.4.1779
|
#include "pism_const.hh"#include "grid.hh"#include "PISMIO.hh"#include "NCVariable.hh"#include "bedrockThermalUnit.hh"#include "../../verif/tests/exactTestK.h"Go to the source code of this file.
Classes | |
| class | BTU_Test |
Functions | |
| static PetscErrorCode | createVecs (IceGrid &grid, PISMVars &variables) |
| static PetscErrorCode | doneWithIceInfo (PISMVars &variables) |
| int | main (int argc, char *argv[]) |
Variables | |
| static char | help [] = "Tests PISMBedThermalUnit using Test K. Sans IceModel.\n\n" |
| static PetscErrorCode createVecs | ( | IceGrid & | grid, |
| PISMVars & | variables | ||
| ) | [static] |
Definition at line 66 of file btutest.cc.
Referenced by main().
| static PetscErrorCode doneWithIceInfo | ( | PISMVars & | variables | ) | [static] |
Definition at line 89 of file btutest.cc.
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 102 of file btutest.cc.
References PISMBedThermalUnit::add_vars_to_output(), createVecs(), PISMBedThermalUnit::define_variables(), doneWithIceInfo(), exactK(), PISMBedThermalUnit::get_upward_geothermal_flux(), help, PISMBedThermalUnit::init(), PISMBedThermalUnit::max_timestep(), n, vfnow::N, secpera, PISMBedThermalUnit::update(), and PISMBedThermalUnit::write_variables().
char help[] = "Tests PISMBedThermalUnit using Test K. Sans IceModel.\n\n" [static] |
Definition at line 19 of file btutest.cc.
Referenced by main().
1.7.3