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
05baf62e
Commit
05baf62e
authored
6 years ago
by
Dennis Gläser
Browse files
Options
Downloads
Patches
Plain Diff
[veloutput] cleanup
parent
5cc657ce
No related branches found
No related tags found
1 merge request
!977
Cleanup/indentations
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/porousmediumflow/velocityoutput.hh
+6
-8
6 additions, 8 deletions
dumux/porousmediumflow/velocityoutput.hh
with
6 additions
and
8 deletions
dumux/porousmediumflow/velocityoutput.hh
+
6
−
8
View file @
05baf62e
...
@@ -104,16 +104,14 @@ public:
...
@@ -104,16 +104,14 @@ public:
}
}
}
}
bool
enableOutput
()
//! returns whether or not velocity output is enabled
{
return
velocityOutput_
;
}
bool
enableOutput
()
{
return
velocityOutput_
;
}
// returns the name of the phase for a given index
//! returns the name of the phase for a given index
static
std
::
string
phaseName
(
int
phaseIdx
)
static
std
::
string
phaseName
(
int
phaseIdx
)
{
return
FluidSystem
::
phaseName
(
phaseIdx
);
}
{
return
FluidSystem
::
phaseName
(
phaseIdx
);
}
// returns the number of phase velocities computed by this class
//! returns the number of phase velocities computed by this class
static
constexpr
int
numPhaseVelocities
()
static
constexpr
int
numPhaseVelocities
()
{
return
GET_PROP_TYPE
(
TypeTag
,
ModelTraits
)
::
numPhases
();
}
{
return
GET_PROP_TYPE
(
TypeTag
,
ModelTraits
)
::
numPhases
();
}
// The following SFINAE enable_if usage allows compilation, even if only a
// The following SFINAE enable_if usage allows compilation, even if only a
//
//
...
...
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