wLocal            547 old_code/tumor_growth/tumor_growth.h       Local_function<Vector> wLocal = w.localFunction(entity);
wLocal            549 old_code/tumor_growth/tumor_growth.h       QuadratureType quadrature(entity, uLocal.order() + wLocal.order() + 1);
wLocal            576 old_code/tumor_growth/tumor_growth.h   	wLocal.axpy(quadrature[pt], u_x_psi, du_x_dpsi);
wLocal            599 old_code/tumor_growth/tumor_growth.h       Local_function<Vector> wLocal = w.localFunction(entity);
wLocal            601 old_code/tumor_growth/tumor_growth.h       QuadratureType quadrature(entity, uLocal.order() + wLocal.order() + 1);
wLocal            635 old_code/tumor_growth/tumor_growth.h 	wLocal.axpy(quadrature[pt], u_x_psi, du_x_dpsi);
wLocal            636 old_code/tumor_growth/tumor_growth.h 	wLocal.axpy(quadrature[pt], un_x_psi, 0);
wLocal            658 old_code/tumor_growth/tumor_growth.h       Local_function wLocal = w.localFunction(entity);
wLocal            660 old_code/tumor_growth/tumor_growth.h       QuadratureType quadrature(entity, uLocal.order() + wLocal.order() + 1);
wLocal            686 old_code/tumor_growth/tumor_growth.h   	wLocal.axpy(quadrature[pt], u_x_chi, du_x_dchi);
wLocal            692 old_code/tumor_growth/tumor_growth.h 			  + u_or_w_approx_local.order() + wLocal.order() + 1);
wLocal            712 old_code/tumor_growth/tumor_growth.h   	wLocal.axpy(bigger_quadrature[pt], uwu_x_chi, 0);
wLocal            728 old_code/tumor_growth/tumor_growth.h       Local_function wLocal = w.localFunction(entity);
wLocal            730 old_code/tumor_growth/tumor_growth.h       QuadratureType quadrature(entity, uLocal.order() + wLocal.order() + 1);
wLocal            747 old_code/tumor_growth/tumor_growth.h   	wLocal.axpy(quadrature[pt], u_x_chi, 0);
wLocal            762 old_code/tumor_growth/tumor_growth.h       Local_function wLocal = w.localFunction(entity);
wLocal            764 old_code/tumor_growth/tumor_growth.h       QuadratureType quadrature(entity, wLocal.order() + 1);
wLocal            778 old_code/tumor_growth/tumor_growth.h   	wLocal.axpy(quadrature[pt], ones_chi, 0);