s 8 data/sphere/first_revision/test.cpp bool readLine_until_string(istream& is, string& s, const string& condition){ s 9 data/sphere/first_revision/test.cpp getline(is,s); s 10 data/sphere/first_revision/test.cpp if(s == condition) s 21 data/sphere/first_revision/test.cpp for(string s; readLine_until_string(ifs, s, "SIMPLEX");){ s 22 data/sphere/first_revision/test.cpp ofs << s << endl; s 26 data/sphere/first_revision/test.cpp for(string s; readLine_until_string(ifs, s, "#");){ s 28 data/sphere/first_revision/test.cpp stringstream ss {s}; s 128 include/io_dgf.h C to(const std::string& s){ s 130 include/io_dgf.h std::istringstream iss {s}; s 47 old_code/2015linfty/backup_dune_heat_algo.hpp std::stringstream s; s 49 old_code/2015linfty/backup_dune_heat_algo.hpp s << name_ << step_ << "-"; s 50 old_code/2015linfty/backup_dune_heat_algo.hpp return s.str(); s 75 old_code/2015linfty/dune_bdf.hpp for(std::string s; iss >> s; ) s 76 old_code/2015linfty/dune_bdf.hpp clean_line += s + ' '; s 111 old_code/2015linfty/dune_bdf.hpp for(std::string s; interpreter >> s; ){ s 112 old_code/2015linfty/dune_bdf.hpp precision_vec.push_back(s.size()); s 128 old_code/2015linfty/dune_bdf.hpp for(std::size_t s = 0; s < ad.size() -1 ; ++s) s 129 old_code/2015linfty/dune_bdf.hpp oss << std::setprecision(precision) << ad[s] << ' '; s 135 old_code/2015linfty/dune_bdf.hpp std::array<T, N> string_to_array(const std::string s){ s 139 old_code/2015linfty/dune_bdf.hpp std::istringstream interpreter {s}; s 47 old_code/2015linfty/dune_heat_algorithm.hpp std::stringstream s; s 49 old_code/2015linfty/dune_heat_algorithm.hpp s << name_ << step_ << "-"; s 50 old_code/2015linfty/dune_heat_algorithm.hpp return s.str(); s 81 old_code/tumor_growth/tumor_bdf.h for(std::string s; iss >> s; ) s 82 old_code/tumor_growth/tumor_bdf.h clean_line += s + ' '; s 126 old_code/tumor_growth/tumor_bdf.h for(std::string s; interpreter >> s; ){ s 127 old_code/tumor_growth/tumor_bdf.h const auto precision = get_relevant_digits(s); s 149 old_code/tumor_growth/tumor_bdf.h for(std::size_t s = 0; s < ad.size() -1 ; ++s) s 150 old_code/tumor_growth/tumor_bdf.h oss << std::setprecision(precision) << ad[s] << ' '; s 156 old_code/tumor_growth/tumor_bdf.h std::array<T, N> string_to_array(const std::string s){ s 160 old_code/tumor_growth/tumor_bdf.h std::istringstream interpreter {s}; s 47 old_code/tumor_growth/tumor_code.h std::stringstream s; s 49 old_code/tumor_growth/tumor_code.h s << name_ << step_ << "-"; s 50 old_code/tumor_growth/tumor_code.h return s.str(); s 47 old_code/tumor_growth/tumor_deformation.h for(std::size_t s = 0; s < range_node.size(); ++s) s 48 old_code/tumor_growth/tumor_deformation.h y[s] = range_node[s]; s 149 src/grid_GridAndTime_impl.cpp for(string s; interpreter >> s; ) s 150 src/grid_GridAndTime_impl.cpp rv.push_back(get_relevant_precision(s)); s 212 src/grid_GridAndTime_impl.cpp for(std::string s; iss >> s; ) s 213 src/grid_GridAndTime_impl.cpp clean_line += s + ' '; s 92 src/io_paraview.cpp std::ostringstream s; s 93 src/io_paraview.cpp s << filename << step << "-"; s 94 src/io_paraview.cpp return s.str(); s 42 src/maxH_main.cpp for(string s; getline(ifs, s); ) push_back(s);