MFEM
v3.4
Finite element discretization library
|
Go to the source code of this file.
Namespaces | |
mfem | |
Functions | |
void | mfem::set_error_action (ErrorAction action) |
Set the action MFEM takes when an error is encountered. More... | |
ErrorAction | mfem::get_error_action () |
Get the action MFEM takes when an error is encountered. More... | |
void | mfem::mfem_backtrace (int mode, int depth) |
void | mfem::mfem_error (const char *msg=NULL) |
Function called when an error is encountered. Used by the macros MFEM_ABORT, MFEM_ASSERT, MFEM_VERIFY. More... | |
void | mfem::mfem_warning (const char *msg=NULL) |
Function called by the macro MFEM_WARNING. More... | |