refactor(operator.h): removed get block methods

This commit is contained in:
2025-04-21 07:45:17 -04:00
parent e7ad73c0f9
commit 274f24034c

View File

@@ -35,12 +35,6 @@ public:
const mfem::BlockOperator &GetJacobianOperator() const;
// Get the diagonals of -M, -Q, and D. I use J01, J10, and J11 for those here since the diagonals
// are not just from the matrixes, but are the scaled versions in the jacobian specificially (-1*M & -1*Q)
mfem::Vector GetJ00Diag() const;
mfem::Vector GetJ01Diag() const;
mfem::Vector GetJ10diag() const;
mfem::Vector GetJ11diag() const;
private:
Probe::LogManager& m_logManager = Probe::LogManager::getInstance();