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

Method ParticleCheckPoint

Source/particles/CastroParticles.cpp:61–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void
62Castro::ParticleCheckPoint(const std::string& dir)
63{
64 if (level == 0)
65 {
66 if (TracerPC)
67 TracerPC->Checkpoint(dir, chk_tracer_particle_file);
68 }
69}
70
71void
72Castro::ParticlePlotFile(const std::string& dir)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected