|
BISICLES AMR ice sheet model
0.9
|
Functions | |
| void | createMaskedDEM (Vector< LevelData< FArrayBox > * > &topography, Vector< LevelData< FArrayBox > * > &thickness, Vector< LevelData< FArrayBox > * > &src, Vector< LevelData< FArrayBox > * > &mdata, Vector< std::string > &name, Vector< LevelData< FArrayBox > * > &data, Vector< int > &ratio, Vector< Real > &dx, Real mcrseDx, int maskStart, int maskEnd) |
| void | computeStats (Vector< LevelData< FArrayBox > * > &topography, Vector< LevelData< FArrayBox > * > &thickness, Vector< LevelData< FArrayBox > * > &src, Vector< Real > &dx, Vector< int > &ratio, Real iceDensity, Real waterDensity, Real gravity) |
| int | main (int argc, char *argv[]) |
| void computeStats | ( | Vector< LevelData< FArrayBox > * > & | topography, |
| Vector< LevelData< FArrayBox > * > & | thickness, | ||
| Vector< LevelData< FArrayBox > * > & | src, | ||
| Vector< Real > & | dx, | ||
| Vector< int > & | ratio, | ||
| Real | iceDensity, | ||
| Real | waterDensity, | ||
| Real | gravity | ||
| ) |
Referenced by main().
| void createMaskedDEM | ( | Vector< LevelData< FArrayBox > * > & | topography, |
| Vector< LevelData< FArrayBox > * > & | thickness, | ||
| Vector< LevelData< FArrayBox > * > & | src, | ||
| Vector< LevelData< FArrayBox > * > & | mdata, | ||
| Vector< std::string > & | name, | ||
| Vector< LevelData< FArrayBox > * > & | data, | ||
| Vector< int > & | ratio, | ||
| Vector< Real > & | dx, | ||
| Real | mcrseDx, | ||
| int | maskStart, | ||
| int | maskEnd | ||
| ) |
References FillFromReference().
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
References computeStats(), and createMaskedDEM().
1.8.13