Skip to content

Commit

Permalink
Enable amr::Events::ObserveAmrCriteria for EvolveScalarWave
Browse files Browse the repository at this point in the history
  • Loading branch information
kidder committed Nov 11, 2024
1 parent 25b66d8 commit 0b944a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Evolution/Executables/ScalarWave/EvolveScalarWave.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
#include "ParallelAlgorithms/Amr/Criteria/Random.hpp"
#include "ParallelAlgorithms/Amr/Criteria/Tags/Criteria.hpp"
#include "ParallelAlgorithms/Amr/Criteria/TruncationError.hpp"
#include "ParallelAlgorithms/Amr/Events/ObserveAmrCriteria.hpp"
#include "ParallelAlgorithms/Amr/Events/RefineMesh.hpp"
#include "ParallelAlgorithms/Amr/Projectors/CopyFromCreatorOrLeaveAsIs.hpp"
#include "ParallelAlgorithms/Amr/Projectors/DefaultInitialize.hpp"
Expand Down Expand Up @@ -186,6 +187,7 @@ struct EvolutionMetavars {
tmpl::pair<Event,
tmpl::flatten<tmpl::list<
Events::Completion, amr::Events::RefineMesh,
amr::Events::ObserveAmrCriteria<EvolutionMetavars>,
dg::Events::field_observations<
volume_dim, observe_fields, non_tensor_compute_tags>,
Events::time_events<system>>>>,
Expand Down

0 comments on commit 0b944a1

Please sign in to comment.