Skip to content
Snippets Groups Projects
Commit c52d1a65 authored by Klaus Mosthaf's avatar Klaus Mosthaf
Browse files

added GridOperator property

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6216 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 7c453e4b
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,9 @@ NEW_PROP_TAG(ScalarGridFunctionSpace);
//! Specifies the grid function space used for sub-problems
NEW_PROP_TAG(GridFunctionSpace);
//! Specifies the grid operator used for sub-problems
NEW_PROP_TAG(GridOperator);
//! Specifies the grid operator space used for sub-problems
NEW_PROP_TAG(GridOperatorSpace);
......@@ -125,6 +128,7 @@ SET_PROP(BoxPDELab, LocalOperator)
{ typedef Dumux::PDELab::BoxLocalOperator<TypeTag> type; };
// set the grid operator space used for submodels
// DEPRECATED: use GridOperator instead
SET_PROP(BoxPDELab, GridOperatorSpace)
{
private:
......
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