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
bb06de0f
Commit
bb06de0f
authored
6 years ago
by
Dennis Gläser
Browse files
Options
Downloads
Patches
Plain Diff
[pm][volvars] cleanup
parent
6f6cafc3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!977
Cleanup/indentations
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/porousmediumflow/volumevariables.hh
+4
-4
4 additions, 4 deletions
dumux/porousmediumflow/volumevariables.hh
with
4 additions
and
4 deletions
dumux/porousmediumflow/volumevariables.hh
+
4
−
4
View file @
bb06de0f
...
@@ -60,10 +60,10 @@ public:
...
@@ -60,10 +60,10 @@ public:
* \param scv The sub-control volume
* \param scv The sub-control volume
*/
*/
template
<
class
ElemSol
,
class
Problem
,
class
Element
,
class
Scv
>
template
<
class
ElemSol
,
class
Problem
,
class
Element
,
class
Scv
>
void
update
(
const
ElemSol
&
elemSol
,
void
update
(
const
ElemSol
&
elemSol
,
const
Problem
&
problem
,
const
Problem
&
problem
,
const
Element
&
element
,
const
Element
&
element
,
const
Scv
&
scv
)
const
Scv
&
scv
)
{
{
priVars_
=
extractDofPriVars
(
elemSol
,
scv
);
priVars_
=
extractDofPriVars
(
elemSol
,
scv
);
extrusionFactor_
=
problem
.
extrusionFactor
(
element
,
scv
,
elemSol
);
extrusionFactor_
=
problem
.
extrusionFactor
(
element
,
scv
,
elemSol
);
...
...
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