feat(poly): locking phi surface flux and fixed phi boundary condition application

This commit is contained in:
2025-04-28 13:44:27 -04:00
parent d678c4bc33
commit ae5d61bd75
4 changed files with 47 additions and 111 deletions

View File

@@ -70,6 +70,7 @@ private:
SSE::MFEMArrayPair m_theta_ess_tdofs;
SSE::MFEMArrayPair m_phi_ess_tdofs;
std::unique_ptr<mfem::SparseMatrix> m_Mmat, m_Qmat, m_Dmat;
std::unique_ptr<mfem::ScaledOperator> m_negM_op;
std::unique_ptr<mfem::ScaledOperator> m_negQ_op;
mutable std::unique_ptr<mfem::BlockOperator> m_jacobian;