tmp_fef 423 old_code/tumor_growth/tumor_code.h DiscreteFunctionType tmp_fef {"tmp_fef", dfSpace}; // tmp finite element function tmp_fef 546 old_code/tumor_growth/tumor_code.h u_operator.generate_rhs_new_surface(tmp_fef); tmp_fef 547 old_code/tumor_growth/tumor_code.h u_cg_rhs.axpy(1., tmp_fef); tmp_fef 548 old_code/tumor_growth/tumor_code.h w_operator.generate_rhs_new_surface(tmp_fef); // this can be done faster tmp_fef 549 old_code/tumor_growth/tumor_code.h w_cg_rhs.axpy(1., tmp_fef); tmp_fef 48 src/linHeat_algo.h Grid::Scal_FEfun tmp_fef {"tmp", grid}; tmp_fef 61 src/linHeat_algo.h solver.mass_matrix(numerical_solution, tmp_fef); tmp_fef 71 src/linHeat_algo.h rhs.assemble_and_addScaled_to(tmp_fef); tmp_fef 72 src/linHeat_algo.h solver.solve(tmp_fef, numerical_solution); tmp_fef 73 src/linHeat_algo.h solver.mass_matrix(numerical_solution, tmp_fef); tmp_fef 50 src/secOrd_op_linearHeat.cpp FE_function tmp_fef; tmp_fef 120 src/secOrd_op_linearHeat.cpp tp {gt.time_provider()}, tmp_fef {"tmp_fef", gt.fe_space()} tmp_fef 136 src/secOrd_op_linearHeat.cpp tmp_fef.assign(fef); tmp_fef 142 src/secOrd_op_linearHeat.cpp const auto& cfef_loc = tmp_fef.localFunction(entity); tmp_fef 149 src/secOrd_op_linearHeat.cpp fef.assign(tmp_fef);