1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 17:25:37 +01:00

Prep for mgrid

This commit is contained in:
Peter Boyle 2015-06-08 12:02:26 +01:00
parent 50e8b2160e
commit ea583e2e53

View File

@ -3,6 +3,7 @@
#include <algorithms/SparseMatrix.h>
#include <algorithms/LinearOperator.h>
#include <algorithms/CoarsenedMatrix.h>
#include <algorithms/iterative/ConjugateGradient.h>
#include <algorithms/iterative/ConjugateResidual.h>