Back to Finite Element (MFEM)
mfem.linearForms.addBoundaryTangentialIntegrator
Add a boundary tangential integrator (F × n, v) to the linear form.
Syntax
mfem.linearForms.addBoundaryTangentialIntegrator(lf, coeff, bdrAttrs?)
Description
Add a boundary tangential integrator (F × n, v) to the linear form. For 2D: takes the tangential component of the vector field. Computes: ∫_∂Ω (F · t) * v ds
Parameters
| Name | Description |
|---|---|
| lf | - LinearForm instance |
| coeff | - Vector coefficient |
| bdrAttrs(optional) | - Optional boundary attributes to restrict to |
Returns
void