Back to Finite Element (MFEM)
mfem.bilinearForms.assemblePartial
Partial assembly for matrix-free operations.
Syntax
mfem.bilinearForms.assemblePartial(blf)
Description
Partial assembly for matrix-free operations. Sets the assembly level to PARTIAL and then assembles.
Parameters
| Name | Description |
|---|---|
| blf | - BilinearForm instance |
Returns
void