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
b80f48ed
Commit
b80f48ed
authored
7 years ago
by
Kilian Weishaupt
Committed by
Dennis Gläser
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[navierstokes][problem] Remove GET_PROP_TYPE macro from a method
parent
526d673f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!878
Free grid/element/face volvars/fluxvarcache from typetag
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/freeflow/navierstokes/problem.hh
+2
-2
2 additions, 2 deletions
dumux/freeflow/navierstokes/problem.hh
with
2 additions
and
2 deletions
dumux/freeflow/navierstokes/problem.hh
+
2
−
2
View file @
b80f48ed
...
@@ -119,8 +119,8 @@ public:
...
@@ -119,8 +119,8 @@ public:
{
return
gravity_
;
}
{
return
gravity_
;
}
//! Applys the initial face solution (velocities on the faces). Specialization for staggered grid discretization.
//! Applys the initial face solution (velocities on the faces). Specialization for staggered grid discretization.
template
<
class
T
=
TypeTag
>
template
<
class
G
=
FVGridGeometry
>
typename
std
::
enable_if
<
G
ET_PROP_TYPE
(
T
,
FVGridGeometry
)
::
discMethod
==
DiscretizationMethod
::
staggered
,
void
>::
type
typename
std
::
enable_if
<
G
::
discMethod
==
DiscretizationMethod
::
staggered
,
void
>::
type
applyInititalFaceSolution
(
SolutionVector
&
sol
,
applyInititalFaceSolution
(
SolutionVector
&
sol
,
const
SubControlVolumeFace
&
scvf
,
const
SubControlVolumeFace
&
scvf
,
const
PrimaryVariables
&
initSol
)
const
const
PrimaryVariables
&
initSol
)
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