From e8771d075f1446a88c03c5dd9178544f033099fd Mon Sep 17 00:00:00 2001 From: Lei Qiao Date: Sat, 11 Apr 2015 21:05:17 -0500 Subject: [PATCH] step-33 sync right_hand_side after assemble. --- examples/step-33/step-33.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/step-33/step-33.cc b/examples/step-33/step-33.cc index 56ff286bf7..4a580a21d3 100644 --- a/examples/step-33/step-33.cc +++ b/examples/step-33/step-33.cc @@ -1609,6 +1609,7 @@ namespace Step33 // After all this assembling, notify the Trilinos matrix object that the // matrix is done: system_matrix.compress(VectorOperation::add); + right_hand_side.compress(VectorOperation::add); } -- 2.39.5