Skip to content

Commit 704b2dd

Browse files
committed
Default constraint matrix preconditioning off
This should preserve backwards compatibility in existing regression tests
1 parent 15ed444 commit 704b2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mesh/mesh_base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1735,7 +1735,7 @@ class MeshBase : public ParallelObject
17351735
*/
17361736
template <typename T>
17371737
void copy_constraint_rows(const SparseMatrix<T> & constraint_operator,
1738-
bool precondition_constraint_operator = true);
1738+
bool precondition_constraint_operator = false);
17391739

17401740
/**
17411741
* Prints (from processor 0) all mesh constraint rows. If \p

0 commit comments

Comments
 (0)