|  | v0.15.0 | 
Bilinear forms integrators for finite element assembly. More...
Go to the source code of this file.
| Classes | |
| struct | MoFEM::FormsIntegrators< EleOp >::Assembly< A > | 
| Bilinear integrator form.  More... | |
| Namespaces | |
| namespace | MoFEM | 
| implementation of Data Operators for Forces and Sources | |
Bilinear forms integrators for finite element assembly.
This file provides template aliases for bilinear form integrators used in finite element assembly. Bilinear forms represent the system matrices (left-hand side) in finite element formulations through the mathematical expression \((u, v)_\Omega\), where \(u\) and \(v\) are trial and test functions respectively.
The integrators encompass fundamental finite element operations:
All template aliases reference concrete implementations in BiLinearFormsIntegratorsImpl.hpp, providing a clean interface while maintaining computational efficiency. The operators support various coordinate systems, field dimensions, and specializations for different problem types in computational mechanics and multi-physics simulations.
Definition in file BiLinearFormsIntegrators.hpp.
