Skip to content
Snippets Groups Projects
Commit 848dfd5c authored by Timo Koch's avatar Timo Koch
Browse files

[props] Remove VtkOutputLevel. Fixes #420.

parent e40dd16e
No related branches found
No related tags found
1 merge request!617[WIP] Next
...@@ -83,9 +83,6 @@ SET_TYPE_PROP(NumericModel, PointSource, PointSource<TypeTag>); ...@@ -83,9 +83,6 @@ SET_TYPE_PROP(NumericModel, PointSource, PointSource<TypeTag>);
//! Use the point source helper using the bounding box tree as a default //! Use the point source helper using the bounding box tree as a default
SET_TYPE_PROP(NumericModel, PointSourceHelper, BoundingBoxTreePointSourceHelper<TypeTag>); SET_TYPE_PROP(NumericModel, PointSourceHelper, BoundingBoxTreePointSourceHelper<TypeTag>);
//! Set default output level to 0 -> only primary variables are added to output
SET_INT_PROP(NumericModel, VtkOutputLevel, 0);
//! Set the default to a function throwing a NotImplemented error //! Set the default to a function throwing a NotImplemented error
SET_TYPE_PROP(NumericModel, VtkOutputFields, DefaultVtkOutputFields); SET_TYPE_PROP(NumericModel, VtkOutputFields, DefaultVtkOutputFields);
......
...@@ -51,7 +51,6 @@ NEW_PROP_TAG(GridView); //! The type of the grid view according to ...@@ -51,7 +51,6 @@ NEW_PROP_TAG(GridView); //! The type of the grid view according to
NEW_PROP_TAG(Problem); //! Property to specify the type of a problem which has to be solved NEW_PROP_TAG(Problem); //! Property to specify the type of a problem which has to be solved
NEW_PROP_TAG(PointSource); //! Property defining the type of point source used NEW_PROP_TAG(PointSource); //! Property defining the type of point source used
NEW_PROP_TAG(PointSourceHelper); //! Property defining the class that computes which sub control volume point sources belong to NEW_PROP_TAG(PointSourceHelper); //! Property defining the class that computes which sub control volume point sources belong to
NEW_PROP_TAG(VtkOutputLevel); //! Property to define the output level
NEW_PROP_TAG(VtkOutputFields); //! A class helping models to define default vtk output parameters NEW_PROP_TAG(VtkOutputFields); //! A class helping models to define default vtk output parameters
NEW_PROP_TAG(BaseLocalResidual); //! The type of the base class of the local residual (specific to a discretization scheme) NEW_PROP_TAG(BaseLocalResidual); //! The type of the base class of the local residual (specific to a discretization scheme)
NEW_PROP_TAG(JacobianMatrix); //! Type of the global jacobian matrix NEW_PROP_TAG(JacobianMatrix); //! Type of the global jacobian matrix
......
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