|
BISICLES AMR ice sheet model
0.9
|
Functions | |
| void | createMaskedDEM (Vector< LevelData< FArrayBox > * > &topography, Vector< LevelData< FArrayBox > * > &thickness, Vector< LevelData< FArrayBox > * > &basalThicknessSrc, Vector< std::string > &name, Vector< LevelData< FArrayBox > * > &data, Vector< int > &ratio, Vector< Real > &dx, Real mcrseDx) |
| void | computeDischarge (Vector< LevelData< FArrayBox > * > &topography, Vector< LevelData< FArrayBox > * > &thickness, Vector< Real > &dx, Vector< int > &ratio, Vector< std::string > &name, Vector< LevelData< FArrayBox > * > &data, Vector< LevelData< FArrayBox > * > §orMask, Real a_iceDensity, Real a_waterDensity, Real a_gravity, Real mcrseDx, int maskNo) |
| int | main (int argc, char *argv[]) |
| void computeDischarge | ( | Vector< LevelData< FArrayBox > * > & | topography, |
| Vector< LevelData< FArrayBox > * > & | thickness, | ||
| Vector< Real > & | dx, | ||
| Vector< int > & | ratio, | ||
| Vector< std::string > & | name, | ||
| Vector< LevelData< FArrayBox > * > & | data, | ||
| Vector< LevelData< FArrayBox > * > & | sectorMask, | ||
| Real | a_iceDensity, | ||
| Real | a_waterDensity, | ||
| Real | a_gravity, | ||
| Real | mcrseDx, | ||
| int | maskNo | ||
| ) |
Referenced by main().
| void createMaskedDEM | ( | Vector< LevelData< FArrayBox > * > & | topography, |
| Vector< LevelData< FArrayBox > * > & | thickness, | ||
| Vector< LevelData< FArrayBox > * > & | basalThicknessSrc, | ||
| Vector< std::string > & | name, | ||
| Vector< LevelData< FArrayBox > * > & | data, | ||
| Vector< int > & | ratio, | ||
| Vector< Real > & | dx, | ||
| Real | mcrseDx | ||
| ) |
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
References computeDischarge(), createMaskedDEM(), and FillFromReference().
1.8.13