uLocal            546 old_code/tumor_growth/tumor_growth.h       const Local_function<Vector> uLocal = u.localFunction(entity);
uLocal            549 old_code/tumor_growth/tumor_growth.h       QuadratureType quadrature(entity, uLocal.order() + wLocal.order() + 1);
uLocal            554 old_code/tumor_growth/tumor_growth.h   	uLocal.evaluate(quadrature[pt], u_x);	// initialize
uLocal            557 old_code/tumor_growth/tumor_growth.h   	uLocal.jacobian(quadrature[pt], du_x);	// initialize
uLocal            596 old_code/tumor_growth/tumor_growth.h       const Local_function<Vector> uLocal = u.localFunction(entity);
uLocal            601 old_code/tumor_growth/tumor_growth.h       QuadratureType quadrature(entity, uLocal.order() + wLocal.order() + 1);
uLocal            605 old_code/tumor_growth/tumor_growth.h 	uLocal.evaluate(quadrature[pt], u_x);	// initialize
uLocal            611 old_code/tumor_growth/tumor_growth.h 	uLocal.jacobian(quadrature[pt], du_x);	// initialize
uLocal            655 old_code/tumor_growth/tumor_growth.h       const Local_function uLocal = u.localFunction(entity);
uLocal            660 old_code/tumor_growth/tumor_growth.h       QuadratureType quadrature(entity, uLocal.order() + wLocal.order() + 1);
uLocal            663 old_code/tumor_growth/tumor_growth.h   	uLocal.evaluate(quadrature[pt], u_x);	// initialize
uLocal            666 old_code/tumor_growth/tumor_growth.h   	uLocal.jacobian(quadrature[pt], du_x);	// initialize
uLocal            691 old_code/tumor_growth/tumor_growth.h 	bigger_quadrature(entity, uLocal.order() + u_approx_local.order() 
uLocal            695 old_code/tumor_growth/tumor_growth.h   	uLocal.evaluate(bigger_quadrature[pt], u_x);	// initialize
uLocal            727 old_code/tumor_growth/tumor_growth.h       const Local_function uLocal = u.localFunction(entity);
uLocal            730 old_code/tumor_growth/tumor_growth.h       QuadratureType quadrature(entity, uLocal.order() + wLocal.order() + 1);
uLocal            735 old_code/tumor_growth/tumor_growth.h   	uLocal.evaluate(quadrature[pt], u_x);	// initialize