Skip to content

Commit

Permalink
Merge pull request #6173 from ctrandrsn/RegistrationFix
Browse files Browse the repository at this point in the history
Move registraion to before import initial data in GhValenciaDivClean.
  • Loading branch information
knelli2 authored Jul 25, 2024
2 parents efb7445 + 464b3ec commit 1c92996
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -670,10 +670,10 @@ struct GhValenciaDivCleanTemplateBase<
static constexpr auto default_phase_order = std::array<Parallel::Phase, 8>{
{Parallel::Phase::Initialization,
Parallel::Phase::RegisterWithElementDataReader,
Parallel::Phase::ImportInitialData,
Parallel::Phase::Register, Parallel::Phase::ImportInitialData,
Parallel::Phase::InitializeInitialDataDependentQuantities,
Parallel::Phase::InitializeTimeStepperHistory, Parallel::Phase::Register,
Parallel::Phase::Evolve, Parallel::Phase::Exit}};
Parallel::Phase::InitializeTimeStepperHistory, Parallel::Phase::Evolve,
Parallel::Phase::Exit}};

struct SubcellOptions {
using evolved_vars_tags = typename system::variables_tag::tags_list;
Expand Down

0 comments on commit 1c92996

Please sign in to comment.