Average Template Specializations module
Template specializations of the Average class.
| Specialization | Description |
|---|---|
| Average<FunctionBase<FunctionDerived>> | Arithmetic average of a traceable function across an interior interface. |
| Average<ShapeFunctionBase<NestedDerived, FES, Space>> | Arithmetic average of a test or trial shape function across an interior interface. |
Classes
-
template<class FunctionDerived>class Rodin::Variational::Average<FunctionBase<FunctionDerived>>
- Average of a FunctionBase instance across an interface.
-
template<class NestedDerived, class FES, ShapeFunctionSpaceType Space>class Rodin::Variational::Average<ShapeFunctionBase<NestedDerived, FES, Space>>
- Average of a ShapeFunctionBase instance across an interface.