Default class for the local finite element discretization. All schemes share the same structure. The only scheme-specific behavior is in localDofs(elemDisc, boundaryFace), which is provided by the DofHelper.
#include <optional>#include <ranges>#include <utility>#include <dune/common/rangeutilities.hh>#include <dune/geometry/type.hh>#include <dumux/common/indextraits.hh>#include <dumux/discretization/cvfe/localdof.hh>#include <dumux/discretization/cvfe/interpolationpointdata.hh>#include <dumux/discretization/cvfe/quadraturerules.hh>Go to the source code of this file.
Classes | |
| class | Dumux::Experimental::FEElementDiscretization< GG, enableGridDiscretizationCache > |
| Default class for the local finite element discretization. All schemes share the same structure. The only scheme-specific behavior is in localDofs(elemDisc, boundaryFace), which is provided by the DofHelper. More... | |
Namespaces | |
| namespace | Dumux |
| namespace | Dumux::Experimental |