List of all members.
Detailed Description
The string used for get_fe_from_name() cannot be translated to a finite element.
Dimension arguments in finite element names should be avoided. If they are there, the dimension should be dim
or d
. Here, you gave a numeric dimension argument, which does not match the template dimension of the finite element class.
Constructor & Destructor Documentation
FETools::ExcInvalidFEDimension::ExcInvalidFEDimension |
( |
const char |
a1, |
|
|
const int |
a2 | |
|
) |
| | [inline] |
virtual FETools::ExcInvalidFEDimension::~ExcInvalidFEDimension |
( |
|
) |
throw () [inline, virtual] |
Member Function Documentation
virtual void FETools::ExcInvalidFEDimension::print_info |
( |
std::ostream & |
out |
) |
const [inline, virtual] |
Print more specific information about the exception which occured. Overload this function in your own exception classes.
Reimplemented from ExceptionBase.
Member Data Documentation
The documentation for this class was generated from the following file: