36 #ifndef CARDIACSIMULATIONARCHIVER_HPP_
37 #define CARDIACSIMULATIONARCHIVER_HPP_
41 #include "FileFinder.hpp"
51 template<
class PROBLEM_CLASS>
65 static void Save(PROBLEM_CLASS& rSimulationToArchive,
const std::string& rDirectory,
bool clearDirectory=
true);
80 static PROBLEM_CLASS*
Load(
const std::string& rDirectory);
static void Save(PROBLEM_CLASS &rSimulationToArchive, const std::string &rDirectory, bool clearDirectory=true)
static PROBLEM_CLASS * Load(const std::string &rDirectory)
static PROBLEM_CLASS * Migrate(const FileFinder &rDirectory)