catch (const ExceptionBase &e)
{
if (myid==0)
- deallog << "Exception: " << e.what() << std::endl;
+ deallog << "Exception: " << e.get_exc_name() << std::endl;
throwing=true;
}
Assert(throwing, ExcInternalError());
-DEAL:0:2d::Exception:
---------------------------------------------------------
-An error occurred in file <constraint_matrix.templates.h> in function
- void dealii::internal::{anonymous}::import_vector_with_ghost_elements(const dealii::TrilinosWrappers::MPI::Vector&, const dealii::IndexSet&, const dealii::IndexSet&, dealii::TrilinosWrappers::MPI::Vector&, dealii::internal::bool2type<false>)
-The violated condition was:
- !vec.has_ghost_elements()
-The name and call sequence of the exception was:
- TrilinosWrappers::VectorBase::ExcGhostsPresent()
-Additional Information:
-(none)
---------------------------------------------------------
-
+DEAL:0:2d::Exception: TrilinosWrappers::VectorBase::ExcGhostsPresent()
-DEAL:0:2d::Exception:
---------------------------------------------------------
-An error occurred in file <constraint_matrix.templates.h> in function
- void dealii::internal::{anonymous}::import_vector_with_ghost_elements(const dealii::TrilinosWrappers::MPI::Vector&, const dealii::IndexSet&, const dealii::IndexSet&, dealii::TrilinosWrappers::MPI::Vector&, dealii::internal::bool2type<false>)
-The violated condition was:
- !vec.has_ghost_elements()
-The name and call sequence of the exception was:
- TrilinosWrappers::VectorBase::ExcGhostsPresent()
-Additional Information:
-(none)
---------------------------------------------------------
-
+DEAL:0:2d::Exception: TrilinosWrappers::VectorBase::ExcGhostsPresent()
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams