DiscreteFunctionType   95 old_code/2015linfty/backup_dune_heat_algo.hpp 	DiscreteFunctionType U_n("U_n",dfSpace), rhs("rhs", dfSpace), 
DiscreteFunctionType  247 old_code/2015linfty/backup_dune_heat_algo.hpp 	DiscreteFunctionType U_n("U_n",dfSpace), rhs("rhs", dfSpace), 
DiscreteFunctionType  249 old_code/2015linfty/backup_dune_heat_algo.hpp 	DiscreteFunctionType ie_U_n("ie_U_n", dfSpace);
DiscreteFunctionType  250 old_code/2015linfty/backup_dune_heat_algo.hpp 	DiscreteFunctionType ie_rhs("ie_rhs", dfSpace);
DiscreteFunctionType  252 old_code/2015linfty/backup_dune_heat_algo.hpp 	std::vector<DiscreteFunctionType> prev_M_n_U_n;
DiscreteFunctionType  255 old_code/2015linfty/backup_dune_heat_algo.hpp 			DiscreteFunctionType {"U_n-" + std::to_string(i+1), dfSpace});
DiscreteFunctionType  406 old_code/2015linfty/backup_dune_heat_algo.hpp 	DiscreteFunctionType U_n("U_n", dfSpace);	// Numerical solution
DiscreteFunctionType  407 old_code/2015linfty/backup_dune_heat_algo.hpp 	DiscreteFunctionType rhs("rhs", dfSpace);	// Right hand side for the LES
DiscreteFunctionType  408 old_code/2015linfty/backup_dune_heat_algo.hpp 	DiscreteFunctionType bdf_tmp("bdf_tmp", dfSpace);	
DiscreteFunctionType  412 old_code/2015linfty/backup_dune_heat_algo.hpp 	DiscreteFunctionType load_vector("load_vector", dfSpace);
DiscreteFunctionType  413 old_code/2015linfty/backup_dune_heat_algo.hpp 	DiscreteFunctionType exact_solution("exact_solution", dfSpace);	
DiscreteFunctionType  414 old_code/2015linfty/backup_dune_heat_algo.hpp 	DiscreteFunctionType err_vec("U_n_minus_exact_solution", dfSpace);
DiscreteFunctionType  424 old_code/2015linfty/backup_dune_heat_algo.hpp 	std::vector<DiscreteFunctionType> prev_steps_vec;
DiscreteFunctionType  427 old_code/2015linfty/backup_dune_heat_algo.hpp 			DiscreteFunctionType {"U_n" + std::to_string(i+1), dfSpace} );
DiscreteFunctionType  430 old_code/2015linfty/backup_dune_heat_algo.hpp 	DiscreteFunctionType ie_U_n("ie_U_n", dfSpace);
DiscreteFunctionType  431 old_code/2015linfty/backup_dune_heat_algo.hpp 	DiscreteFunctionType ie_rhs("ie_rhs", dfSpace);
DiscreteFunctionType  432 old_code/2015linfty/backup_dune_heat_algo.hpp 	DiscreteFunctionType ie_load_vector("ie_load_vector", dfSpace);
DiscreteFunctionType  103 old_code/2015linfty/dune_heat_algorithm.hpp   DiscreteFunctionType U_np1("U_np1", dfSpace);	// Numerical solution
DiscreteFunctionType  105 old_code/2015linfty/dune_heat_algorithm.hpp   DiscreteFunctionType rhs("rhs", dfSpace);	// Right hand side for the LES
DiscreteFunctionType  106 old_code/2015linfty/dune_heat_algorithm.hpp   DiscreteFunctionType load_vector("load_vector", dfSpace);
DiscreteFunctionType  107 old_code/2015linfty/dune_heat_algorithm.hpp   DiscreteFunctionType xi("xi", dfSpace);	// For the lineary implicit BDF method
DiscreteFunctionType  108 old_code/2015linfty/dune_heat_algorithm.hpp   DiscreteFunctionType exact_solution("exact_solution", dfSpace);	
DiscreteFunctionType  109 old_code/2015linfty/dune_heat_algorithm.hpp   DiscreteFunctionType err_vec("dof_U_np1_minus_exact_solution", dfSpace);
DiscreteFunctionType  111 old_code/2015linfty/dune_heat_algorithm.hpp   std::vector<DiscreteFunctionType> prev_steps_U_nmk;	// All previous U_{n-k}
DiscreteFunctionType  113 old_code/2015linfty/dune_heat_algorithm.hpp     prev_steps_U_nmk.push_back( DiscreteFunctionType 
DiscreteFunctionType  115 old_code/2015linfty/dune_heat_algorithm.hpp   std::vector<DiscreteFunctionType> prev_steps_M_U_nmk;	// All previous M_U_{n-k}
DiscreteFunctionType  117 old_code/2015linfty/dune_heat_algorithm.hpp     prev_steps_M_U_nmk.push_back( DiscreteFunctionType 
DiscreteFunctionType   45 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::Fem::CGInverseOperator< DiscreteFunctionType > LinearInverseOperatorType;
DiscreteFunctionType   48 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::LagrangeInterpolation< DiscreteFunctionType > InterpolationType;
DiscreteFunctionType   52 old_code/2015linfty/dune_typedef_heat.hpp typedef EllipticOperator< DiscreteFunctionType, HeatModelType > EllipticOperatorType;
DiscreteFunctionType   56 old_code/2015linfty/dune_typedef_heat.hpp typedef NonlinearHeatOperator<DiscreteFunctionType, 
DiscreteFunctionType   60 old_code/2015linfty/dune_typedef_heat.hpp typedef Dune::tuple< DiscreteFunctionType* > IOTupleType;
DiscreteFunctionType  102 old_code/tumor_growth/tumor_code.h   DiscreteFunctionType U_np1("U_np1", dfSpace);	// Numerical solution
DiscreteFunctionType  104 old_code/tumor_growth/tumor_code.h   DiscreteFunctionType rhs("rhs", dfSpace);	// Right hand side for the LES
DiscreteFunctionType  105 old_code/tumor_growth/tumor_code.h   DiscreteFunctionType load_vector("load_vector", dfSpace);
DiscreteFunctionType  106 old_code/tumor_growth/tumor_code.h   DiscreteFunctionType xi("xi", dfSpace);	// For the lineary implicit BDF method
DiscreteFunctionType  107 old_code/tumor_growth/tumor_code.h   DiscreteFunctionType exact_solution("exact_solution", dfSpace);	
DiscreteFunctionType  108 old_code/tumor_growth/tumor_code.h   DiscreteFunctionType err_vec("dof_U_np1_minus_exact_solution", dfSpace);
DiscreteFunctionType  110 old_code/tumor_growth/tumor_code.h   std::vector<DiscreteFunctionType> prev_steps_U_nmk;	// All previous U_{n-k}
DiscreteFunctionType  112 old_code/tumor_growth/tumor_code.h     prev_steps_U_nmk.push_back( DiscreteFunctionType 
DiscreteFunctionType  114 old_code/tumor_growth/tumor_code.h   std::vector<DiscreteFunctionType> prev_steps_M_U_nmk;	// All previous M_U_{n-k}
DiscreteFunctionType  116 old_code/tumor_growth/tumor_code.h     prev_steps_M_U_nmk.push_back( DiscreteFunctionType 
DiscreteFunctionType  417 old_code/tumor_growth/tumor_code.h   DiscreteFunctionType u_n {"u_n", dfSpace};		// Numerical solution
DiscreteFunctionType  418 old_code/tumor_growth/tumor_code.h   DiscreteFunctionType u_approx {"u_approx", dfSpace};	// Approximaion to u_n
DiscreteFunctionType  419 old_code/tumor_growth/tumor_code.h   DiscreteFunctionType u_cg_rhs {"u_cg_rhs", dfSpace};
DiscreteFunctionType  420 old_code/tumor_growth/tumor_code.h   DiscreteFunctionType w_n {"w_n", dfSpace};		// Numerical solution
DiscreteFunctionType  421 old_code/tumor_growth/tumor_code.h   DiscreteFunctionType w_approx {"w_approx", dfSpace};	// Approximaion to u_n
DiscreteFunctionType  422 old_code/tumor_growth/tumor_code.h   DiscreteFunctionType w_cg_rhs {"w_cg_rhs", dfSpace};
DiscreteFunctionType  423 old_code/tumor_growth/tumor_code.h   DiscreteFunctionType tmp_fef {"tmp_fef", dfSpace};	// tmp finite element function
DiscreteFunctionType   81 old_code/tumor_growth/tumor_deformation.h template <class DiscreteFunctionType>
DiscreteFunctionType   84 old_code/tumor_growth/tumor_deformation.h 				       DeformationDiscreteFunction<DiscreteFunctionType> 
DiscreteFunctionType   87 old_code/tumor_growth/tumor_deformation.h 				      DeformationDiscreteFunction<DiscreteFunctionType>
DiscreteFunctionType   89 old_code/tumor_growth/tumor_deformation.h   typedef typename DiscreteFunctionType::GridType GridType;
DiscreteFunctionType   90 old_code/tumor_growth/tumor_deformation.h   typedef typename DiscreteFunctionType::LocalFunctionType LocalFunctionType;
DiscreteFunctionType   91 old_code/tumor_growth/tumor_deformation.h   typedef typename DiscreteFunctionType::RangeType  RangeType;
DiscreteFunctionType   93 old_code/tumor_growth/tumor_deformation.h   DeformationDiscreteFunction (const DiscreteFunctionType& vertices )
DiscreteFunctionType  118 old_code/tumor_growth/tumor_deformation.h   const DiscreteFunctionType& vertices_;
DiscreteFunctionType   51 old_code/tumor_growth/tumor_typedef.h typedef Dune::Fem::CGInverseOperator< DiscreteFunctionType > 
DiscreteFunctionType   55 old_code/tumor_growth/tumor_typedef.h typedef Dune::LagrangeInterpolation< DiscreteFunctionType > InterpolationType;
DiscreteFunctionType   59 old_code/tumor_growth/tumor_typedef.h typedef EllipticOperator< DiscreteFunctionType, HeatModelType > EllipticOperatorType;
DiscreteFunctionType   63 old_code/tumor_growth/tumor_typedef.h typedef NonlinearHeatOperator<DiscreteFunctionType, 
DiscreteFunctionType   67 old_code/tumor_growth/tumor_typedef.h typedef Dune::tuple< DiscreteFunctionType* > IOTupleType;
DiscreteFunctionType   97 old_code/tumor_growth/tumor_typedef.h = Tumor_growth::Surface_parabolic_operator<Vec_FE_Fun, DiscreteFunctionType,
DiscreteFunctionType  102 old_code/tumor_growth/tumor_typedef.h = Tumor_growth::Scalar_parabolic_operator<DiscreteFunctionType, Tumor_Brusselator_model>;