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

[staggeredGrid] Add property for compatbility

parent 0f403799
No related branches found
No related tags found
Loading
...@@ -50,6 +50,7 @@ NEW_PROP_TAG(FacePrimaryVariables); //!< A vector of primary variables for face ...@@ -50,6 +50,7 @@ NEW_PROP_TAG(FacePrimaryVariables); //!< A vector of primary variables for face
NEW_PROP_TAG(CellCenterSolutionVector); //!< Vector containing all cell centered primary variables NEW_PROP_TAG(CellCenterSolutionVector); //!< Vector containing all cell centered primary variables
NEW_PROP_TAG(FaceSolutionVector); //!< Vector containing all face primary variables NEW_PROP_TAG(FaceSolutionVector); //!< Vector containing all face primary variables
NEW_PROP_TAG(EnableInteriorBoundaries); //!< For compatibility
NEW_PROP_TAG(NumEqCellCenter); //!< Number of equations per cell center dof NEW_PROP_TAG(NumEqCellCenter); //!< Number of equations per cell center dof
NEW_PROP_TAG(NumEqFace); //!< Number of equations per face dof NEW_PROP_TAG(NumEqFace); //!< Number of equations per face dof
......
...@@ -242,6 +242,11 @@ SET_TYPE_PROP(StaggeredModel, NewtonConvergenceWriter, StaggeredNewtonConvergenc ...@@ -242,6 +242,11 @@ SET_TYPE_PROP(StaggeredModel, NewtonConvergenceWriter, StaggeredNewtonConvergenc
//! Write separate vtp files for face variables by default //! Write separate vtp files for face variables by default
SET_BOOL_PROP(StaggeredModel, VtkWriteFaceData, true); SET_BOOL_PROP(StaggeredModel, VtkWriteFaceData, true);
//! For compatibility
SET_BOOL_PROP(StaggeredModel, EnableInteriorBoundaries, false);
} // namespace Properties } // namespace Properties
} // namespace Dumux } // namespace Dumux
......
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