Back to Finite Element (MFEM)
mfem.linear.ChebyshevSmoother.create
Creates a new Chebyshev smoother with explicit maximum eigenvalue.
Syntax
mfem.linear.ChebyshevSmoother.create(options)
Description
Creates a new Chebyshev smoother with explicit maximum eigenvalue.
Parameters
| Name | Description |
|---|---|
| options | - Smoother configuration options |
Returns
Promise<ChebyshevSmoother>