n_p_chi           175 old_code/tumor_growth/tumor_growth.h 			  Range<Vector>& n_p_chi) const;
n_p_chi           419 old_code/tumor_growth/tumor_growth.h 		   Range<Vector>& n_p_chi) const{
n_p_chi           445 old_code/tumor_growth/tumor_growth.h     n_p_chi[0] = v[1] * w[2] - v[2] * w[1];
n_p_chi           446 old_code/tumor_growth/tumor_growth.h     n_p_chi[1] = - v[0] * w[2] + v[2] * w[0];
n_p_chi           447 old_code/tumor_growth/tumor_growth.h     n_p_chi[2] = v[0] * w[1] - v[1] * w[0];
n_p_chi           448 old_code/tumor_growth/tumor_growth.h     n_p_chi /= eucl_norm(n_p_chi);
n_p_chi           451 old_code/tumor_growth/tumor_growth.h     n_p_chi *= u_p * tp.deltaT() * delta;