string 29 data/sphere/2014paperALE_sphere/improve_sphere.cpp vector<string> load_file(const string ifname){ string 32 data/sphere/2014paperALE_sphere/improve_sphere.cpp vector<string> lines; string 33 data/sphere/2014paperALE_sphere/improve_sphere.cpp for(string line; getline(ifs,line); ) string 39 data/sphere/2014paperALE_sphere/improve_sphere.cpp typedef vector<string>::iterator Line_pt; string 41 data/sphere/2014paperALE_sphere/improve_sphere.cpp void write_file(const string ofname, const vector<string>& content){ string 87 data/sphere/2014paperALE_sphere/improve_sphere.cpp const string basename = "Sphere_"; string 88 data/sphere/2014paperALE_sphere/improve_sphere.cpp const string suffix = ".dgf"; string 91 data/sphere/2014paperALE_sphere/improve_sphere.cpp const string dgfname = basename + to_string(i+1) + suffix; string 92 data/sphere/2014paperALE_sphere/improve_sphere.cpp vector<string> lines = load_file(dgfname); string 8 data/sphere/first_revision/test.cpp bool readLine_until_string(istream& is, string& s, const string& condition){ string 21 data/sphere/first_revision/test.cpp for(string s; readLine_until_string(ifs, s, "SIMPLEX");){ string 26 data/sphere/first_revision/test.cpp for(string s; readLine_until_string(ifs, s, "#");){ string 28 data/sphere/level_set_test.cpp const Vertices get_vertices(const std::string& filename); string 79 data/sphere/level_set_test.cpp const Vertex convert_to_vertex(const std::string& str_vertex); string 81 data/sphere/level_set_test.cpp const Vertices get_vertices(const std::string& filename){ string 85 data/sphere/level_set_test.cpp std::vector<std::string> lines; string 86 data/sphere/level_set_test.cpp for(std::string line; std::getline(dgf_file,line); ) string 89 data/sphere/level_set_test.cpp const std::string begin_vertices = "VERTEX"; string 96 data/sphere/level_set_test.cpp const std::string end_vertices = "#"; string 111 data/sphere/level_set_test.cpp const std::string err_msg {"line" + std::to_string(line_no)}; string 120 data/sphere/level_set_test.cpp const Vertex convert_to_vertex(const std::string& str_vertex){ string 33 include/esfem_error.h explicit Parameter_error(const std::string& msg) string 39 include/esfem_error.h explicit SolutionDriven_error(const std::string& msg) string 46 include/esfem_error.h explicit BrusselatorScheme_error(const std::string& msg) string 53 include/esfem_error.h explicit Grid_error(const std::string& msg) string 62 include/esfem_error.h explicit Rhs_error(const std::string& msg) string 69 include/esfem_error.h explicit InitData_error(const std::string& msg) string 80 include/esfem_error.h (const bool, const std::string&){}; string 83 include/esfem_error.h (const bool, const std::string&){}; string 86 include/esfem_error.h (const bool, const std::string&){}; string 89 include/esfem_error.h (const bool, const std::string&){}; string 92 include/esfem_error.h (const bool, const std::string&){}; string 95 include/esfem_error.h (const bool, const std::string&){}; string 66 include/grid.h explicit Deformation(const std::string& fname); string 107 include/grid.h explicit Grid_and_time(const Io::Parameter&, const std::string& dgf_file, string 143 include/grid.h explicit Scal_FEfun(const std::string& name, const Grid_and_time& gt); string 171 include/grid.h explicit Vec_FEfun(const std::string& name, const Grid_and_time&); string 40 include/io_dgf.h Handler(const std::string& dgf_filename); string 43 include/io_dgf.h void write(const std::string& out_filename, const Grid::Scal_FEfun&) const; string 44 include/io_dgf.h void write(const std::string& out_filename, const Grid::Vec_FEfun&) const; string 46 include/io_dgf.h void read(const std::string& in_filename, Grid::Vec_FEfun&) const; string 47 include/io_dgf.h void read(const std::string& in_filename, Grid::Scal_FEfun&) const; string 54 include/io_dgf.h using Lines = std::vector<std::string>; string 63 include/io_dgf.h Handler::Simplices create_simplices(const std::string& filename); string 64 include/io_dgf.h Handler::Lines create_stringSimplices(const std::string& filename); string 66 include/io_dgf.h std::size_t get_precision(const std::string& filename); string 67 include/io_dgf.h std::size_t calculate_dof(const std::string& dgf_file); string 69 include/io_dgf.h Handler::Vertices create_vertices(const std::string& filename); string 70 include/io_dgf.h Handler::Lines create_stringVertices(const std::string& filename); string 79 include/io_dgf.h It find(It first, It last, const std::string& keyword); string 81 include/io_dgf.h It close_list(It first, It last, const std::string& keyword); string 93 include/io_dgf.h C to(const std::string&); string 95 include/io_dgf.h std::string from(const C&, const std::size_t precision); string 107 include/io_dgf.h It find(It first, It last, const std::string& keyword){ string 115 include/io_dgf.h It close_list(It first, It last, const std::string& keyword){ string 128 include/io_dgf.h C to(const std::string& s){ string 136 include/io_dgf.h std::string from(const C& container, const std::size_t precision){ string 27 include/io_dof.h const std::string& filename); string 30 include/io_dof.h void file_to_dof(It first, const std::string& filename, std::size_t dof_no); string 33 include/io_dof.h const std::string& filename); string 41 include/io_dof.h inline void err_open_file(const std::string& fname){ string 44 include/io_dof.h inline void err_file_to_small(const std::string& fname){ string 50 include/io_dof.h const std::string& filename) try{ string 65 include/io_dof.h void file_to_dof(It first, const std::string& filename, string 84 include/io_dof.h const std::string& filename) try{ string 36 include/io_errorStream.h explicit Error_stream(const std::string& suffix, const Parameter&); string 57 include/io_errorStream.h explicit Error_stream(const std::string& fname); string 31 include/io_parameter.h explicit Parameter(int argc, char** argv, const std::string& parameter_file_name); string 38 include/io_parameter.h const std::string& grid() const noexcept; string 39 include/io_parameter.h const std::string& error_log() const noexcept; string 40 include/io_parameter.h const std::string& paraview() const noexcept; string 86 include/io_parameter.h const std::string& u_init_dof() const noexcept; string 88 include/io_parameter.h const std::string& w_init_dof() const noexcept; string 40 old_code/2015linfty/backup_dune_heat_algo.hpp DataOutputParameters(const std::string name, const int step) string 46 old_code/2015linfty/backup_dune_heat_algo.hpp std::string prefix() const { string 53 old_code/2015linfty/backup_dune_heat_algo.hpp std::string name_; string 68 old_code/2015linfty/backup_dune_heat_algo.hpp const std::string gridkey = string 70 old_code/2015linfty/backup_dune_heat_algo.hpp const std::string gridfile = string 71 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue< std::string >( gridkey ); string 86 old_code/2015linfty/backup_dune_heat_algo.hpp {Dune::Fem::Parameter::getValue<std::string>("fem.io.errorFile", string 117 old_code/2015linfty/backup_dune_heat_algo.hpp DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> string 220 old_code/2015linfty/backup_dune_heat_algo.hpp const std::string gridkey = string 222 old_code/2015linfty/backup_dune_heat_algo.hpp const std::string gridfile = string 223 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue<std::string>(gridkey); string 238 old_code/2015linfty/backup_dune_heat_algo.hpp {Dune::Fem::Parameter::getValue<std::string>("fem.io.errorFile", string 262 old_code/2015linfty/backup_dune_heat_algo.hpp DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> string 378 old_code/2015linfty/backup_dune_heat_algo.hpp const std::string gridkey = string 380 old_code/2015linfty/backup_dune_heat_algo.hpp const std::string gridfile = string 381 old_code/2015linfty/backup_dune_heat_algo.hpp Dune::Fem::Parameter::getValue< std::string >( gridkey ); string 396 old_code/2015linfty/backup_dune_heat_algo.hpp {Dune::Fem::Parameter::getValue<std::string>("fem.io.errorFile", string 450 old_code/2015linfty/backup_dune_heat_algo.hpp DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> string 36 old_code/2015linfty/dune_bdf.hpp EvoMapType(const std::string& input_filename); string 44 old_code/2015linfty/dune_bdf.hpp std::unordered_map<std::string, std::array<double, 3> > evoMap; string 46 old_code/2015linfty/dune_bdf.hpp std::string filename; string 60 old_code/2015linfty/dune_bdf.hpp std::vector<std::string> getVertexList(const std::string& filename) string 65 old_code/2015linfty/dune_bdf.hpp auto error = [](const std::string& msg){ string 70 old_code/2015linfty/dune_bdf.hpp auto clean_whitespace = [](const std::string& line) string 73 old_code/2015linfty/dune_bdf.hpp std::string clean_line; string 75 old_code/2015linfty/dune_bdf.hpp for(std::string s; iss >> s; ) string 85 old_code/2015linfty/dune_bdf.hpp std::vector<std::string> lines; string 86 old_code/2015linfty/dune_bdf.hpp for(std::string line; getline(ifs, line); ) string 91 old_code/2015linfty/dune_bdf.hpp std::vector<std::string>::iterator first = string 96 old_code/2015linfty/dune_bdf.hpp std::vector<std::string>::iterator last = string 101 old_code/2015linfty/dune_bdf.hpp return std::vector<std::string> {first, last}; string 105 old_code/2015linfty/dune_bdf.hpp size_t get_precision(const std::vector<std::string>& vertex_list){ string 109 old_code/2015linfty/dune_bdf.hpp for(const std::string& line : vertex_list){ string 111 old_code/2015linfty/dune_bdf.hpp for(std::string s; interpreter >> s; ){ string 122 old_code/2015linfty/dune_bdf.hpp std::string array_to_string(const std::array<T, N> ad, string 135 old_code/2015linfty/dune_bdf.hpp std::array<T, N> string_to_array(const std::string s){ string 136 old_code/2015linfty/dune_bdf.hpp auto error = [] (const std::string& msg) { string 150 old_code/2015linfty/dune_bdf.hpp BDF::EvoMapType::EvoMapType( const std::string& input_filename ) : string 153 old_code/2015linfty/dune_bdf.hpp std::vector<std::string> lines = getVertexList(filename); string 40 old_code/2015linfty/dune_heat_algorithm.hpp DataOutputParameters(const std::string name, const int step) string 46 old_code/2015linfty/dune_heat_algorithm.hpp std::string prefix() const { string 53 old_code/2015linfty/dune_heat_algorithm.hpp std::string name_; string 84 old_code/2015linfty/dune_heat_algorithm.hpp const std::string gridkey = string 86 old_code/2015linfty/dune_heat_algorithm.hpp const std::string gridfile = string 87 old_code/2015linfty/dune_heat_algorithm.hpp Dune::Fem::Parameter::getValue< std::string >( gridkey ); string 128 old_code/2015linfty/dune_heat_algorithm.hpp {Dune::Fem::Parameter::getValue<std::string>("fem.io.errorFile", string 136 old_code/2015linfty/dune_heat_algorithm.hpp DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> string 28 old_code/2015linfty/iodof.h IO_dune_fem(const std::string& filename_series_prefix, string 34 old_code/2015linfty/iodof.h std::string filename; string 44 old_code/2015linfty/iodof.h IO_dune_fem::IO_dune_fem(const std::string& filename_series_prefix, string 45 old_code/2015linfty/iodof.h const std::string& input_dir, string 46 old_code/2015linfty/iodof.h const std::string& output_dir, string 62 old_code/2015linfty/iodof.h auto err_handling = [](const std::string& msg){ string 63 old_code/2015linfty/iodof.h std::string full_msg {"Error in IO_dune_fem::operator().\n"}; string 68 old_code/2015linfty/iodof.h const std::string curr_file {filename + std::to_string(f_no)}; string 36 old_code/tumor_growth/tumor_bdf.h EvoMapType(const std::string& input_filename); string 49 old_code/tumor_growth/tumor_bdf.h std::unordered_map<std::string, std::array<double, 3> > evoMap; string 51 old_code/tumor_growth/tumor_bdf.h std::vector<std::string> original_vertices; string 52 old_code/tumor_growth/tumor_bdf.h std::string filename; string 66 old_code/tumor_growth/tumor_bdf.h std::vector<std::string> getVertexList(const std::string& filename) string 71 old_code/tumor_growth/tumor_bdf.h auto error = [](const std::string& msg){ string 76 old_code/tumor_growth/tumor_bdf.h auto clean_whitespace = [](const std::string& line) string 79 old_code/tumor_growth/tumor_bdf.h std::string clean_line; string 81 old_code/tumor_growth/tumor_bdf.h for(std::string s; iss >> s; ) string 91 old_code/tumor_growth/tumor_bdf.h std::vector<std::string> lines; string 92 old_code/tumor_growth/tumor_bdf.h for(std::string line; getline(ifs, line); ) string 97 old_code/tumor_growth/tumor_bdf.h std::vector<std::string>::iterator first = string 102 old_code/tumor_growth/tumor_bdf.h std::vector<std::string>::iterator last = string 107 old_code/tumor_growth/tumor_bdf.h return std::vector<std::string> {first, last}; string 111 old_code/tumor_growth/tumor_bdf.h size_t get_relevant_digits(const std::string& number){ string 120 old_code/tumor_growth/tumor_bdf.h size_t get_precision(const std::vector<std::string>& vertex_list){ string 124 old_code/tumor_growth/tumor_bdf.h for(const std::string& line : vertex_list){ string 126 old_code/tumor_growth/tumor_bdf.h for(std::string s; interpreter >> s; ){ string 143 old_code/tumor_growth/tumor_bdf.h std::string array_to_string(const std::array<T, N> ad, string 156 old_code/tumor_growth/tumor_bdf.h std::array<T, N> string_to_array(const std::string s){ string 157 old_code/tumor_growth/tumor_bdf.h auto error = [] (const std::string& msg) { string 171 old_code/tumor_growth/tumor_bdf.h BDF::EvoMapType::EvoMapType( const std::string& input_filename ) : string 174 old_code/tumor_growth/tumor_bdf.h std::vector<std::string> lines = getVertexList(filename); string 40 old_code/tumor_growth/tumor_code.h DataOutputParameters(const std::string name, const int step) string 46 old_code/tumor_growth/tumor_code.h std::string prefix() const { string 53 old_code/tumor_growth/tumor_code.h std::string name_; string 83 old_code/tumor_growth/tumor_code.h const std::string gridkey = string 85 old_code/tumor_growth/tumor_code.h const std::string gridfile = string 86 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue< std::string >( gridkey ); string 127 old_code/tumor_growth/tumor_code.h {Dune::Fem::Parameter::getValue<std::string>("fem.io.errorFile", string 135 old_code/tumor_growth/tumor_code.h DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> string 390 old_code/tumor_growth/tumor_code.h const std::string gridkey = string 392 old_code/tumor_growth/tumor_code.h const std::string gridfile = string 393 old_code/tumor_growth/tumor_code.h Dune::Fem::Parameter::getValue< std::string >( gridkey ); string 494 old_code/tumor_growth/tumor_code.h DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> string 500 old_code/tumor_growth/tumor_code.h DataOutputParameters(Dune::Fem::Parameter::getValue<std::string> string 72 src/brusselator_algo.cpp const std::string& parameter_fname) string 150 src/brusselator_algo.h const std::string& parameter_fname); string 374 src/brusselator_algo.h const std::string tmpFile_path {FEF_PATH}; string 43 src/grid_FEfunSet.h r3fef(const std::string& name, const Grid_and_time& gt) string 52 src/grid_FEfunSet.h FEfun_set(const std::string& name, const Grid::Grid_and_time&); string 63 src/grid_FEfunSet.h const std::string& dir = "/tmp/"); string 66 src/grid_FEfunSet.h const std::string& dir = "/tmp/"); string 98 src/grid_FEfunSet.h inline std::string compose_dgfName(const std::string& fun_name, string 99 src/grid_FEfunSet.h const std::string& dir = "./"); string 115 src/grid_FEfunSet.h FEfun_set(const std::string& name, string 130 src/grid_FEfunSet.h const std::string& dir){ string 138 src/grid_FEfunSet.h read(const Esfem::Io::Dgf::Handler& h, const std::string& dir){ string 155 src/grid_FEfunSet.h inline std::string compose_dgfName(const std::string& fun_name, string 156 src/grid_FEfunSet.h const std::string& dir){ string 53 src/grid_GridAndTime.cpp Data(const Io::Parameter&, const std::string& dgf_file, string 68 src/grid_GridAndTime.cpp Data(const Io::Parameter& p, const std::string& dgf_file, string 94 src/grid_GridAndTime.cpp Grid_and_time(const Io::Parameter& p, const std::string& dgf_file, const double t0) string 31 src/grid_GridAndTime_impl.cpp Esfem::Impl::Evolving_grid::Evolving_grid(const std::string& filename) string 86 src/grid_GridAndTime_impl.cpp get_vertexList(const std::string& filename) try{ string 103 src/grid_GridAndTime_impl.cpp get_relevant_precision(const vector<string>& vertex_list) try{ string 126 src/grid_GridAndTime_impl.cpp std::size_t Esfem::Impl::get_relevant_precision(const std::string& number) try{ string 140 src/grid_GridAndTime_impl.cpp vector<size_t> Esfem::Impl::create_precision_vec(const vector<string>& vertex_list){ string 149 src/grid_GridAndTime_impl.cpp for(string s; interpreter >> s; ) string 161 src/grid_GridAndTime_impl.cpp std::string Esfem::Impl::node_to_string(const Node& node, const int precision) try{ string 184 src/grid_GridAndTime_impl.cpp Node Esfem::Impl::string_to_node(const std::string& str_node) try{ string 204 src/grid_GridAndTime_impl.cpp std::string Esfem::Impl:: string 205 src/grid_GridAndTime_impl.cpp normalize_node(const std::string& str_node, const int precision){ string 209 src/grid_GridAndTime_impl.cpp std::string Esfem::Impl::clean_whitespace(const std::string& line){ string 210 src/grid_GridAndTime_impl.cpp std::string clean_line {}; string 212 src/grid_GridAndTime_impl.cpp for(std::string s; iss >> s; ) string 218 src/grid_GridAndTime_impl.cpp std::vector<std::string> Esfem::Impl:: string 219 src/grid_GridAndTime_impl.cpp dgfFile_to_vec(const std::string& filename) try{ string 223 src/grid_GridAndTime_impl.cpp std::vector<std::string> lines; string 224 src/grid_GridAndTime_impl.cpp for(std::string line; std::getline(dgf_file, line); ) string 240 src/grid_GridAndTime_impl.cpp grid::grid(const std::string& fname){ string 305 src/grid_GridAndTime_impl.cpp std::string Esfem::Impl::hash::to_string(const range& k){ string 105 src/grid_GridAndTime_impl.h explicit Evolving_grid(const std::string& filename); string 113 src/grid_GridAndTime_impl.h using Nodes_key = std::vector<std::string>; string 115 src/grid_GridAndTime_impl.h using Map = std::unordered_map<std::string, Node>; string 154 src/grid_GridAndTime_impl.h explicit bad(const std::string& msg) :std::runtime_error {msg} {} string 159 src/grid_GridAndTime_impl.h explicit grid(const std::string& fname); string 170 src/grid_GridAndTime_impl.h std::string to_string(const range&); string 178 src/grid_GridAndTime_impl.h Evolving_grid::Nodes_key get_vertexList(const std::string& filename); string 186 src/grid_GridAndTime_impl.h std::size_t get_relevant_precision(const std::string& number); string 190 src/grid_GridAndTime_impl.h create_precision_vec(const std::vector<std::string>& vertex_list); string 196 src/grid_GridAndTime_impl.h std::string node_to_string(const Evolving_grid::Node&, const int precision); string 197 src/grid_GridAndTime_impl.h Evolving_grid::Node string_to_node(const std::string&); string 198 src/grid_GridAndTime_impl.h std::string normalize_node(const std::string&, const int precision); string 200 src/grid_GridAndTime_impl.h std::string clean_whitespace(const std::string&); string 202 src/grid_GridAndTime_impl.h std::vector<std::string> dgfFile_to_vec(const std::string& filename); string 205 src/grid_GridAndTime_impl.h It dgf_find_vertex(It first, It last, const std::string& filename); string 207 src/grid_GridAndTime_impl.h It dgf_close_list(It first, It last, const std::string& filename); string 232 src/grid_GridAndTime_impl.h It dgf_find_vertex(It first, It last, const std::string& filename){ string 233 src/grid_GridAndTime_impl.h std::string starting_point {"VERTEX"}; string 243 src/grid_GridAndTime_impl.h It dgf_close_list(It first, It last, const std::string& filename){ string 244 src/grid_GridAndTime_impl.h std::string ending_point {"#"}; string 90 src/grid_deformation.cpp Data(const std::string& fname) :hg {fname} {} string 94 src/grid_deformation.cpp Esfem::Grid::Deformation::Deformation(const std::string& fname) string 26 src/grid_fef.cpp Scal_FEfun::Scal_FEfun(const std::string& fun_name, const Grid_and_time& gt) string 52 src/grid_fef.cpp Vec_FEfun::Vec_FEfun(const std::string& fun_name, const Grid_and_time& gt) string 44 src/io_dgf.cpp Data(const string&); string 55 src/io_dgf.cpp Handler::Data::Data(const string& fname) string 77 src/io_dgf.cpp Handler::Handler(const std::string& dgf_filename) string 90 src/io_dgf.cpp void Handler::write(const std::string& out_filename, const Scal_FEfun& fef) const try{ string 113 src/io_dgf.cpp void Handler::write(const std::string& out_filename, const Vec_FEfun& vfef) const try{ string 136 src/io_dgf.cpp void Handler::read(const string& in_filename, Vec_FEfun& vfef) const try{ string 156 src/io_dgf.cpp void Handler::read(const string& in_filename, Scal_FEfun& fef) const try{ string 187 src/io_dgf.cpp Simplices Esfem::Io::Dgf::create_simplices(const std::string& filename) try{ string 199 src/io_dgf.cpp Lines Esfem::Io::Dgf::create_stringSimplices(const string& filename) try{ string 209 src/io_dgf.cpp size_t Esfem::Io::Dgf::get_precision(const string& dgf_file){ string 213 src/io_dgf.cpp size_t Esfem::Io::Dgf::calculate_dof(const string& dgf_file){ string 219 src/io_dgf.cpp Vertices Esfem::Io::Dgf::create_vertices(const string& filename) try{ string 234 src/io_dgf.cpp Lines Esfem::Io::Dgf::create_stringVertices(const string& filename){ string 30 src/io_errorStream.cpp void cannot_open_file(const std::string& fname); string 32 src/io_errorStream.cpp Esfem::Io::Error_stream::Error_stream(const std::string& fname) string 43 src/io_errorStream.cpp Esfem::Io::Error_stream::Error_stream(const std::string& suffix, const Parameter& d) string 61 src/io_errorStream.cpp void cannot_open_file(const std::string& fname){ string 37 src/io_parameter.cpp const std::string grid_dgf; string 38 src/io_parameter.cpp const std::string error_log; string 39 src/io_parameter.cpp const std::string paraview; string 55 src/io_parameter.cpp const std::string u_init_dof; string 56 src/io_parameter.cpp const std::string w_init_dof; string 66 src/io_parameter.cpp error_log {Dune::Fem::Parameter::getValue<std::string> string 68 src/io_parameter.cpp paraview {Dune::Fem::Parameter::getValue<std::string> string 92 src/io_parameter.cpp u_init_dof {Dune::Fem::Parameter::getValue<std::string> string 94 src/io_parameter.cpp w_init_dof {Dune::Fem::Parameter::getValue<std::string> string 110 src/io_parameter.cpp const std::string& parameter_file_name){ string 160 src/io_parameter.cpp const std::string& Esfem::Io::Parameter::grid() const noexcept{ string 163 src/io_parameter.cpp const std::string& Esfem::Io::Parameter::error_log() const noexcept{ string 166 src/io_parameter.cpp const std::string& Esfem::Io::Parameter::paraview() const noexcept{ string 236 src/io_parameter.cpp const std::string& Esfem::Io::Parameter::u_init_dof() const noexcept{ string 239 src/io_parameter.cpp const std::string& Esfem::Io::Parameter::w_init_dof() const noexcept{ string 32 src/io_parameter_impl.cpp const std::string& Esfem::Impl::project_dir(){ string 34 src/io_parameter_impl.cpp static const std::string project_dir {"/home/power/cpp/DISS_surfaces/"}; string 38 src/io_parameter_impl.cpp void Esfem::Impl::dune_fem_parameter_append(int argc, char** argv, const std::string& file){ string 48 src/io_parameter_impl.cpp std::string Esfem::Impl::get_gridKey(){ string 56 src/io_parameter_impl.cpp std::string Esfem::Impl::get_macroGrid(){ string 58 src/io_parameter_impl.cpp const auto macro_grid = Dune::Fem::Parameter::getValue<std::string>(grid_key); string 63 src/io_parameter_impl.cpp std::string Esfem::Impl::doubleVector_to_string(const std::vector<double>& vd){ string 76 src/io_parameter_impl.cpp void Esfem::Impl::file_check(const std::vector<std::string>& file_list){ string 25 src/io_parameter_impl.h const std::string& project_dir(); string 26 src/io_parameter_impl.h void dune_fem_parameter_append(int argc, char** argv, const std::string& file); string 27 src/io_parameter_impl.h std::string get_gridKey(); string 28 src/io_parameter_impl.h std::string get_macroGrid(); string 29 src/io_parameter_impl.h std::string doubleVector_to_string(const std::vector<double>&); string 30 src/io_parameter_impl.h void file_check(const std::vector<std::string>& file_list); string 36 src/io_paraview.cpp std::string prefix() const; string 38 src/io_paraview.cpp std::string filename; string 91 src/io_paraview.cpp inline std::string DataOutputParameters::prefix() const { string 26 src/maxH_main.cpp struct file : vector<string>{ string 33 src/maxH_main.cpp const string filename; string 36 src/maxH_main.cpp explicit file(const string& fname) string 42 src/maxH_main.cpp for(string s; getline(ifs, s); ) push_back(s); string 286 src/secOrd_op_initData_impl.cpp std::string Esfem::Impl::print_configuration(const Esfem::Io::Parameter& p, string 296 src/secOrd_op_initData_impl.cpp std::string Esfem::Impl::dof_filename(const Io::Parameter& p, const Growth type){ string 297 src/secOrd_op_initData_impl.cpp std::string rv {}; string 362 src/secOrd_op_initData_impl.h std::string print_configuration(const Esfem::Io::Parameter&, const Esfem::Growth); string 366 src/secOrd_op_initData_impl.h std::string dof_filename(const Io::Parameter&, const Growth); string 373 src/secOrd_op_initData_impl.h const std::string dof_io_filename {}; string 95 src/secOrd_op_rhs_impl.cpp void Rhs_fun::dassert(const bool assertion, const std::string& msg){ string 69 src/secOrd_op_rhs_impl.h void dassert(const bool assertion, const std::string& msg); string 22 test/io_dgf.cpp std::string name(const FEFun& fef){ string 33 test/io_dgf.cpp void operator()(const string& m = "Hello"){ string 38 test/io_dgf.cpp const string this_dir {"/Users/christianpower/cpp/DISS_surfaces/test/"};