BilinearFormIntegrator.h file
Base classes for bilinear form integrators.
This file defines the abstract base classes for bilinear form integrators, which are responsible for computing local contributions to the global system matrix in finite element assembly. Integrators represent specific terms in the weak formulation involving both trial and 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 Derived>class Rodin::Variational::BilinearFormIntegratorBase
- Abstract base class for bilinear form integrators.