Classes | |
| class | LocalFunctionAdapter |
| Wraps a function callable as f(globalPos) or f(elemDisc, globalPos) into a local-function interface: bind(element) and operator()(localCoord). More... | |
Typedefs | |
| template<class FVElementGeometry> | |
| using | DefinesScvQuadratureRuleType = typename FVElementGeometry::ScvQuadratureRule |
| template<class FVElementGeometry> | |
| using | DefinesScvfQuadratureRuleType = typename FVElementGeometry::ScvfQuadratureRule |
| template<class FVElementGeometry> | |
| using | DefinesElementQuadratureRuleType = typename FVElementGeometry::ElementQuadratureRule |
| template<class FVElementGeometry> | |
| using | DefinesIntersectionQuadratureRuleType = typename FVElementGeometry::IntersectionQuadratureRule |
| template<class FVElementGeometry> | |
| using | DefinesBoundaryFaceQuadratureRuleType = typename FVElementGeometry::BoundaryFaceQuadratureRule |
| template<class FVElementGeometry> | |
| using | ScvQuadratureRuleType |
| Get ScvQuadratureRule type (default is MidpointQuadrature). | |
| template<class FVElementGeometry> | |
| using | ScvfQuadratureRuleType |
| Get ScvfQuadratureRule type (default is MidpointQuadrature). | |
| template<class FVElementGeometry> | |
| using | ElementQuadratureRuleType |
| Get ElementQuadratureRule type (default is MidpointQuadrature). | |
| template<class FVElementGeometry> | |
| using | IntersectionQuadratureRuleType |
| Get IntersectionQuadratureRule type (default is MidpointQuadrature). | |
| template<class FVElementGeometry> | |
| using | BoundaryFaceQuadratureRuleType |
| Get BoundaryFaceQuadratureRule type (default is MidpointQuadrature). | |
| template<class GridView> | |
| using | LocalDofIpData |
| Default LocalDofInterpolationPointData type. | |
| template<class GridView> | |
| using | BaseIpData |
| Default InterpolationPointData type. | |
Functions | |
| template<class GridDiscretization, class Function> | |
| auto | makeLocalFunctionAdapter (const GridDiscretization &gridDisc, Function &&f) |
| using Dumux::CVFE::Detail::BaseIpData |
| using Dumux::CVFE::Detail::BoundaryFaceQuadratureRuleType |
| using Dumux::CVFE::Detail::DefinesBoundaryFaceQuadratureRuleType = typename FVElementGeometry::BoundaryFaceQuadratureRule |
| using Dumux::CVFE::Detail::DefinesElementQuadratureRuleType = typename FVElementGeometry::ElementQuadratureRule |
| using Dumux::CVFE::Detail::DefinesIntersectionQuadratureRuleType = typename FVElementGeometry::IntersectionQuadratureRule |
| using Dumux::CVFE::Detail::DefinesScvfQuadratureRuleType = typename FVElementGeometry::ScvfQuadratureRule |
| using Dumux::CVFE::Detail::DefinesScvQuadratureRuleType = typename FVElementGeometry::ScvQuadratureRule |
| using Dumux::CVFE::Detail::ElementQuadratureRuleType |
| using Dumux::CVFE::Detail::IntersectionQuadratureRuleType |
| using Dumux::CVFE::Detail::LocalDofIpData |
| using Dumux::CVFE::Detail::ScvfQuadratureRuleType |
| using Dumux::CVFE::Detail::ScvQuadratureRuleType |
| auto Dumux::CVFE::Detail::makeLocalFunctionAdapter | ( | const GridDiscretization & | gridDisc, |
| Function && | f ) |