feat(preconditioner): major work on preconditioner system
first preconditioner MVP
This commit is contained in:
@@ -138,6 +138,10 @@ export namespace mean_field::operators {
|
||||
mfem::Vector &action
|
||||
) const;
|
||||
|
||||
// Exact diagonal of the volume enthalpy-to-hydrostatic block. Surface
|
||||
// boundary-row replacement is deliberately applied by its owner.
|
||||
void AssembleEnthalpyJacobianDiagonal(mfem::Vector &diagonal) const;
|
||||
|
||||
[[nodiscard]] bool IsPrepared() const noexcept;
|
||||
|
||||
[[nodiscard]] const context::hydrostatic::HydrostaticPreparationStatistics &
|
||||
|
||||
Reference in New Issue
Block a user