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