16 #ifndef dealii__lac_exceptions_h 17 #define dealii__lac_exceptions_h 19 #include <deal.II/base/exceptions.h> 21 DEAL_II_NAMESPACE_OPEN
51 <<
"An error with error number " << arg1
52 <<
" occurred while calling a PETSc function");
60 <<
"An error with error number " << arg1
61 <<
" occurred while calling a Trilinos function");
70 DEAL_II_NAMESPACE_CLOSE
#define DeclException1(Exception1, type1, outsequence)
#define DeclException0(Exception0)