|
BISICLES AMR ice sheet model
0.9
|
Go to the source code of this file.
Enumerations | |
| enum | basalTypes { constantZb =0, sinusoidalZb, sinusoidalYZb, xInclineZb, yInclineZb, pattynAZb, pattynBZb, num_basaltype } |
| enum | thicknessEnum { constantThickness = 0, constantThickness1km, constantZs1km, doubleZb, sinusoidalH, sinusoidalHx, singleSinBump, circle, pattynAH, pattynBH, num_thicknesstype } |
Functions | |
| void | defineLevelSigmaCS (LevelSigmaCS &a_sigmaCoords, const RealVect &a_domainSize, int a_thicknesstype, int a_basalType, const RealVect &a_basalSlope, Real a_thicknessScale=1.0) |
| enum basalTypes |
| enum thicknessEnum |
| void defineLevelSigmaCS | ( | LevelSigmaCS & | a_sigmaCoords, |
| const RealVect & | a_domainSize, | ||
| int | a_thicknesstype, | ||
| int | a_basalType, | ||
| const RealVect & | a_basalSlope, | ||
| Real | a_thicknessScale = 1.0 |
||
| ) |
References circle, constantThickness, constantThickness1km, constantZb, constantZs1km, doubleZb, LevelSigmaCS::dx(), LevelSigmaCS::exchangeTopography(), LevelSigmaCS::getH(), LevelSigmaCS::getTopography(), LevelSigmaCS::grids(), pattynAH, pattynAZb, pattynBH, pattynBZb, LevelSigmaCS::setBackgroundSlope(), LevelSigmaCS::setTopography(), singleSinBump, sinusoidalH, sinusoidalHx, sinusoidalYZb, sinusoidalZb, xInclineZb, and yInclineZb.
Referenced by BasicThicknessIBC::initializeIceGeometry().
1.8.13