Class representing dofs on elements for control-volume finite element schemes.
More...
#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 More...
|
| |
| template<class FVElementGeometry > |
| auto | Dumux::cvLocalDofs (const FVElementGeometry &fvGeometry) |
| | range over control-volume local dofs More...
|
| |
| template<class FVElementGeometry , class LocalDof > |
| std::ranges::range auto | Dumux::scvs (const FVElementGeometry &fvGeometry, const LocalDof &localDof) |
| |