From 26295cdc60f22dc9df929c425e8c3fb280672fd3 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Thu, 21 Aug 2008 19:21:29 +0000 Subject: [PATCH] Definition of ExcTrilinosError git-svn-id: https://svn.dealii.org/trunk@16630 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/exceptions.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deal.II/lac/include/lac/exceptions.h b/deal.II/lac/include/lac/exceptions.h index f867200151..b214a808a5 100644 --- a/deal.II/lac/include/lac/exceptions.h +++ b/deal.II/lac/include/lac/exceptions.h @@ -52,6 +52,16 @@ namespace LACExceptions << "An error with error number " << arg1 << " occured while calling a PETSc function"); + /** + * An error of a Trilinos function was + * encountered. Check the Trilinos + * documentation for details. + */ + DeclException1 (ExcTrilinosError, + int, + << "An error with error number " << arg1 + << " occured while calling a Trilinos function"); + //@} } -- 2.39.5