Home
last modified time | relevance | path

Searched refs:diffVt (Results 1 – 2 of 2) sorted by relevance

/phasta/phSolver/compressible/
H A Dget_h.c60 diffVt(points[0],points[3],tmp); in length()
63 diffVt(points[0],points[2],tmp); in length()
67 diffVt(points[0],points[1],tmp); in length()
71 diffVt(points[0],points[1],tmp); in length()
146 diffVt( xref, xc, xr_xc ); in intersect()
180 void diffVt(double vec1[3],double vec2[3], double ans[3]){ in diffVt() function
236 diffVt(t_xyz[(side+1)%3],t_xyz[side],t_vec); in isPntInTri()
240 diffVt(p_xyz,t_xyz[side],tp_vec); in isPntInTri()
266 diffVt(p_xyz,t_xyz[(side+1)%3],tp_vec); in isPntInTri()
/phasta/phSolver/common/
H A Dvec_func.h3 void diffVt(double vec1[3],double vec2[3], double ans[3]);