diff --git a/dune/fem-dg/examples/poisson/algorithmcreator.hh b/dune/fem-dg/examples/poisson/algorithmcreator.hh index 6e04b33963701cf5d31bfd323a8a283d4b998034..af45111e966db3026e271f69d43897eec856552c 100644 --- a/dune/fem-dg/examples/poisson/algorithmcreator.hh +++ b/dune/fem-dg/examples/poisson/algorithmcreator.hh @@ -55,7 +55,7 @@ namespace Fem Galerkin::Enum::dg, Adaptivity::Enum::yes, DiscreteFunctionSpaces::Enum::legendre, - Solver::Enum::femoem, + Solver::Enum::istl, AdvectionLimiter::Enum::unlimited, Matrix::Enum::assembled, AdvectionFlux::Enum::upwind, diff --git a/dune/fem-dg/examples/poisson/problems/poissonproblem.hh b/dune/fem-dg/examples/poisson/problems/poissonproblem.hh index 87aa4cea676ec745539e65f0fc39734cfbb93a4e..2893f6f7f6b17658520ce45d3b40e767b7de560b 100644 --- a/dune/fem-dg/examples/poisson/problems/poissonproblem.hh +++ b/dune/fem-dg/examples/poisson/problems/poissonproblem.hh @@ -84,7 +84,6 @@ namespace Poisson } if( problemNumber == 8 ) { - //DUNE_THROW(InvalidStateException,"Problem 8 not available"); data_ = new CurvedRidges< dim, FieldType,FieldType> (shift,factor); } if( problemNumber == 9 ) diff --git a/dune/fem-dg/examples/poisson/test/parameter_cmake b/dune/fem-dg/examples/poisson/test/parameter_cmake index f938dead560fa8a9980a87dfa34004bb217a4b9c..bc90b129f4fb1c4f2e7dd1ac5a96736e96a84980 100644 --- a/dune/fem-dg/examples/poisson/test/parameter_cmake +++ b/dune/fem-dg/examples/poisson/test/parameter_cmake @@ -3,15 +3,12 @@ fem.io.datafileprefix: solution # if you want to add time stemp to eoc file name # # to avoid overwriting the eoc files fem.io.eocFileTimeStamp: 0 -fem.eoc.steps: 5 - -# polynomial order = 0,1,2,3,4 -femdg.polynomialOrder: 2 +# fem.eoc.steps: 4 # PROBLEM # ---------- -# problem number -problem: 8 # 5 6 13 16 +# problem number (see ../problems/poissonproblem for a list of valid numbers) +problem: 1 globalshift: 0 factor: 1 epsilon: 0.1 @@ -44,7 +41,7 @@ dgdiffusionflux.liftfactor: 0 # ADAPTATION # ---------- -fem.adaptation.method: none +fem.adaptation.method: callback # DATAWRITER