Average.h file
Average operator for interface jump terms in DG methods.
This file defines the Average class, which computes the average value of a function across element interfaces. This operator is essential for Discontinuous Galerkin (DG) formulations and interior penalty methods.
Namespaces
- namespace Rodin
- The Rodin library for finite element methods and shape optimization.
- namespace Rodin::Variational
- Module which provides the necessary tools for constructing and solving variational problems.
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.