97 boost::shared_ptr<Problem> p_problem;
102 p_problem.reset(
new Problem(&cell_factory));
104 p_problem->Initialise();
111 cell_factory.
SetMesh(&(p_problem->rGetMesh()));
114 for (
unsigned node_global_index = p_vector_factory->
GetLow();
115 node_global_index < p_vector_factory->
GetHigh();
139 std::stringstream checkpoint_id;
141 std::string checkpoint_dir_basename = directory_queue.
CreateNextDir(checkpoint_id.str());
149 std::stringstream archive_foldername;
155 OutputFileHandler checkpoint_dir_basename_handler(checkpoint_dir_basename,
false);