1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-31 19:57:07 +01:00

Patches for beginnings of an overlap multigrid

This commit is contained in:
Peter Boyle
2015-06-20 22:22:56 +01:00
parent 2534199ee7
commit aba5c8595a
11 changed files with 285 additions and 198 deletions

View File

@@ -3,7 +3,6 @@
#include <algorithms/SparseMatrix.h>
#include <algorithms/LinearOperator.h>
#include <algorithms/CoarsenedMatrix.h>
#include <algorithms/approx/Zolotarev.h>
#include <algorithms/approx/Chebyshev.h>
@@ -17,6 +16,9 @@
#include <algorithms/iterative/ConjugateGradientMultiShift.h>
#include <algorithms/CoarsenedMatrix.h>
// Eigen/lanczos
// EigCg
// MCR