NeoFOAM
WIP Prototype of a modern OpenFOAM core
|
Go to the source code of this file.
Classes | |
class | NeoFOAM::Error |
Base class for consistent error representation. More... | |
class | NeoFOAM::DimensionMismatch |
Error for handling two containers of incompatible lengths. More... | |
Namespaces | |
namespace | NeoFOAM |
Macros | |
#define | NeoFOAM_ASSERT_EQUAL_LENGTH(_op1, _op2) |
#define NeoFOAM_ASSERT_EQUAL_LENGTH | ( | _op1, | |
_op2 | |||
) |
Asserts that _op1
and _op2
have the same length.
DimensionMismatch | if _op1 and _op2 differ in the number of rows or columns |
Definition at line 96 of file exceptions.hpp.