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
4a493489
Commit
4a493489
authored
7 years ago
by
Kilian Weishaupt
Browse files
Options
Downloads
Patches
Plain Diff
[staggered] Remove NumEq from staggered properties
parent
1f8e4590
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!662
Cleanup/staggered ff
,
!617
[WIP] Next
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/discretization/staggered/properties.hh
+0
-9
0 additions, 9 deletions
dumux/discretization/staggered/properties.hh
with
0 additions
and
9 deletions
dumux/discretization/staggered/properties.hh
+
0
−
9
View file @
4a493489
...
...
@@ -236,15 +236,6 @@ public:
// set the block level to 2 (nested multiple times) TODO: move to LinearAlgebra traits
SET_INT_PROP
(
StaggeredModel
,
LinearSolverPreconditionerBlockLevel
,
2
);
SET_PROP
(
StaggeredModel
,
NumEq
)
{
private:
static
constexpr
auto
numEqCellCenter
=
GET_PROP_VALUE
(
TypeTag
,
NumEqCellCenter
);
static
constexpr
auto
numEqFace
=
GET_PROP_VALUE
(
TypeTag
,
NumEqFace
);
public:
static
constexpr
auto
value
=
numEqCellCenter
+
numEqFace
;
};
SET_TYPE_PROP
(
StaggeredModel
,
ElementSolutionVector
,
Dune
::
BlockVector
<
typename
GET_PROP_TYPE
(
TypeTag
,
CellCenterPrimaryVariables
)
>
);
//! Boundary types at a single degree of freedom
...
...
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