Class representing dofs on elements for control-volume finite element schemes.
#include <ranges>
#include <dumux/common/indextraits.hh>
Go to the source code of this file.
|
| template<class FVElementGeometry> |
| auto | Dumux::localDofs (const FVElementGeometry &fvGeometry) |
| | range over local dofs
|
| template<class FVElementGeometry> |
| auto | Dumux::cvLocalDofs (const FVElementGeometry &fvGeometry) |
| | range over control-volume local dofs
|
| template<class FVElementGeometry, class LocalDof> |
| std::ranges::range auto | Dumux::scvs (const FVElementGeometry &fvGeometry, const LocalDof &localDof) |