Skip to content
Snippets Groups Projects
Commit 0e89d380 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[FVProperties] Inherit from GridProperties and NumericModel

parent aff6807e
Loading
......@@ -29,6 +29,8 @@
#include <dune/istl/bvector.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/properties/grid.hh>
#include <dumux/common/properties/numericmodel.hh>
#include <dumux/implicit/gridvariables.hh>
......@@ -37,7 +39,7 @@ namespace Dumux
namespace Properties
{
//! Type tag for finite-volume schemes.
NEW_TYPE_TAG(FiniteVolumeModel);
NEW_TYPE_TAG(FiniteVolumeModel, INHERITS_FROM(GridProperties, NumericModel));
//! The grid variables
SET_TYPE_PROP(FiniteVolumeModel, GridVariables, GridVariables<TypeTag>);
......
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