Hypre IJ interface: Enable access to additional solvers and preconditioners available in Hypre #1437
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR extends the AMReX hypre IJ interface to allow access to additional solvers and preconditioners available in hypre.
HypreABecLap3
andHypreNodeLap
(IJ matrix/vector ParCSR interfaces) and created a new IJ interface class that provides a unified way to access Hypre ParCSR solvers.hypre
)MLMG::setHypreOptionsNamespace
that allow applications to customize the namespace for different types of linear solvers (e.g.,mac_proj.hypre.<option>
,nodal_proj.hypre.<option>
, etc.)recompute_preconditioner
for cases where the matrix coefficients do not change.IJ{Matrix,Vector}
format for debugging.Additional background
The extensions to hypre interface supports ExaWind AMR-Wind overset and RANS applications.
Checklist
The proposed changes: