deformation        78 old_code/2015linfty/backup_dune_heat_algo.hpp 	DeformationCoordFunction deformation {};
deformation        79 old_code/2015linfty/backup_dune_heat_algo.hpp 	GridType grid(*hostGrid, deformation);
deformation        92 old_code/2015linfty/backup_dune_heat_algo.hpp 	deformation.set_time_provider(timeProvider);
deformation       230 old_code/2015linfty/backup_dune_heat_algo.hpp 	DeformationCoordFunction deformation {};
deformation       231 old_code/2015linfty/backup_dune_heat_algo.hpp 	GridType grid(*hostGrid, deformation);
deformation       244 old_code/2015linfty/backup_dune_heat_algo.hpp 	deformation.set_time_provider(timeProvider);
deformation       388 old_code/2015linfty/backup_dune_heat_algo.hpp 	DeformationCoordFunction deformation {};
deformation       389 old_code/2015linfty/backup_dune_heat_algo.hpp 	GridType grid(*hostGrid, deformation);
deformation       402 old_code/2015linfty/backup_dune_heat_algo.hpp 	deformation.set_time_provider(timeProvider);	
deformation        94 old_code/2015linfty/dune_heat_algorithm.hpp   DeformationCoordFunction deformation {};
deformation        95 old_code/2015linfty/dune_heat_algorithm.hpp   GridType grid(*hostGrid, deformation);
deformation       100 old_code/2015linfty/dune_heat_algorithm.hpp   deformation.set_time_provider(timeProvider);
deformation        93 old_code/tumor_growth/tumor_code.h   DeformationCoordFunction deformation {};
deformation        94 old_code/tumor_growth/tumor_code.h   GridType grid(*hostGrid, deformation);
deformation        99 old_code/tumor_growth/tumor_code.h   deformation.set_time_provider(timeProvider);
deformation       403 old_code/tumor_growth/tumor_code.h   DeformationCoordFunction deformation {evoMap};
deformation       404 old_code/tumor_growth/tumor_code.h   GridType grid (*hostGrid, deformation);
deformation       410 old_code/tumor_growth/tumor_code.h   deformation.set_time_provider(timeProvider);
deformation        37 src/grid_evolution.cpp   static Grid_evolution::DeformationCoordFunction deformation {};
deformation        38 src/grid_evolution.cpp   return deformation;
deformation        52 src/grid_evolution.h   DeformationCoordFunction& deformation(const Parameter::PDE_data&);