|
BISICLES AMR ice sheet model
0.9
|
Functions | |
| void | AMRtoCF (const std::string &ifile, const std::string &ofile, const std::string &a_createdBy, const RealVect &a_origin, const RealVect &a_loXYGrid, const Real &a_timeOffset, bool a_validOnly) |
| void | CFtoAMR (const std::string &ifile, const std::string &ofile) |
| int | main (int argc, char *argv[]) |
| void AMRtoCF | ( | const std::string & | ifile, |
| const std::string & | ofile, | ||
| const std::string & | a_createdBy, | ||
| const RealVect & | a_origin, | ||
| const RealVect & | a_loXYGrid, | ||
| const Real & | a_timeOffset, | ||
| bool | a_validOnly | ||
| ) |
References UnstructuredIO::BStoUS(), and UnstructuredIO::writeCF().
Referenced by main().
| void CFtoAMR | ( | const std::string & | ifile, |
| const std::string & | ofile | ||
| ) |
References UnstructuredData::domain(), UnstructuredData::dx(), UnstructuredData::nLevel(), UnstructuredData::ratio(), UnstructuredIO::readCF(), and UnstructuredIO::USToBS().
Referenced by main().
1.8.13