We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ed444 commit 704b2ddCopy full SHA for 704b2dd
1 file changed
include/mesh/mesh_base.h
@@ -1735,7 +1735,7 @@ class MeshBase : public ParallelObject
1735
*/
1736
template <typename T>
1737
void copy_constraint_rows(const SparseMatrix<T> & constraint_operator,
1738
- bool precondition_constraint_operator = true);
+ bool precondition_constraint_operator = false);
1739
1740
/**
1741
* Prints (from processor 0) all mesh constraint rows. If \p
0 commit comments