Skip to content
Snippets Groups Projects
Commit a4cffce7 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Fix typo

parent a78810d1
No related branches found
No related tags found
1 merge request!467Remove deprecated code
Pipeline #42511 passed
......@@ -17,7 +17,7 @@ namespace Dune
using Mat = BCRSMatrix<FieldMatrix<double,1,1>>;
using Vec = BlockVector<FieldVector<double,1>>;
// explicit template instantion of FastAMG preconditioner
// explicit template instantiation of FastAMG preconditioner
template class Amg::FastAMG<MatrixAdapter<Mat,Vec,Vec>, Vec, Amg::SequentialInformation>;
} // end namespace Dune
......
......@@ -17,7 +17,7 @@ namespace Dune
using LinOp = MatrixAdapter<Mat,Vec,Vec>;
using Comm = Amg::SequentialInformation;
// explicit template instantion of FastAMG preconditioner
// explicit template instantiation of FastAMG preconditioner
template class Amg::KAMG<LinOp, Vec, Richardson<Vec,Vec>, Comm, GeneralizedPCGSolver<Vec>>;
template class Amg::KAMG<LinOp, Vec, SeqJac<Mat,Vec,Vec>, Comm, GeneralizedPCGSolver<Vec>>;
template class Amg::KAMG<LinOp, Vec, SeqSOR<Mat,Vec,Vec>, Comm, GeneralizedPCGSolver<Vec>>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment