Back to Finite Element (MFEM)
mfem.linear.ChebyshevSmoother.createAuto
Creates a new Chebyshev smoother with automatic eigenvalue estimation.
Syntax
mfem.linear.ChebyshevSmoother.createAuto(options)
Description
Creates a new Chebyshev smoother with automatic eigenvalue estimation. Uses power iteration to estimate the maximum eigenvalue.
Parameters
| Name | Description |
|---|---|
| options | - Smoother configuration options |
Returns
Promise<ChebyshevSmoother>