Skip to content

Commit

Permalink
Moved mixed_poisson outside of mpi.
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-heltai committed Oct 11, 2023
1 parent ff59568 commit 3fce0c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fsi_book/chapter_1.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <fstream>
#include <sstream>

#include "pdes/mpi/mixed_poisson.h"
#include "pdes/mixed_poisson.h"
#include "pdes/serial/poisson.h"

using namespace dealii;
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//
// ---------------------------------------------------------------------

#include "pdes/mpi/mixed_poisson.h"
#include "pdes/mixed_poisson.h"

#include <deal.II/meshworker/mesh_loop.h>

Expand Down

0 comments on commit 3fce0c0

Please sign in to comment.