at                296 old_code/2015linfty/backup_dune_heat_algo.hpp 	ellipticOp.mass_matrix(ie_U_n, prev_M_n_U_n.at(0) );
at                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;
at                475 old_code/2015linfty/backup_dune_heat_algo.hpp 		ellipticOp.mass_matrix(bdf_tmp, prev_steps_vec.at(i));
at                518 old_code/2015linfty/backup_dune_heat_algo.hpp 				rhs.axpy(bdf_alpha_coeff.at(i), prev_steps_vec.at(i));
at                519 old_code/2015linfty/backup_dune_heat_algo.hpp 				bdf_tmp.axpy(bdf_gamma_coeff.at(i), prev_steps_vec.at(i));
at                531 old_code/2015linfty/backup_dune_heat_algo.hpp 				prev_steps_vec.at(i).assign(prev_steps_vec.at(i+1));
at                592 old_code/2015linfty/backup_dune_heat_algo.hpp 					  << *(prev_steps_vec.at(i).dbegin()) << std::endl;
at                163 old_code/2015linfty/dune_bdf.hpp 		return evoMap.at(array_to_string(node, precision));
at                195 old_code/2015linfty/dune_heat_algorithm.hpp     prev_steps_U_nmk.at(time_step_no).assign(exact_solution);
at                196 old_code/2015linfty/dune_heat_algorithm.hpp     ellipticOp.mass_matrix(exact_solution, prev_steps_M_U_nmk.at(time_step_no));
at                231 old_code/2015linfty/dune_heat_algorithm.hpp       rhs.axpy(bdf_alpha_coeff.at(i), prev_steps_M_U_nmk.at(i));
at                252 old_code/2015linfty/dune_heat_algorithm.hpp       prev_steps_U_nmk.at(i).assign(prev_steps_U_nmk.at(i+1));
at                253 old_code/2015linfty/dune_heat_algorithm.hpp       prev_steps_M_U_nmk.at(i).assign(prev_steps_M_U_nmk.at(i+1));
at                187 old_code/tumor_growth/tumor_bdf.h       cpad3 = &evoMap.at(node_as_string);
at                252 old_code/tumor_growth/tumor_bdf.h 	array_new_vertex.at(it_component) = *p_dof_component;
at                256 old_code/tumor_growth/tumor_bdf.h       const auto str_original_vertex = original_vertices.at(it_vertex);
at                194 old_code/tumor_growth/tumor_code.h     prev_steps_U_nmk.at(time_step_no).assign(exact_solution);
at                195 old_code/tumor_growth/tumor_code.h     ellipticOp.mass_matrix(exact_solution, prev_steps_M_U_nmk.at(time_step_no));
at                230 old_code/tumor_growth/tumor_code.h       rhs.axpy(bdf_alpha_coeff.at(i), prev_steps_M_U_nmk.at(i));
at                251 old_code/tumor_growth/tumor_code.h       prev_steps_U_nmk.at(i).assign(prev_steps_U_nmk.at(i+1));
at                252 old_code/tumor_growth/tumor_code.h       prev_steps_M_U_nmk.at(i).assign(prev_steps_M_U_nmk.at(i+1));
at                 47 src/grid_GridAndTime_impl.cpp   try{ n_ptr = &vertices_map.at(node_as_string); }
at                295 src/grid_GridAndTime_impl.cpp     m.at(*m_it++) = k;
at                300 src/grid_GridAndTime_impl.cpp   return m.at(to_key(k));
at                221 src/grid_GridAndTime_impl.h 	  vertices_map.at(*out) = new_vertex;
at                147 src/maxH_main.cpp       *ptr = distance(fm.n.at(p.first), fm.n.at(p.second));