Skip to content

Commit d02f4f1

Browse files
committed
Test for parallel-consistent preparation
1 parent 48bb707 commit d02f4f1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/mesh/mesh_base.C

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,8 @@ void MeshBase::complete_preparation()
892892

893893
libmesh_assert(this->comm().verify(this->is_serial()));
894894

895+
_preparation.libmesh_assert_consistent(this->comm());
896+
895897
#ifdef DEBUG
896898
// If we don't go into this method with valid constraint rows, we're
897899
// only going to be able to make that worse.

0 commit comments

Comments
 (0)