bigger_quadrature  691 old_code/tumor_growth/tumor_growth.h 	bigger_quadrature(entity, uLocal.order() + u_approx_local.order() 
bigger_quadrature  693 old_code/tumor_growth/tumor_growth.h       for(size_t pt = 0; pt < bigger_quadrature.nop(); ++pt){
bigger_quadrature  695 old_code/tumor_growth/tumor_growth.h   	uLocal.evaluate(bigger_quadrature[pt], u_x);	// initialize
bigger_quadrature  697 old_code/tumor_growth/tumor_growth.h 	u_approx_local.evaluate(bigger_quadrature[pt], u_app);	// initialize
bigger_quadrature  699 old_code/tumor_growth/tumor_growth.h 	u_or_w_approx_local.evaluate(bigger_quadrature[pt], u_or_w_app);
bigger_quadrature  704 old_code/tumor_growth/tumor_growth.h 	model.tri_ran_to_ran_lhs(entity, bigger_quadrature[pt],
bigger_quadrature  707 old_code/tumor_growth/tumor_growth.h   	const typename QuadratureType::CoordinateType& x = bigger_quadrature.point(pt);
bigger_quadrature  709 old_code/tumor_growth/tumor_growth.h 	  = bigger_quadrature.weight(pt) * geometry.integrationElement(x);
bigger_quadrature  712 old_code/tumor_growth/tumor_growth.h   	wLocal.axpy(bigger_quadrature[pt], uwu_x_chi, 0);