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

Bigger example test.

[[Imported from SVN: r4042]]
parent c661f59b
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ int main(int argc, char** argv)
{
MPI_Init(&argc, &argv);
const int BS=1, N=8;
const int BS=1, N=100;
int procs, rank;
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
......@@ -51,7 +51,7 @@ int main(int argc, char** argv)
typedef Dune::Amg::CoarsenCriterion<Dune::Amg::SymmetricCriterion<BCRSMat,Dune::Amg::FirstDiagonal> >
Criterion;
Criterion criterion(10,4);
Criterion criterion(100,4);
hierarchy.build<OverlapFlags>(criterion);
hierarchy.coarsenVector(vh);
......
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