
Go to the source code of this file.
Namespaces | |
| namespace | BoxLib |
Functions | |
| void | BoxLib::Initialize (int &argc, char **&argv) |
| void | BoxLib::Finalize () |
| void | BoxLib::Error (const char *msg=0) |
| Print out message to cerr and exit via BoxLib::Abort(). | |
| void | BoxLib::Warning (const char *msg) |
| Print out warning message to cerr. | |
| void | BoxLib::Abort (const char *msg=0) |
| Print out message to cerr and exit via abort(). | |
| void | BoxLib::Assert (const char *EX, const char *file, int line) |
| Prints assertion failed messages to cerr and exits via abort(). | |
| void | BoxLib::OutOfMemory (const char *file, int line) |
| Prints out an out-of-memory message and aborts. | |
Variables | |
| const bool | BoxLib::NDebug = false |
1.5.5