Rodin/Variational/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 operator for computing interface averages.