Home
last modified time | relevance | path

Searched refs:is_inside_tet (Results 1 – 3 of 3) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dregion_mesh_tet.h86 int is_inside_tet(int iTet,double *pos);
H A Dmath_extra_liggghts.h85 inline int is_inside_tet(double *pos,double invmatrix[4][4]);
327 inline int MathExtraLiggghts::is_inside_tet(double *pos,double invmatrix[4][4]) in is_inside_tet() function
H A Dregion_mesh_tet.cpp183 inside_mesh = inside_mesh + is_inside_tet(i,pos); in inside()
682 inline int RegTetMesh::is_inside_tet(int iTet,double *pos) in is_inside_tet() function in RegTetMesh