Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
77
Issue boards
Milestones
Wiki
Code
Merge requests
76
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
b97e2748
Commit
b97e2748
authored
8 years ago
by
Dennis Gläser
Committed by
Timo Koch
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[mpfa][elemvolvars] minor beautification
parent
0b246421
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/discretization/cellcentered/mpfa/elementvolumevariables.hh
+2
-4
2 additions, 4 deletions
...iscretization/cellcentered/mpfa/elementvolumevariables.hh
with
2 additions
and
4 deletions
dumux/discretization/cellcentered/mpfa/elementvolumevariables.hh
+
2
−
4
View file @
b97e2748
...
...
@@ -69,14 +69,12 @@ public:
// function to be called before assembling an element, preparing the vol vars within the stencil
void
bind
(
const
Element
&
element
,
const
FVElementGeometry
&
fvGeometry
,
const
SolutionVector
&
sol
)
{}
const
SolutionVector
&
sol
)
{}
// function to prepare the vol vars within the element
void
bindElement
(
const
Element
&
element
,
const
FVElementGeometry
&
fvGeometry
,
const
SolutionVector
&
sol
)
{}
const
SolutionVector
&
sol
)
{}
//! The global volume variables object we are a restriction of
const
GlobalVolumeVariables
&
globalVolVars
()
const
...
...
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