Skip to content
Snippets Groups Projects
Commit 4d1af195 authored by Christian Engwer's avatar Christian Engwer
Browse files

[dynamic polymorphism] update the category implementation of pardiso

parent b553e646
No related branches found
No related tags found
No related merge requests found
......@@ -36,11 +36,11 @@ namespace Dune {
typedef typename M::RowIterator RowIterator;
typedef typename M::ColIterator ColIterator;
// define the category
enum {
//! \brief The category the preconditioner is part of
category=SolverCategory::sequential
};
//! Category of the linear solver (see SolverCategory::Category)
virtual SolverCategory::Category category() const
{
return SolverCategory::sequential;
}
/*! \brief Constructor.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment