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
d0329269
Commit
d0329269
authored
8 years ago
by
Dennis Gläser
Committed by
Timo Koch
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[implicit][propdefaults] remove setting of vol var props
parent
847b973e
No related branches found
No related tags found
1 merge request
!617
[WIP] Next
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/implicit/propertydefaults.hh
+0
-8
0 additions, 8 deletions
dumux/implicit/propertydefaults.hh
with
0 additions
and
8 deletions
dumux/implicit/propertydefaults.hh
+
0
−
8
View file @
d0329269
...
...
@@ -46,7 +46,6 @@
#include
"assembler.hh"
#include
"localjacobian.hh"
#include
"volumevariables.hh"
#include
"volumevariablesvector.hh"
#include
"fluxvariablescachevector.hh"
#include
"fvelementgeometry.hh"
...
...
@@ -114,15 +113,8 @@ SET_TYPE_PROP(ImplicitBase, FVElementGeometry, Dumux::FVElementGeometry<TypeTag>
//! The volume variable class, to be overloaded by the model
SET_TYPE_PROP
(
ImplicitBase
,
VolumeVariables
,
ImplicitVolumeVariables
<
TypeTag
>
);
//! The global current volume variables vector class
SET_TYPE_PROP
(
ImplicitBase
,
CurrentVolumeVariablesVector
,
Dumux
::
VolumeVariablesVector
<
TypeTag
,
false
,
GET_PROP_VALUE
(
TypeTag
,
EnableVolumeVariablesCache
)
>
);
//! The global previous volume variables vector class
SET_TYPE_PROP
(
ImplicitBase
,
PreviousVolumeVariablesVector
,
Dumux
::
VolumeVariablesVector
<
TypeTag
,
true
,
GET_PROP_VALUE
(
TypeTag
,
EnableVolumeVariablesCache
)
>
);
//! The global flux variables cache vector class
SET_TYPE_PROP
(
ImplicitBase
,
FluxVariablesCacheVector
,
Dumux
::
FluxVariablesCacheVector
<
TypeTag
>
);
//! The class that contains the different flux variables (i.e. darcy, diffusion, energy)
//! by default, we set the flux variables to ones for porous media
SET_PROP
(
ImplicitBase
,
FluxVariables
)
...
...
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