Skip to content
Snippets Groups Projects
Commit 61fb3f98 authored by Thomas Fetzer's avatar Thomas Fetzer
Browse files

[ testProblem ]

small changes: added "todo doc me", reference to richards model


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10346 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent e4dfca97
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ class TestDiffusionSpatialParams: public FVSpatialParams<TypeTag>
typedef typename GridView::IndexSet IndexSet;
typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar;
typedef typename Grid::ctype CoordScalar;
///@cond 0
///@cond false
typedef typename GET_PROP(TypeTag, SolutionTypes)::ScalarSolution ScalarSolution;
///@endcond
enum
......
......@@ -103,6 +103,8 @@ SET_INT_PROP(Adaptive2p2c, PressureFormulation,
/*!
* \ingroup Adaptive2p2cs
* \ingroup IMPETtests
*
* \todo Please doc me!
*/
template<class TypeTag = TTAG(Adaptive2p2c)>
class Adaptive2p2c: public IMPETProblem2P2C<TypeTag>
......
......@@ -120,7 +120,9 @@ SET_BOOL_PROP(HeterogeneousProblem, VtkAddVelocity, false);
* also contains so-called boundary ids which can be used assigned during the grid creation in order to differentiate
* between different parts of the boundary.
* These boundary ids can be imported into the problem where the boundary conditions can then be assigned accordingly.
*
*
* This problem uses the \ref OnePTwoCBoxModel model.
*
* To run the simulation execute the following line in shell (works with the box and cell centered spatial discretization method):
* <tt>./test_ccco2 </tt> or <tt>./test_boxco2 </tt>
*/
......
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