model             132 old_code/2015linfty/backup_dune_heat_algo.hpp 	NonlinearModel model {timeProvider};
model             133 old_code/2015linfty/backup_dune_heat_algo.hpp 	NonlinearOperator ellipticOp {U_n, model};
model             277 old_code/2015linfty/backup_dune_heat_algo.hpp 	NonlinearModel model {timeProvider};
model             278 old_code/2015linfty/backup_dune_heat_algo.hpp 	NonlinearOperator ellipticOp {U_n, model};
model             439 old_code/2015linfty/backup_dune_heat_algo.hpp 	NonlinearModel model {timeProvider};
model             440 old_code/2015linfty/backup_dune_heat_algo.hpp 	NonlinearOperator ellipticOp {ie_U_n, model};
model             148 old_code/2015linfty/dune_heat_algorithm.hpp   NonlinearModel model {timeProvider};
model             149 old_code/2015linfty/dune_heat_algorithm.hpp   NonlinearOperator ellipticOp {xi, model, bdf_alpha_coeff.back()};
model             147 old_code/tumor_growth/tumor_code.h   NonlinearModel model {timeProvider};
model             148 old_code/tumor_growth/tumor_code.h   NonlinearOperator ellipticOp {xi, model, bdf_alpha_coeff.back()};
model             289 old_code/tumor_growth/tumor_growth.h       : model (model_input), u_approx (u_previous), bdf_factor {bdf_alpha_lead_coeff}
model             302 old_code/tumor_growth/tumor_growth.h     const Model model;
model             337 old_code/tumor_growth/tumor_growth.h       : model (model_input), u_approx (u_previous), u_or_w_approx (u_or_w_previous),
model             365 old_code/tumor_growth/tumor_growth.h     const Model model;
model             561 old_code/tumor_growth/tumor_growth.h   	model.ran_to_ran(entity, quadrature[pt], u_x, u_x_psi);	
model             567 old_code/tumor_growth/tumor_growth.h   	model.jac_ran_to_jac_ran_lhs(entity, quadrature[pt], du_x, du_x_dpsi);
model             615 old_code/tumor_growth/tumor_growth.h 	model.ran_to_ran(entity, quadrature[pt], u_x, u_x_psi);	// initialize
model             620 old_code/tumor_growth/tumor_growth.h 	model.jac_ran_to_jac_ran_rhs(entity, quadrature[pt], du_x, du_x_dpsi);
model             625 old_code/tumor_growth/tumor_growth.h 	model.ran_u_normal_rhs(entity, quadrature[pt], u_approx_x, un_x_psi);
model             670 old_code/tumor_growth/tumor_growth.h   	model.ran_to_ran_lhs(entity, quadrature[pt], u_x, u_x_chi);	
model             677 old_code/tumor_growth/tumor_growth.h   	model.jac_ran_to_jac_ran_lhs(entity, quadrature[pt], du_x, du_x_dchi);
model             704 old_code/tumor_growth/tumor_growth.h 	model.tri_ran_to_ran_lhs(entity, bigger_quadrature[pt],
model             739 old_code/tumor_growth/tumor_growth.h   	model.ran_to_ran(entity, quadrature[pt], u_x, u_x_chi);	
model             770 old_code/tumor_growth/tumor_growth.h   	model.ran_to_ran_ones(entity, quadrature[pt], ones_chi);