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