- low_order_refinedFalseSet usage of Low-Order Refined solver.
Default:False
C++ Type:bool
Controllable:No
Description:Set usage of Low-Order Refined solver.
- order2Degree of the Chebyshev polynomial (1-4).
Default:2
C++ Type:int
Controllable:No
Description:Degree of the Chebyshev polynomial (1-4).
- use_initial_guessFalseWhether to preserve the current MFEM solution vector as the initial guess for an iterative solver.
Default:False
C++ Type:bool
Controllable:No
Description:Whether to preserve the current MFEM solution vector as the initial guess for an iterative solver.
MFEMOperatorChebyshevSmoother
Overview
Defines and builds an mfem::OperatorChebyshevSmoother solver. Chebyshev smoothing applies a polynomial chosen to reduce error components over a target spectral interval of the diagonally scaled operator D^{-1}A. The smoother estimates the maximum eigenvalue of D^{-1}A automatically so that this interval can be selected from the operator supplied at setup time.
This object is a good candidate to be used as a smoother inside MFEMGeometricMultigridSolver.
Input Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector<std::string>
Controllable:No
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Controllable:No
Description:Set the enabled status of the MooseObject.