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

SeqIlu0 is deprecated

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