Reference documentation for deal.II version GIT relicensing-249-g48dc7357c7 2024-03-29 12:30:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Classes | Functions
StandardExceptions Namespace Reference

Classes

class  ExcMPI
 

Functions

static ::ExceptionBaseExcDivideByZero ()
 
static ::ExceptionBaseExcNumberNotFinite (std::complex< double > arg1)
 
static ::ExceptionBaseExcOutOfMemory (std::size_t arg1)
 
static ::ExceptionBaseExcMemoryLeak (int arg1)
 
static ::ExceptionBaseExcIO ()
 
static ::ExceptionBaseExcFileNotOpen (std::string arg1)
 
static ::ExceptionBaseExcNotImplemented ()
 
static ::ExceptionBaseExcInternalError ()
 
static ::ExceptionBaseExcPureFunctionCalled ()
 
static ::ExceptionBaseExcFunctionNotProvided (std::string arg1)
 
static ::ExceptionBaseExcFunctionNonzeroReturn (std::string arg1, int arg2)
 
static ::ExceptionBaseExcNotInitialized ()
 
static ::ExceptionBaseExcInvalidState ()
 
static ::ExceptionBaseExcImpossibleInDim (int arg1)
 
static ::ExceptionBaseExcImpossibleInDimSpacedim (int arg1, int arg2)
 
static ::ExceptionBaseExcZero ()
 
static ::ExceptionBaseExcEmptyObject ()
 
static ::ExceptionBaseExcDimensionMismatch (std::size_t arg1, std::size_t arg2)
 
static ::ExceptionBaseExcDimensionMismatch2 (std::size_t arg1, std::size_t arg2, std::size_t arg3)
 
static ::ExceptionBaseExcIndexRange (std::size_t arg1, std::size_t arg2, std::size_t arg3)
 
template<typename T >
static ::ExceptionBaseExcIndexRangeType (T arg1, T arg2, T arg3)
 
static ::ExceptionBaseExcLowerRange (int arg1, int arg2)
 
template<typename T >
static ::ExceptionBaseExcLowerRangeType (T arg1, T arg2)
 
static ::ExceptionBaseExcNotMultiple (int arg1, int arg2)
 
static ::ExceptionBaseExcInvalidIterator ()
 
static ::ExceptionBaseExcIteratorPastEnd ()
 
static ::ExceptionBaseExcMessage (std::string arg1)
 
static ::ExceptionBaseExcGhostsPresent ()
 
static ::ExceptionBaseExcGridHasInvalidCell (int arg1)
 
static ::ExceptionBaseExcScalarAssignmentOnlyForZeroValue ()
 
static ::ExceptionBaseExcNeedsLAPACK ()
 
static ::ExceptionBaseExcNeedsHDF5 ()
 
static ::ExceptionBaseExcNeedsMPI ()
 
static ::ExceptionBaseExcNeedsFunctionparser ()
 
static ::ExceptionBaseExcNeedsAssimp ()
 
static ::ExceptionBaseExcCudaError (const char *arg1)
 
static ::ExceptionBaseExcCusparseError (std::string arg1)
 
static ::ExceptionBaseExcNeedsExodusII ()
 
static ::ExceptionBaseExcNeedsCGAL ()
 
static ::ExceptionBaseRecoverableUserCallbackError ()
 

Detailed Description

Declare some exceptions that occur over and over. This way, you can simply use these exceptions, instead of having to declare them locally in your class. The namespace in which these exceptions are declared is later included into the global namespace by