adaptation works, needs revision.

This commit is contained in:
Robert Kloefkorn 2015-06-09 23:59:57 +02:00
parent 7f942c7100
commit ff9e5ba4cf

View File

@ -41,6 +41,8 @@
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
#include <dune/alugrid/dgf.hh>
#include <sstream>
#include <string>
#include <iostream>
@ -50,7 +52,7 @@ template <class TypeTag>
class LensProblem;
namespace Properties {
NEW_TYPE_TAG(LensBaseProblem, INHERITS_FROM(LensGridManager));
NEW_TYPE_TAG(LensBaseProblem);
// declare the properties specific for the lens problem
NEW_PROP_TAG(LensLowerLeftX);
@ -62,6 +64,7 @@ NEW_PROP_TAG(LensUpperRightZ);
// Set the problem property
SET_TYPE_PROP(LensBaseProblem, Problem, Ewoms::LensProblem<TypeTag>);
SET_TYPE_PROP(LensBaseProblem, Grid, Dune::ALUGrid<2,2,Dune::cube, Dune::nonconforming > );
// Set the wetting phase
SET_PROP(LensBaseProblem, WettingPhase)