Vector            137 old_code/tumor_growth/tumor_growth.h     static const int dim_vec_domain = Domain<Vector>::dimension;
Vector            138 old_code/tumor_growth/tumor_growth.h     static const int dim_vec_range = Range<Vector>::dimension;
Vector            160 old_code/tumor_growth/tumor_growth.h 				const JacobianRange<Vector>& dX_p,
Vector            161 old_code/tumor_growth/tumor_growth.h 				JacobianRange<Vector>& a_dX_p) const;
Vector            165 old_code/tumor_growth/tumor_growth.h 				const JacobianRange<Vector>& dX_p,
Vector            166 old_code/tumor_growth/tumor_growth.h 				JacobianRange<Vector>& a_dX_p) const;
Vector            170 old_code/tumor_growth/tumor_growth.h 		    const Range<Vector>& X_p, Range<Vector>& X_p_chi) const;
Vector            175 old_code/tumor_growth/tumor_growth.h 			  Range<Vector>& n_p_chi) const;
Vector            270 old_code/tumor_growth/tumor_growth.h     using Discrete_function_space = typename Vector::DiscreteFunctionSpaceType;
Vector            380 old_code/tumor_growth/tumor_growth.h 			 const JacobianRange<Vector>& dX_p,
Vector            381 old_code/tumor_growth/tumor_growth.h 			 JacobianRange<Vector>& a_dX_p) const{
Vector            394 old_code/tumor_growth/tumor_growth.h 			 const JacobianRange<Vector>& dX_p,
Vector            395 old_code/tumor_growth/tumor_growth.h 			 JacobianRange<Vector>& a_dX_p) const{
Vector            408 old_code/tumor_growth/tumor_growth.h 	     const Range<Vector>& X_p, Range<Vector>& X_p_chi) const{
Vector            419 old_code/tumor_growth/tumor_growth.h 		   Range<Vector>& n_p_chi) const{
Vector            429 old_code/tumor_growth/tumor_growth.h     Domain<Vector> p0 = entity.geometry().corner(0);
Vector            430 old_code/tumor_growth/tumor_growth.h     Domain<Vector> p1 = entity.geometry().corner(1);
Vector            431 old_code/tumor_growth/tumor_growth.h     Domain<Vector> p2 = entity.geometry().corner(2);
Vector            436 old_code/tumor_growth/tumor_growth.h     Domain<Vector> v = p2 - p0;
Vector            437 old_code/tumor_growth/tumor_growth.h     Domain<Vector> w = p1 - p0;
Vector            439 old_code/tumor_growth/tumor_growth.h     auto eucl_norm = [](const Range<Vector>& vv){
Vector            546 old_code/tumor_growth/tumor_growth.h       const Local_function<Vector> uLocal = u.localFunction(entity);
Vector            547 old_code/tumor_growth/tumor_growth.h       Local_function<Vector> wLocal = w.localFunction(entity);
Vector            553 old_code/tumor_growth/tumor_growth.h   	Range<Vector> u_x;	// u_x == X(x);
Vector            556 old_code/tumor_growth/tumor_growth.h   	Jacobian_range<Vector> du_x;	// du_x == ∇X(x) (jacobian matrix)
Vector            559 old_code/tumor_growth/tumor_growth.h   	Range<Vector> u_x_psi;
Vector            565 old_code/tumor_growth/tumor_growth.h   	Jacobian_range<Vector> du_x_dpsi;
Vector            596 old_code/tumor_growth/tumor_growth.h       const Local_function<Vector> uLocal = u.localFunction(entity);
Vector            599 old_code/tumor_growth/tumor_growth.h       Local_function<Vector> wLocal = w.localFunction(entity);
Vector            604 old_code/tumor_growth/tumor_growth.h 	Range<Vector> u_x;	// u_x == X(x);
Vector            610 old_code/tumor_growth/tumor_growth.h 	Jacobian_range<Vector> du_x;	// du_x == ∇X(x) (jacobian matrix)
Vector            613 old_code/tumor_growth/tumor_growth.h 	Range<Vector> u_x_psi;
Vector            618 old_code/tumor_growth/tumor_growth.h 	Jacobian_range<Vector> du_x_dpsi;
Vector            623 old_code/tumor_growth/tumor_growth.h 	Range<Vector> un_x_psi;