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
19ba2d93
Commit
19ba2d93
authored
9 years ago
by
Dennis Gläser
Committed by
Timo Koch
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[Implicit][Properties] Remove unnecessary properties
parent
f955d6c0
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/properties.hh
+0
-3
0 additions, 3 deletions
dumux/implicit/properties.hh
with
0 additions
and
3 deletions
dumux/implicit/properties.hh
+
0
−
3
View file @
19ba2d93
...
@@ -51,8 +51,6 @@ NEW_TYPE_TAG(ImplicitBase, INHERITS_FROM(NewtonMethod, LinearSolverTypeTag, Nume
...
@@ -51,8 +51,6 @@ NEW_TYPE_TAG(ImplicitBase, INHERITS_FROM(NewtonMethod, LinearSolverTypeTag, Nume
// Property tags
// Property tags
//////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////
NEW_PROP_TAG
(
FVElementGeometry
);
//! The type of the finite-volume geometry
NEW_PROP_TAG
(
BaseModel
);
//!< The type of the base class of the model
NEW_PROP_TAG
(
BaseModel
);
//!< The type of the base class of the model
NEW_PROP_TAG
(
NumEq
);
//!< Number of equations in the system of PDEs
NEW_PROP_TAG
(
NumEq
);
//!< Number of equations in the system of PDEs
NEW_PROP_TAG
(
BaseLocalResidual
);
//!< The type of the base class of the local residual
NEW_PROP_TAG
(
BaseLocalResidual
);
//!< The type of the base class of the local residual
...
@@ -75,7 +73,6 @@ NEW_PROP_TAG(ElementSolutionVector); //!< A vector of primary variables within a
...
@@ -75,7 +73,6 @@ NEW_PROP_TAG(ElementSolutionVector); //!< A vector of primary variables within a
NEW_PROP_TAG
(
VolumeVariables
);
//!< The secondary variables within a sub-control volume
NEW_PROP_TAG
(
VolumeVariables
);
//!< The secondary variables within a sub-control volume
NEW_PROP_TAG
(
VolumeVariablesVector
);
//!< The type for a container of volume variables
NEW_PROP_TAG
(
VolumeVariablesVector
);
//!< The type for a container of volume variables
NEW_PROP_TAG
(
ElementVolumeVariables
);
//!< The secondary variables of all sub-control volumes in an element
NEW_PROP_TAG
(
FluxVariables
);
//!< Data required to calculate a flux over a face
NEW_PROP_TAG
(
FluxVariables
);
//!< Data required to calculate a flux over a face
NEW_PROP_TAG
(
FluxVariablesVector
);
//!< The global vector of flux variables
NEW_PROP_TAG
(
FluxVariablesVector
);
//!< The global vector of flux variables
NEW_PROP_TAG
(
BoundaryVariables
);
//!< Data required to calculate fluxes over boundary faces (outflow)
NEW_PROP_TAG
(
BoundaryVariables
);
//!< Data required to calculate fluxes over boundary faces (outflow)
...
...
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