Skip to content

Commit

Permalink
Merge pull request dealii#14235 from tjhei/step-50-petsc-include
Browse files Browse the repository at this point in the history
fix: step-50 PETSc
  • Loading branch information
marcfehling committed Sep 2, 2022
2 parents 6dfc776 + d4344eb commit 168ea69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/step-50/step-50.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#include <deal.II/grid/tria.h>
#include <deal.II/lac/affine_constraints.h>
#include <deal.II/lac/dynamic_sparsity_pattern.h>
#include <deal.II/lac/sparsity_tools.h>
#include <deal.II/lac/solver_cg.h>

// We use the same strategy as in step-40 to switch between PETSc and
Expand Down

0 comments on commit 168ea69

Please sign in to comment.