MCPcopy Create free account
hub / github.com/AMReX-Astro/Castro / ParticlePlotFile

Method ParticlePlotFile

Source/particles/CastroParticles.cpp:71–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void
72Castro::ParticlePlotFile(const std::string& dir)
73{
74 if (level == 0)
75 {
76 // We call TracerPC->Checkpoint instead of TracerPC->WritePlotFile
77 // so that the particle ids also get written out.
78 if (TracerPC)
79 TracerPC->Checkpoint(dir, chk_tracer_particle_file);
80 }
81}
82
83void
84Castro::ParticlePostRestart (const std::string& restart_file)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected