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

[doc][test][1p] Improve documentation

parent 07d7a508
No related branches found
No related tags found
1 merge request!1664[disc] Enable optional internal Dirichlet constraints
......@@ -53,7 +53,6 @@ namespace Dumux {
template<class TypeTag> class OnePTestProblem;
namespace Properties {
// create the type tag nodes
// Create new type tags
namespace TTag {
struct OnePIncompressible { using InheritsFrom = std::tuple<OneP>; };
......@@ -111,10 +110,7 @@ struct Scalar<TypeTag, TTag::OnePIncompressibleTpfaQuad> { using type = Quad; };
/*!
* \ingroup OnePTests
* \brief Test problem for the incompressible one-phase model:
*
* Can be run as <tt>./test_box1pfv</tt> or
* <tt>./test_cc1pfv</tt>
* \brief Test problem for the incompressible one-phase model
*/
template<class TypeTag>
class OnePTestProblem : public PorousMediumFlowProblem<TypeTag>
......
......@@ -19,7 +19,7 @@
/*!
* \file
* \ingroup OnePTests
* \brief The properties for the incompressible test
* \brief A test for internal Dirichlet constraints
*/
#ifndef DUMUX_INCOMPRESSIBLE_ONEP_TEST_PROBLEM_INTERNAL_DIRICHLET_HH
......@@ -32,7 +32,6 @@ namespace Dumux {
template<class TypeTag> class OnePTestProblemInternalDirichlet;
namespace Properties {
// create the type tag nodes
// Create new type tags
namespace TTag {
struct OnePInternalDirichlet {};
......@@ -49,10 +48,7 @@ struct Problem<TypeTag, TTag::OnePInternalDirichlet>
/*!
* \ingroup OnePTests
* \brief Test problem for the incompressible one-phase model:
*
* Can be run as <tt>./test_box1pfv</tt> or
* <tt>./test_cc1pfv</tt>
* \brief A test for internal Dirichlet constraints
*/
template<class TypeTag>
class OnePTestProblemInternalDirichlet : public OnePTestProblem<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