@@ -281,7 +281,7 @@ public:
281281 std ::unique_ptr < SparseMatrix < Number > > gold_mat_ptr =
282282 SparseMatrix < Number > ::build (* TestCommWorld );
283283 SparseMatrix < Number > & gold_mat = * gold_mat_ptr ;
284- gold_mat .init (n_new_dofs , n_old_dofs , n_new_dofs_local , n_old_dofs );
284+ gold_mat .init (n_new_dofs , n_old_dofs , n_new_dofs_local , n_old_dofs_local );
285285
286286 // construct the gold projection matrix using static node numbering as reference info
287287 for ( const auto & node : mesh .local_node_ptr_range () )
@@ -430,7 +430,7 @@ public:
430430 std ::unique_ptr < SparseMatrix < Number > > gold_mat_ptr =
431431 SparseMatrix < Number > ::build (* TestCommWorld );
432432 SparseMatrix < Number > & gold_mat = * gold_mat_ptr ;
433- gold_mat .init (n_new_dofs , n_old_dofs , n_new_dofs_local , n_old_dofs );
433+ gold_mat .init (n_new_dofs , n_old_dofs , n_new_dofs_local , n_old_dofs_local );
434434
435435 // construct the gold projection matrix using static node numbering as reference info
436436 for ( const auto & node : mesh .local_node_ptr_range () )
@@ -608,7 +608,7 @@ public:
608608 std ::unique_ptr < SparseMatrix < Number > > gold_mat_ptr =
609609 SparseMatrix < Number > ::build (* TestCommWorld );
610610 SparseMatrix < Number > & gold_mat = * gold_mat_ptr ;
611- gold_mat .init (n_new_dofs , n_old_dofs , n_new_dofs_local , n_old_dofs );
611+ gold_mat .init (n_new_dofs , n_old_dofs , n_new_dofs_local , n_old_dofs_local );
612612
613613 // construct the gold projection matrix using static node numbering as reference info
614614 for ( const auto & node : mesh .local_node_ptr_range () )
0 commit comments