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
d8adbd42
Commit
d8adbd42
authored
7 years ago
by
Kilian Weishaupt
Browse files
Options
Downloads
Patches
Plain Diff
[1p] Use correct volVars
parent
695812d3
No related branches found
No related tags found
2 merge requests
!670
Cleanup/volvars
,
!617
[WIP] Next
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/porousmediumflow/1p/implicit/volumevariables.hh
+4
-4
4 additions, 4 deletions
dumux/porousmediumflow/1p/implicit/volumevariables.hh
with
4 additions
and
4 deletions
dumux/porousmediumflow/1p/implicit/volumevariables.hh
+
4
−
4
View file @
d8adbd42
...
...
@@ -25,7 +25,7 @@
#define DUMUX_1P_VOLUME_VARIABLES_HH
#include
<dumux/common/properties.hh>
#include
<dumux/
discretization
/volumevariables.hh>
#include
<dumux/
porousmediumflow
/volumevariables.hh>
#include
<dumux/material/fluidstates/immiscible.hh>
namespace
Dumux
...
...
@@ -33,14 +33,14 @@ namespace Dumux
/*!
* \ingroup OnePModel
* \ingroup
Implicit
VolumeVariables
* \ingroup
PorousMediumFlow
VolumeVariables
* \brief Contains the quantities which are constant within a
* finite volume in the one-phase model.
*/
template
<
class
TypeTag
>
class
OnePVolumeVariables
:
public
Implicit
VolumeVariables
<
TypeTag
>
class
OnePVolumeVariables
:
public
PorousMediumFlow
VolumeVariables
<
TypeTag
>
{
using
ParentType
=
Implicit
VolumeVariables
<
TypeTag
>
;
using
ParentType
=
PorousMediumFlow
VolumeVariables
<
TypeTag
>
;
using
Implementation
=
typename
GET_PROP_TYPE
(
TypeTag
,
VolumeVariables
);
using
Scalar
=
typename
GET_PROP_TYPE
(
TypeTag
,
Scalar
);
using
Problem
=
typename
GET_PROP_TYPE
(
TypeTag
,
Problem
);
...
...
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