]> SALOME platform Git repositories - tools/medcoupling.git/commit
Salome HOME
MEDMEM Industrialization 2008
authoreap <eap@opencascade.com>
Wed, 14 Jan 2009 10:26:41 +0000 (10:26 +0000)
committereap <eap@opencascade.com>
Wed, 14 Jan 2009 10:26:41 +0000 (10:26 +0000)
commit0a5e2de782388549dbf08497acc6a115ece7f80c
treec04b4da219402caf2cd3c71e64667870e4c47e7c
parent344e29abe503931ce8529a1e90eee19b4e3c3e3e
MEDMEM Industrialization 2008
  Form interpolation matrix in intersectors

+  template<class MyMeshType, int NB_NODES>
+  inline void getBarycentricCoordinates(const double*                   point,
+                                        typename MyMeshType::MyConnType element,
+                                        const MyMeshType&               mesh,
+                                        double*                         barycentricCoords)
src/INTERP_KERNEL/MeshUtils.hxx