dfSpace 81 old_code/2015linfty/backup_dune_heat_algo.hpp DiscreteFunctionSpaceType dfSpace(gridPart); dfSpace 95 old_code/2015linfty/backup_dune_heat_algo.hpp DiscreteFunctionType U_n("U_n",dfSpace), rhs("rhs", dfSpace), dfSpace 96 old_code/2015linfty/backup_dune_heat_algo.hpp load_vector("load_vector", dfSpace), exactSolution("exactSolution",dfSpace); dfSpace 233 old_code/2015linfty/backup_dune_heat_algo.hpp DiscreteFunctionSpaceType dfSpace(gridPart); dfSpace 247 old_code/2015linfty/backup_dune_heat_algo.hpp DiscreteFunctionType U_n("U_n",dfSpace), rhs("rhs", dfSpace), dfSpace 248 old_code/2015linfty/backup_dune_heat_algo.hpp load_vector("load_vector", dfSpace), exactSolution("exactSolution",dfSpace); dfSpace 249 old_code/2015linfty/backup_dune_heat_algo.hpp DiscreteFunctionType ie_U_n("ie_U_n", dfSpace); dfSpace 250 old_code/2015linfty/backup_dune_heat_algo.hpp DiscreteFunctionType ie_rhs("ie_rhs", dfSpace); dfSpace 255 old_code/2015linfty/backup_dune_heat_algo.hpp DiscreteFunctionType {"U_n-" + std::to_string(i+1), dfSpace}); dfSpace 391 old_code/2015linfty/backup_dune_heat_algo.hpp DiscreteFunctionSpaceType dfSpace(gridPart); dfSpace 406 old_code/2015linfty/backup_dune_heat_algo.hpp DiscreteFunctionType U_n("U_n", dfSpace); // Numerical solution dfSpace 407 old_code/2015linfty/backup_dune_heat_algo.hpp DiscreteFunctionType rhs("rhs", dfSpace); // Right hand side for the LES dfSpace 408 old_code/2015linfty/backup_dune_heat_algo.hpp DiscreteFunctionType bdf_tmp("bdf_tmp", dfSpace); dfSpace 412 old_code/2015linfty/backup_dune_heat_algo.hpp DiscreteFunctionType load_vector("load_vector", dfSpace); dfSpace 413 old_code/2015linfty/backup_dune_heat_algo.hpp DiscreteFunctionType exact_solution("exact_solution", dfSpace); dfSpace 414 old_code/2015linfty/backup_dune_heat_algo.hpp DiscreteFunctionType err_vec("U_n_minus_exact_solution", dfSpace); dfSpace 427 old_code/2015linfty/backup_dune_heat_algo.hpp DiscreteFunctionType {"U_n" + std::to_string(i+1), dfSpace} ); dfSpace 430 old_code/2015linfty/backup_dune_heat_algo.hpp DiscreteFunctionType ie_U_n("ie_U_n", dfSpace); dfSpace 431 old_code/2015linfty/backup_dune_heat_algo.hpp DiscreteFunctionType ie_rhs("ie_rhs", dfSpace); dfSpace 432 old_code/2015linfty/backup_dune_heat_algo.hpp DiscreteFunctionType ie_load_vector("ie_load_vector", dfSpace); dfSpace 97 old_code/2015linfty/dune_heat_algorithm.hpp DiscreteFunctionSpaceType dfSpace(gridPart); dfSpace 103 old_code/2015linfty/dune_heat_algorithm.hpp DiscreteFunctionType U_np1("U_np1", dfSpace); // Numerical solution dfSpace 105 old_code/2015linfty/dune_heat_algorithm.hpp DiscreteFunctionType rhs("rhs", dfSpace); // Right hand side for the LES dfSpace 106 old_code/2015linfty/dune_heat_algorithm.hpp DiscreteFunctionType load_vector("load_vector", dfSpace); dfSpace 107 old_code/2015linfty/dune_heat_algorithm.hpp DiscreteFunctionType xi("xi", dfSpace); // For the lineary implicit BDF method dfSpace 108 old_code/2015linfty/dune_heat_algorithm.hpp DiscreteFunctionType exact_solution("exact_solution", dfSpace); dfSpace 109 old_code/2015linfty/dune_heat_algorithm.hpp DiscreteFunctionType err_vec("dof_U_np1_minus_exact_solution", dfSpace); dfSpace 114 old_code/2015linfty/dune_heat_algorithm.hpp {"U_nm" + std::to_string(bdf_no - (i+1)), dfSpace} ); dfSpace 118 old_code/2015linfty/dune_heat_algorithm.hpp {"M_U_nm" + std::to_string(bdf_no - (i+1)), dfSpace}); dfSpace 96 old_code/tumor_growth/tumor_code.h DiscreteFunctionSpaceType dfSpace(gridPart); dfSpace 102 old_code/tumor_growth/tumor_code.h DiscreteFunctionType U_np1("U_np1", dfSpace); // Numerical solution dfSpace 104 old_code/tumor_growth/tumor_code.h DiscreteFunctionType rhs("rhs", dfSpace); // Right hand side for the LES dfSpace 105 old_code/tumor_growth/tumor_code.h DiscreteFunctionType load_vector("load_vector", dfSpace); dfSpace 106 old_code/tumor_growth/tumor_code.h DiscreteFunctionType xi("xi", dfSpace); // For the lineary implicit BDF method dfSpace 107 old_code/tumor_growth/tumor_code.h DiscreteFunctionType exact_solution("exact_solution", dfSpace); dfSpace 108 old_code/tumor_growth/tumor_code.h DiscreteFunctionType err_vec("dof_U_np1_minus_exact_solution", dfSpace); dfSpace 113 old_code/tumor_growth/tumor_code.h {"U_nm" + std::to_string(bdf_no - (i+1)), dfSpace} ); dfSpace 117 old_code/tumor_growth/tumor_code.h {"M_U_nm" + std::to_string(bdf_no - (i+1)), dfSpace}); dfSpace 406 old_code/tumor_growth/tumor_code.h DiscreteFunctionSpaceType dfSpace (gridPart); dfSpace 417 old_code/tumor_growth/tumor_code.h DiscreteFunctionType u_n {"u_n", dfSpace}; // Numerical solution dfSpace 418 old_code/tumor_growth/tumor_code.h DiscreteFunctionType u_approx {"u_approx", dfSpace}; // Approximaion to u_n dfSpace 419 old_code/tumor_growth/tumor_code.h DiscreteFunctionType u_cg_rhs {"u_cg_rhs", dfSpace}; dfSpace 420 old_code/tumor_growth/tumor_code.h DiscreteFunctionType w_n {"w_n", dfSpace}; // Numerical solution dfSpace 421 old_code/tumor_growth/tumor_code.h DiscreteFunctionType w_approx {"w_approx", dfSpace}; // Approximaion to u_n dfSpace 422 old_code/tumor_growth/tumor_code.h DiscreteFunctionType w_cg_rhs {"w_cg_rhs", dfSpace}; dfSpace 423 old_code/tumor_growth/tumor_code.h DiscreteFunctionType tmp_fef {"tmp_fef", dfSpace}; // tmp finite element function dfSpace 537 old_code/tumor_growth/tumor_growth.h const Discrete_function_space& dfSpace = w.space(); dfSpace 538 old_code/tumor_growth/tumor_growth.h for(const Entity& entity : dfSpace){ dfSpace 589 old_code/tumor_growth/tumor_growth.h const Discrete_function_space& dfSpace = w.space(); dfSpace 590 old_code/tumor_growth/tumor_growth.h for(const Entity& entity : dfSpace){ dfSpace 651 old_code/tumor_growth/tumor_growth.h const Discrete_function_space& dfSpace = w.space(); dfSpace 652 old_code/tumor_growth/tumor_growth.h for(const Entity& entity : dfSpace){ dfSpace 722 old_code/tumor_growth/tumor_growth.h const Discrete_function_space& dfSpace = w.space(); dfSpace 723 old_code/tumor_growth/tumor_growth.h for(const Entity& entity : dfSpace){ dfSpace 758 old_code/tumor_growth/tumor_growth.h const Discrete_function_space& dfSpace = w.space(); dfSpace 759 old_code/tumor_growth/tumor_growth.h for(const Entity& entity : dfSpace){