Skip to content

Commit

Permalink
Merge pull request #6038 from MFraters/allow_for_multiple_particle_sets
Browse files Browse the repository at this point in the history
Add input parameter for multiple particle worlds.
  • Loading branch information
gassmoeller authored Sep 20, 2024
2 parents e78eea9 + f41bc1c commit cc7c350
Show file tree
Hide file tree
Showing 5 changed files with 300 additions and 218 deletions.
1 change: 1 addition & 0 deletions include/aspect/parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ namespace aspect
unsigned int max_nonlinear_iterations_in_prerefinement;
bool use_operator_splitting;
std::string world_builder_file;
unsigned int n_particle_worlds;

/**
* @}
Expand Down
Loading

0 comments on commit cc7c350

Please sign in to comment.