Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
75ee5d20
Commit
75ee5d20
authored
5 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/porousmediumflow/1p/implicit/incompressible/problem.hh
+1
-5
1 addition, 5 deletions
test/porousmediumflow/1p/implicit/incompressible/problem.hh
test/porousmediumflow/1p/implicit/internaldirichlet/problem.hh
+2
-6
2 additions, 6 deletions
...porousmediumflow/1p/implicit/internaldirichlet/problem.hh
with
3 additions
and
11 deletions
test/porousmediumflow/1p/implicit/incompressible/problem.hh
+
1
−
5
View file @
75ee5d20
...
...
@@ -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
>
...
...
This diff is collapsed.
Click to expand it.
test/porousmediumflow/1p/implicit/internaldirichlet/problem.hh
+
2
−
6
View file @
75ee5d20
...
...
@@ -19,7 +19,7 @@
/*!
* \file
* \ingroup OnePTests
* \brief
The properti
es for
the incompressible test
* \brief
A t
es
t
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
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment