feat(preconditioner): major work on preconditioner system
first preconditioner MVP
This commit is contained in:
@@ -60,6 +60,12 @@ export namespace mean_field::operators {
|
||||
mfem::Array<int> m_state_offsets;
|
||||
mfem::Array<int> m_residual_offsets;
|
||||
GravityFieldJacobianOperator &m_jacobian;
|
||||
|
||||
mutable mfem::Vector m_potential_true;
|
||||
mutable mfem::Vector m_transpose_divergence_action_true;
|
||||
mutable mfem::Vector m_transpose_divergence_action;
|
||||
mutable mfem::Vector m_gradient_true;
|
||||
mutable mfem::Vector m_divergence_action_true;
|
||||
};
|
||||
|
||||
class ReducedGravityFieldOperator final : public mfem::Operator {
|
||||
|
||||
Reference in New Issue
Block a user