Skip to content
Snippets Groups Projects
Commit 4a493489 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[staggered] Remove NumEq from staggered properties

parent 1f8e4590
No related branches found
No related tags found
2 merge requests!662Cleanup/staggered ff,!617[WIP] Next
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment