Skip to content

Commit

Permalink
Final version for compatibility with deal.II 9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisb committed May 12, 2020
1 parent bba733a commit 250934c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/solvers/gls_navier_stokes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ GLSNavierStokesSolver<dim>::setup_dofs()
false);
SparsityTools::distribute_sparsity_pattern(
dsp,
this->dof_handler.locally_owned_dofs(),
this->dof_handler.compute_n_locally_owned_dofs_per_processor(),
this->mpi_communicator,
this->locally_relevant_dofs);
system_matrix.reinit(this->locally_owned_dofs,
Expand Down

0 comments on commit 250934c

Please sign in to comment.