Skip to content

Commit

Permalink
add compress right hand side at the assemble_explicit.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpablogallego committed Oct 17, 2014
1 parent 6bb365b commit 0acb227
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src_mpi/assemble_explicit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,9 @@ void ConservationLaw<dim>::assemble_system (IntegratorExplicit<dim>& integrator)
boost::bind(&ConservationLaw<dim>::integrate_face_term_explicit,
this, _1, _2, _3, _4),
integrator.assembler);

right_hand_side.compress (VectorOperation::add);

}

template class ConservationLaw<2>;

0 comments on commit 0acb227

Please sign in to comment.