refactor(operator.h): removed get block methods
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user