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

Function problem_checkpoint

Source/problems/problem_checkpoint.H:9–14  ·  view source on GitHub ↗

Perform problem-specific checkpoint functionality @param checkpoint_dir Name of the checkpoint directory

Source from the content-addressed store, hash-verified

7/// @param checkpoint_dir Name of the checkpoint directory
8///
9AMREX_INLINE
10void problem_checkpoint (const std::string& checkpoint_dir) {
11
12 amrex::ignore_unused(checkpoint_dir);
13
14}
15
16#endif

Callers 1

checkPointMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected