We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b877560 + 604fb76 commit 25b44c5Copy full SHA for 25b44c5
1 file changed
include/numerics/petsc_matrix.h
@@ -175,13 +175,6 @@ class PetscMatrix final : public PetscMatrixBase<T>
175
176
virtual void flush () override;
177
178
- /**
179
- * Get the number of rows and columns owned by this process
180
- * @param i Row size
181
- * @param j Column size
182
- */
183
- void get_local_size (numeric_index_type & m, numeric_index_type & n) const;
184
-
185
virtual void set (const numeric_index_type i,
186
const numeric_index_type j,
187
const T value) override;
0 commit comments