Skip to content
Snippets Groups Projects
Commit 1b9aa895 authored by Markus Blatt's avatar Markus Blatt
Browse files

Make FastAMG available from dune/istl/paamg/amg.hh and provide a define to

indicate that it is available.

[[Imported from SVN: r1893]]
parent 632edf02
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@
#include <dune/common/typetraits.hh>
#include <dune/common/exceptions.hh>
#define HAS_DUNE_FAST_AMG
#include <dune/istl/paamg/fastamg.hh>
namespace Dune
{
namespace Amg
......
......@@ -6,7 +6,7 @@
#include <dune/common/timer.hh>
#include <dune/common/parallel/indexset.hh>
#include <dune/common/collectivecommunication.hh>
#include <dune/istl/paamg/fastamg.hh>
#include <dune/istl/paamg/amg.hh>
#include <dune/istl/paamg/pinfo.hh>
#include <dune/istl/solvers.hh>
#include <cstdlib>
......
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