dbegin 151 include/grid.h auto begin() { return fun.dbegin(); } dbegin 153 include/grid.h auto begin() const { return fun.dbegin(); } dbegin 155 include/grid.h auto cbegin() const { return fun.dbegin(); } dbegin 179 include/grid.h auto begin() { return fun.dbegin(); } dbegin 181 include/grid.h auto begin() const { return fun.dbegin(); } dbegin 183 include/grid.h auto cbegin() const { return fun.dbegin(); } dbegin 148 old_code/2015linfty/backup_dune_heat_algo.hpp << "U_n.dbegin() = " << *(U_n.dbegin()) << std::endl; dbegin 149 old_code/2015linfty/backup_dune_heat_algo.hpp std::cout << "rhs.dbegin() = " << *(rhs.dbegin()) << std::endl; dbegin 166 old_code/2015linfty/backup_dune_heat_algo.hpp std::cout << "assembleRHS(f, load_vector) = " << *(load_vector.dbegin()) << std::endl; dbegin 175 old_code/2015linfty/backup_dune_heat_algo.hpp std::cout << "rhs.axpy = " << *(rhs.dbegin()) << std::endl; dbegin 182 old_code/2015linfty/backup_dune_heat_algo.hpp std::cout << "solver(rhs, U_n) = " << *(U_n.dbegin()) << std::endl; dbegin 190 old_code/2015linfty/backup_dune_heat_algo.hpp std::cout << "mass_matrix(U_n, rhs) = " << *(rhs.dbegin()) << std::endl; dbegin 197 old_code/2015linfty/backup_dune_heat_algo.hpp << "U_n.dbegin() = " << *(U_n.dbegin()) << std::endl; dbegin 198 old_code/2015linfty/backup_dune_heat_algo.hpp std::cout << "rhs.dbegin() = " << *(rhs.dbegin()) << std::endl; dbegin 199 old_code/2015linfty/backup_dune_heat_algo.hpp std::cout << "load_vector.dbegin() = " << *(load_vector.dbegin()) dbegin 301 old_code/2015linfty/backup_dune_heat_algo.hpp << "ie_U_n = " << *(ie_U_n.dbegin()) << '\t' dbegin 302 old_code/2015linfty/backup_dune_heat_algo.hpp << "ie_rhs = " << *(ie_rhs.dbegin()) << '\n' dbegin 303 old_code/2015linfty/backup_dune_heat_algo.hpp << "U_n = " << *(U_n.dbegin()) << '\t' dbegin 304 old_code/2015linfty/backup_dune_heat_algo.hpp << "prev_M_n_U_n.at(0) = " << *(prev_M_n_U_n.at(0).dbegin()) << std::endl; dbegin 321 old_code/2015linfty/backup_dune_heat_algo.hpp std::cout << "assembleRHS(f, load_vector) = " << *(load_vector.dbegin()) << std::endl; dbegin 330 old_code/2015linfty/backup_dune_heat_algo.hpp std::cout << "rhs.axpy = " << *(rhs.dbegin()) << std::endl; dbegin 337 old_code/2015linfty/backup_dune_heat_algo.hpp std::cout << "solver(rhs, U_n) = " << *(U_n.dbegin()) << std::endl; dbegin 345 old_code/2015linfty/backup_dune_heat_algo.hpp std::cout << "mass_matrix(U_n, rhs) = " << *(rhs.dbegin()) << std::endl; dbegin 352 old_code/2015linfty/backup_dune_heat_algo.hpp << "U_n.dbegin() = " << *(U_n.dbegin()) << std::endl; dbegin 353 old_code/2015linfty/backup_dune_heat_algo.hpp std::cout << "rhs.dbegin() = " << *(rhs.dbegin()) << std::endl; dbegin 354 old_code/2015linfty/backup_dune_heat_algo.hpp std::cout << "load_vector.dbegin() = " << *(load_vector.dbegin()) dbegin 498 old_code/2015linfty/backup_dune_heat_algo.hpp << "U_n.dbegin() = " << *(U_n.dbegin()) << '\t' dbegin 499 old_code/2015linfty/backup_dune_heat_algo.hpp << "ie_U_n.dbegin() = " << *(ie_U_n.dbegin()) << '\n' dbegin 500 old_code/2015linfty/backup_dune_heat_algo.hpp << "ie_rhs.dbegin() = " << *(ie_rhs.dbegin()) << std::endl; dbegin 570 old_code/2015linfty/backup_dune_heat_algo.hpp std::cout << "assembleRHS(f, ie_load_vector) = " << *(ie_load_vector.dbegin()) << std::endl; dbegin 572 old_code/2015linfty/backup_dune_heat_algo.hpp std::cout << "ie_rhs.axpy = " << *(ie_rhs.dbegin()) << std::endl; dbegin 574 old_code/2015linfty/backup_dune_heat_algo.hpp std::cout << "solver(ie_rhs, ie_U_n) = " << *(ie_U_n.dbegin()) << std::endl; dbegin 576 old_code/2015linfty/backup_dune_heat_algo.hpp std::cout << "mass_matrix(ie_U_n, ie_rhs) = " << *(ie_rhs.dbegin()) << std::endl; dbegin 581 old_code/2015linfty/backup_dune_heat_algo.hpp << "U_n.dbegin() = " << *(U_n.dbegin()) << "\t\t" dbegin 582 old_code/2015linfty/backup_dune_heat_algo.hpp << "ie_U_n.dbegin() = " << *(ie_U_n.dbegin()) << std::endl; dbegin 583 old_code/2015linfty/backup_dune_heat_algo.hpp std::cout << "rhs.dbegin() = " << *(rhs.dbegin()) << "\t\t" dbegin 584 old_code/2015linfty/backup_dune_heat_algo.hpp << "ie_rhs.dbegin() = " << *(ie_rhs.dbegin()) << std::endl; dbegin 585 old_code/2015linfty/backup_dune_heat_algo.hpp std::cout << "load_vector.dbegin() = " << *(load_vector.dbegin()) << '\t' dbegin 586 old_code/2015linfty/backup_dune_heat_algo.hpp << "ie_load_vector.dbegin() = " << *(ie_load_vector.dbegin()) dbegin 588 old_code/2015linfty/backup_dune_heat_algo.hpp std::cout << "bdf_tmp.dbegin() = " << *(bdf_tmp.dbegin()) << std::endl; dbegin 592 old_code/2015linfty/backup_dune_heat_algo.hpp << *(prev_steps_vec.at(i).dbegin()) << std::endl; dbegin 74 old_code/2015linfty/iodof.h for(auto it = fe.dbegin(); it != fe.dend(); ++it) dbegin 247 old_code/tumor_growth/tumor_bdf.h auto p_dof_component = new_vertices.dbegin(); dbegin 36 src/grid_fef.cpp for(auto it = fun.dbegin(); it != fun.dend(); ++it) *it += d; dbegin 40 src/grid_fef.cpp for(auto it = fun.dbegin(); it != fun.dend(); ++it) *it *= d; dbegin 68 src/grid_fef.cpp for(auto it = fun.dbegin(); it != fun.dend(); ++it) *it += d; dbegin 72 src/grid_fef.cpp for(auto it = fun.dbegin(); it != fun.dend(); ++it) *it *= d; dbegin 93 src/io_l2h1Calculator.cpp auto vfef_ptr = v.dbegin(); dbegin 94 src/io_l2h1Calculator.cpp auto fef_ptr = vec[jt].dbegin();