]> SALOME platform Git repositories - tools/medcoupling.git/commit
Salome HOME
MEDMEM Industrialization 2008
authoreap <eap@opencascade.com>
Wed, 17 Dec 2008 15:51:18 +0000 (15:51 +0000)
committereap <eap@opencascade.com>
Wed, 17 Dec 2008 15:51:18 +0000 (15:51 +0000)
commiteb63459392b92c43230b6a7e63b28b8faf117bcf
treeb1a03d77f2ed5994ddad1e66df9400213eb5f8d7
parent2c0d54b0752104075d8575ec57eae069d88f2614
MEDMEM Industrialization 2008
+  /*_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/
+  /*     Calculate barycentric coordinates of a point p    */
+  /*     with respect to triangle or tetra verices.        */
+  /*_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _*/
+
+  inline void barycentric_coodrs(const std::vector<const double*>& n, const double* p, double* bc)
src/INTERP_KERNEL/InterpolationUtils.hxx