Skip to content

Commit

Permalink
Merge branch 'BenWibking/tracer-particles' of github.com:quokka-astro…
Browse files Browse the repository at this point in the history
…/quokka into BenWibking/tracer-particles
  • Loading branch information
BenWibking committed Jan 16, 2024
2 parents 5042981 + b5a4954 commit bcdccec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ template <typename problem_t> class AMRSimulation : public amrex::AmrCore
amrex::Vector<std::unique_ptr<amrex::FillPatcher<amrex::MultiFab>>> fillpatcher_;

// Nghost = number of ghost cells for each array
int nghost_cc_ = 4; // PPM needs nghost >= 3, PPM+flattening needs nghost >= 4
int nghost_cc_ = 4; // PPM needs nghost >= 3, PPM+flattening needs nghost >= 4
int nghost_fc_ = Physics_Traits<problem_t>::is_mhd_enabled ? 4 : 2; // 4 needed for MHD, otherwise only 2 for tracer particles
amrex::Vector<std::string> componentNames_cc_;
amrex::Vector<std::string> componentNames_fc_;
Expand Down

0 comments on commit bcdccec

Please sign in to comment.