Back to Finite Element (MFEM)
mfem.linear.DSmoother.create
Creates a new DSmoother.
Syntax
mfem.linear.DSmoother.create(matrixPtr, options?)
Description
Creates a new DSmoother.
Parameters
| Name | Description |
|---|---|
| matrixPtr | - Pointer to SparseMatrix |
| options(optional) | - Optional configuration options |
Returns
Promise<DSmoother>