Skip to content
Snippets Groups Projects
Commit 3378c6af authored by Jonathan Youett's avatar Jonathan Youett
Browse files

SeqIlu0 is deprecated

parent 248e3247
Branches
Tags
No related merge requests found
......@@ -197,7 +197,7 @@ public:
MatrixAdapter<MassMatrixType, BlockVector<SymmetricTensor<dim> >, BlockVector<SymmetricTensor<dim> > > op(massMatrix);
// A preconditioner
SeqILU0<MassMatrixType, BlockVector<SymmetricTensor<dim> >, BlockVector<SymmetricTensor<dim> > > ilu0(massMatrix,1.0);
SeqILU<MassMatrixType, BlockVector<SymmetricTensor<dim> >, BlockVector<SymmetricTensor<dim> > > ilu0(massMatrix,1.0);
// A preconditioned conjugate-gradient solver
int numIt = 100;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment