Back to Finite Element (MFEM)
mfem.linearForms.addDomainIntegrator
Add a domain integrator (f, v) to the linear form.
Syntax
mfem.linearForms.addDomainIntegrator(lf, coeff)
Description
Add a domain integrator (f, v) to the linear form. Computes: ∫ f * v dx
Parameters
| Name | Description |
|---|---|
| lf | - LinearForm instance |
| coeff | - Source coefficient |
Returns
void