end 94 data/sphere/2014paperALE_sphere/improve_sphere.cpp Line_pt first_vertex = find(lines.begin(), lines.end(), "VERTEX"); end 95 data/sphere/2014paperALE_sphere/improve_sphere.cpp if (first_vertex == lines.end()) throw runtime_error("main()"); end 97 data/sphere/2014paperALE_sphere/improve_sphere.cpp Line_pt last_vertex = find(first_vertex, lines.end(), "#"); end 98 data/sphere/2014paperALE_sphere/improve_sphere.cpp if (last_vertex == lines.end()) throw runtime_error("main()"); end 53 data/sphere/level_set_test.cpp std::sort(std::begin(lsf_values), std::end(lsf_values)); end 135 data/sphere/level_set_test.cpp using std::end; end 136 data/sphere/level_set_test.cpp return std::inner_product(begin(vertex), end(vertex), begin(vertex), 0.); end 147 include/io_dgf.h using std::end; end 151 include/io_dgf.h return to_vertices(begin(container), end(container), dim, size); end 176 include/io_dgf.h using std::end; end 188 include/io_dgf.h if(o_it != end(fef)) throw std::logic_error end 92 old_code/2015linfty/dune_bdf.hpp std::find(lines.begin(), lines.end(), "VERTEX"); end 93 old_code/2015linfty/dune_bdf.hpp if( first == lines.end() ) error("Missing keyword \"VERTEX\" in file \"" end 97 old_code/2015linfty/dune_bdf.hpp std::find(first, lines.end(), "#"); end 98 old_code/2015linfty/dune_bdf.hpp if( last == lines.end() ) error("Missing ending symbol \"#\" in file \"" end 117 old_code/2015linfty/dune_bdf.hpp std::max_element(precision_vec.begin(), precision_vec.end()); end 98 old_code/tumor_growth/tumor_bdf.h std::find(lines.begin(), lines.end(), "VERTEX"); end 99 old_code/tumor_growth/tumor_bdf.h if( first == lines.end() ) error("Missing keyword \"VERTEX\" in file \"" end 103 old_code/tumor_growth/tumor_bdf.h std::find(first, lines.end(), "#"); end 104 old_code/tumor_growth/tumor_bdf.h if( last == lines.end() ) error("Missing ending symbol \"#\" in file \"" end 138 old_code/tumor_growth/tumor_bdf.h std::max_element(precision_vec.begin(), precision_vec.end()); end 277 src/grid_GridAndTime_impl.cpp for(auto it = init_keys.begin(); it != init_keys.end(); ++it){ end 293 src/grid_GridAndTime_impl.cpp for(auto v_it = value_list.begin(); v_it != value_list.end(); ){ end 47 src/secOrd_op_initData.cpp using std::end;