Skip to content

Commit 8aae09a

Browse files
mirenradiajulianakwan
authored andcommitted
BlackHoles: Redistribute particles before writing plotfile
1 parent 47bf6dd commit 8aae09a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/BlackHoles/PunctureTracker.impl.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ void PunctureTracker<num_punctures>::write_plotfile(const std::string &a_dir)
113113

114114
amrex::Vector<std::string> int_comp_names({"puncture_index"});
115115

116+
Redistribute();
116117
WritePlotFile(a_dir, plotfile_subdir, real_comp_names, int_comp_names);
117118
}
118119

0 commit comments

Comments
 (0)