prev_steps_M_U_nmk 115 old_code/2015linfty/dune_heat_algorithm.hpp std::vector<DiscreteFunctionType> prev_steps_M_U_nmk; // All previous M_U_{n-k} prev_steps_M_U_nmk 117 old_code/2015linfty/dune_heat_algorithm.hpp prev_steps_M_U_nmk.push_back( DiscreteFunctionType prev_steps_M_U_nmk 121 old_code/2015linfty/dune_heat_algorithm.hpp if(prev_steps_U_nmk.size() != prev_steps_M_U_nmk.size()) prev_steps_M_U_nmk 196 old_code/2015linfty/dune_heat_algorithm.hpp ellipticOp.mass_matrix(exact_solution, prev_steps_M_U_nmk.at(time_step_no)); prev_steps_M_U_nmk 231 old_code/2015linfty/dune_heat_algorithm.hpp rhs.axpy(bdf_alpha_coeff.at(i), prev_steps_M_U_nmk.at(i)); prev_steps_M_U_nmk 253 old_code/2015linfty/dune_heat_algorithm.hpp prev_steps_M_U_nmk.at(i).assign(prev_steps_M_U_nmk.at(i+1)); prev_steps_M_U_nmk 256 old_code/2015linfty/dune_heat_algorithm.hpp ellipticOp.mass_matrix(U_np1, prev_steps_M_U_nmk.back()); prev_steps_M_U_nmk 114 old_code/tumor_growth/tumor_code.h std::vector<DiscreteFunctionType> prev_steps_M_U_nmk; // All previous M_U_{n-k} prev_steps_M_U_nmk 116 old_code/tumor_growth/tumor_code.h prev_steps_M_U_nmk.push_back( DiscreteFunctionType prev_steps_M_U_nmk 120 old_code/tumor_growth/tumor_code.h if(prev_steps_U_nmk.size() != prev_steps_M_U_nmk.size()) prev_steps_M_U_nmk 195 old_code/tumor_growth/tumor_code.h ellipticOp.mass_matrix(exact_solution, prev_steps_M_U_nmk.at(time_step_no)); prev_steps_M_U_nmk 230 old_code/tumor_growth/tumor_code.h rhs.axpy(bdf_alpha_coeff.at(i), prev_steps_M_U_nmk.at(i)); prev_steps_M_U_nmk 252 old_code/tumor_growth/tumor_code.h prev_steps_M_U_nmk.at(i).assign(prev_steps_M_U_nmk.at(i+1)); prev_steps_M_U_nmk 255 old_code/tumor_growth/tumor_code.h ellipticOp.mass_matrix(U_np1, prev_steps_M_U_nmk.back());