MFEM  v4.5.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Namespaces | Functions
error.cpp File Reference

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...