Problem            35 old_code/2015linfty/dune_typedef_heat.hpp typedef Problem::RHSFunction< FunctionSpaceType > RHSFunctionType;
Problem            36 old_code/2015linfty/dune_typedef_heat.hpp typedef Problem::InitialData< FunctionSpaceType > InitialDataType;
Problem            51 old_code/2015linfty/dune_typedef_heat.hpp typedef Problem::HeatModel< FunctionSpaceType > HeatModelType;
Problem            55 old_code/2015linfty/dune_typedef_heat.hpp typedef Problem::NonlinearHeatModel<FunctionSpaceType> NonlinearModel;
Problem            38 old_code/tumor_growth/tumor_typedef.h typedef Problem::RHSFunction< FunctionSpaceType > RHSFunctionType;
Problem            39 old_code/tumor_growth/tumor_typedef.h typedef Problem::InitialData< FunctionSpaceType > InitialDataType;
Problem            58 old_code/tumor_growth/tumor_typedef.h typedef Problem::HeatModel< FunctionSpaceType > HeatModelType;
Problem            62 old_code/tumor_growth/tumor_typedef.h typedef Problem::NonlinearHeatModel<FunctionSpaceType> NonlinearModel;
Problem            82 old_code/tumor_growth/tumor_typedef.h using R3Identity = Problem::Identity<Vec_Fun_Space>;