suffix             88 data/sphere/2014paperALE_sphere/improve_sphere.cpp 	const string suffix = ".dgf";
suffix             91 data/sphere/2014paperALE_sphere/improve_sphere.cpp 		const string dgfname = basename + to_string(i+1) + suffix;
suffix             36 include/io_errorStream.h       explicit Error_stream(const std::string& suffix, const Parameter&);
suffix            157 src/grid_FEfunSet.h       constexpr auto suffix= ".dgf";
suffix            158 src/grid_FEfunSet.h       return dir + fun_name + suffix;
suffix             43 src/io_errorStream.cpp Esfem::Io::Error_stream::Error_stream(const std::string& suffix, const Parameter& d)
suffix             44 src/io_errorStream.cpp   :Error_stream {d.error_log() + suffix}