U_np1             103 old_code/2015linfty/dune_heat_algorithm.hpp   DiscreteFunctionType U_np1("U_np1", dfSpace);	// Numerical solution
U_np1             141 old_code/2015linfty/dune_heat_algorithm.hpp   auto calc_err_vec = [&U_np1, &exact_solution, &err_vec]{
U_np1             142 old_code/2015linfty/dune_heat_algorithm.hpp     err_vec.assign(U_np1);
U_np1             198 old_code/2015linfty/dune_heat_algorithm.hpp     U_np1.assign(exact_solution);
U_np1             247 old_code/2015linfty/dune_heat_algorithm.hpp     solver(rhs, U_np1);
U_np1             255 old_code/2015linfty/dune_heat_algorithm.hpp     prev_steps_U_nmk.back().assign(U_np1);
U_np1             256 old_code/2015linfty/dune_heat_algorithm.hpp     ellipticOp.mass_matrix(U_np1, prev_steps_M_U_nmk.back());
U_np1             102 old_code/tumor_growth/tumor_code.h   DiscreteFunctionType U_np1("U_np1", dfSpace);	// Numerical solution
U_np1             140 old_code/tumor_growth/tumor_code.h   auto calc_err_vec = [&U_np1, &exact_solution, &err_vec]{
U_np1             141 old_code/tumor_growth/tumor_code.h     err_vec.assign(U_np1);
U_np1             197 old_code/tumor_growth/tumor_code.h     U_np1.assign(exact_solution);
U_np1             246 old_code/tumor_growth/tumor_code.h     solver(rhs, U_np1);
U_np1             254 old_code/tumor_growth/tumor_code.h     prev_steps_U_nmk.back().assign(U_np1);
U_np1             255 old_code/tumor_growth/tumor_code.h     ellipticOp.mass_matrix(U_np1, prev_steps_M_U_nmk.back());