v0.15.0
Loading...
Searching...
No Matches
Classes | Namespaces
LinearFormsIntegrators.hpp File Reference

Linear forms integrators. 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
 

Detailed Description

Linear forms integrators.

This file provides template aliases for linear form integrators used in finite element assembly. Linear forms represent the right-hand side vectors in finite element formulations \((v, f)_\Omega\) where \(v\) is a test function and \(f\) is a source term or field. The integrators handle various mathematical operations including scalar/vector/tensor field integration, mixed formulations, boundary conditions, and convective terms. All aliases reference implementations in LinearFormsIntegratorsImpl.hpp for actual computational details.

Definition in file LinearFormsIntegrators.hpp.