Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR writes custom binary files for the particles in light cone shells. VTK files (
.vtk
) are written for visualization in ParaView and VisIt, and simple binary files (.bin
) are written for reading in by a python script which is included in the run folderExec/ParticleFilterTest
-Read_BinarySimple.py
. The animation shows the particles in the light cone shells for red shifts ranging fromz=0
toz=4.5
for a mesh size of768x768x768 ~ 453
million mesh cells. The computational domain is shown as well.Currently, this works only on CPUs. The simulation for this mesh size from
z=4.5
toz=0
took about 2 hrs to complete on 1024 MPI ranks (8 nodes) on Perlmutter.