12#ifndef DUMUX_DISCRETIZATION_CONCEPTS_HH
13#define DUMUX_DISCRETIZATION_CONCEPTS_HH
40 &&
requires(
const ED& ed) { nonCVLocalDofs(ed); };
51 &&
requires(
const ED& ed) { nonCVLocalDofs(ed); };
Concept for pure finite-element discretizations (no FV structure).
Definition concepts.hh:50
Concept for finite-volume discretizations.
Definition concepts.hh:26
Concept for hybrid finite-element/finite-volume discretizations.
Definition concepts.hh:39
Definition concepts.hh:15
std::ranges::range auto scvs(const FVElementGeometry &fvGeometry, const LocalDof &localDof)
Definition localdof.hh:82