Rodin/Variational/LinearFormIntegrator.h file

Base classes for linear form integrators.

This file defines the abstract base classes for linear form integrators, which are responsible for computing local contributions to the right-hand side vector (load vector) in finite element assembly. Integrators represent specific terms in the weak formulation involving only test functions.

Namespaces

namespace Rodin
The Rodin library for Shape and Topology Optimization.
namespace Rodin::Variational
Module which provides the necessary tools for constructing variational problems.

Classes

template<class Number>
class Rodin::Variational::LinearFormIntegratorBase
Base class for linear form integrators.