exact_solution    413 old_code/2015linfty/backup_dune_heat_algo.hpp 	DiscreteFunctionType exact_solution("exact_solution", dfSpace);	
exact_solution    421 old_code/2015linfty/backup_dune_heat_algo.hpp 			err_vec.axpy((-1.), exact_solution);
exact_solution    458 old_code/2015linfty/backup_dune_heat_algo.hpp 		<< l2norm.distance(exact_solution, U_n) << ' '
exact_solution    459 old_code/2015linfty/backup_dune_heat_algo.hpp 		<< h1norm.distance(exact_solution, U_n) << std::endl;
exact_solution    476 old_code/2015linfty/backup_dune_heat_algo.hpp 		InterpolationType::interpolateFunction(initialData, exact_solution);
exact_solution    562 old_code/2015linfty/backup_dune_heat_algo.hpp 		InterpolationType::interpolateFunction(initialData, exact_solution);		
exact_solution    108 old_code/2015linfty/dune_heat_algorithm.hpp   DiscreteFunctionType exact_solution("exact_solution", dfSpace);	
exact_solution    141 old_code/2015linfty/dune_heat_algorithm.hpp   auto calc_err_vec = [&U_np1, &exact_solution, &err_vec]{
exact_solution    143 old_code/2015linfty/dune_heat_algorithm.hpp     err_vec.axpy((-1.), exact_solution);
exact_solution    194 old_code/2015linfty/dune_heat_algorithm.hpp     InterpolationType::interpolateFunction(initialData, exact_solution);
exact_solution    195 old_code/2015linfty/dune_heat_algorithm.hpp     prev_steps_U_nmk.at(time_step_no).assign(exact_solution);
exact_solution    196 old_code/2015linfty/dune_heat_algorithm.hpp     ellipticOp.mass_matrix(exact_solution, prev_steps_M_U_nmk.at(time_step_no));
exact_solution    198 old_code/2015linfty/dune_heat_algorithm.hpp     U_np1.assign(exact_solution);
exact_solution    259 old_code/2015linfty/dune_heat_algorithm.hpp     InterpolationType::interpolateFunction(initialData, exact_solution);		
exact_solution    107 old_code/tumor_growth/tumor_code.h   DiscreteFunctionType exact_solution("exact_solution", dfSpace);	
exact_solution    140 old_code/tumor_growth/tumor_code.h   auto calc_err_vec = [&U_np1, &exact_solution, &err_vec]{
exact_solution    142 old_code/tumor_growth/tumor_code.h     err_vec.axpy((-1.), exact_solution);
exact_solution    193 old_code/tumor_growth/tumor_code.h     InterpolationType::interpolateFunction(initialData, exact_solution);
exact_solution    194 old_code/tumor_growth/tumor_code.h     prev_steps_U_nmk.at(time_step_no).assign(exact_solution);
exact_solution    195 old_code/tumor_growth/tumor_code.h     ellipticOp.mass_matrix(exact_solution, prev_steps_M_U_nmk.at(time_step_no));
exact_solution    197 old_code/tumor_growth/tumor_code.h     U_np1.assign(exact_solution);
exact_solution    258 old_code/tumor_growth/tumor_code.h     InterpolationType::interpolateFunction(initialData, exact_solution);		
exact_solution     46 src/linHeat_algo.h   Grid::Scal_FEfun exact_solution {"exact_solution", grid};
exact_solution     54 src/linHeat_algo.h   const Io::L2H1_calculator err_cal {grid, exact_solution, numerical_solution};
exact_solution     57 src/linHeat_algo.h   Io::Paraview paraview_plot {data, grid, exact_solution, numerical_solution};
exact_solution     60 src/linHeat_algo.h   init_data.interpolate(exact_solution);
exact_solution     75 src/linHeat_algo.h     init_data.interpolate(exact_solution);