16#ifndef dealii_sparse_ilu_h
17#define dealii_sparse_ilu_h
58template <
typename number>
98 template <
typename somenumber>
109 template <
typename somenumber>
120 template <
typename somenumber>
142 <<
"The strengthening parameter " << arg1
143 <<
" is not greater or equal than zero!");
149 <<
"While computing the ILU decomposition, the algorithm "
150 "found a zero pivot on the diagonal of row "
152 <<
". This must stop the ILU algorithm because it means "
153 "that the matrix for which you try to compute a "
154 "decomposition is singular.");
void Tvmult(Vector< somenumber > &dst, const Vector< somenumber > &src) const
typename SparseLUDecomposition< number >::size_type size_type
void vmult(Vector< somenumber > &dst, const Vector< somenumber > &src) const
std::size_t memory_consumption() const override
typename SparseLUDecomposition< number >::AdditionalData AdditionalData
void initialize(const SparseMatrix< somenumber > &matrix, const AdditionalData ¶meters=AdditionalData())
typename SparseMatrix< number >::size_type size_type
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
static ::ExceptionBase & ExcInvalidStrengthening(double arg1)
static ::ExceptionBase & ExcZeroPivot(size_type arg1)
#define DeclException1(Exception1, type1, outsequence)