#include <PointLocator3DIntersectorP1P1.hxx>

Public Types | |
| typedef MyMeshType::MyConnType | ConnType |
Public Member Functions | |
| PointLocator3DIntersectorP1P1 (const MyMeshType &targetMesh, const MyMeshType &srcMesh, double precision) | |
| ~PointLocator3DIntersectorP1P1 () | |
| void | intersectCells (ConnType targetCell, const std::vector< ConnType > &srcCells, MyMatrix &res) |
Static Public Attributes | |
| static const int | SPACEDIM = MyMeshType::MY_SPACEDIM |
| static const int | MESHDIM = MyMeshType::MY_MESHDIM |
| static const NumberingPolicy | numPol = MyMeshType::My_numPol |
Protected Attributes | |
| double | _precision |
| typedef MyMeshType::MyConnType INTERP_KERNEL.PointLocator3DIntersectorP1P1< MyMeshType, MyMatrix >.ConnType |
Reimplemented from INTERP_KERNEL.Intersector3D< MyMeshType, MyMatrix >.
| INTERP_KERNEL.PointLocator3DIntersectorP1P1< MyMeshType, MyMatrix >.PointLocator3DIntersectorP1P1 | ( | const MyMeshType & | targetMesh, |
| const MyMeshType & | srcMesh, | ||
| double | precision | ||
| ) |
| INTERP_KERNEL.PointLocator3DIntersectorP1P1< MyMeshType, MyMatrix >.~PointLocator3DIntersectorP1P1 | ( | ) |
| void INTERP_KERNEL.PointLocator3DIntersectorP1P1< MyMeshType, MyMatrix >.intersectCells | ( | ConnType | targetCell, |
| const std::vector< ConnType > & | srcCells, | ||
| MyMatrix & | res | ||
| ) | [virtual] |
const int INTERP_KERNEL.PointLocator3DIntersectorP1P1< MyMeshType, MyMatrix >.SPACEDIM = MyMeshType::MY_SPACEDIM [static] |
Reimplemented from INTERP_KERNEL.Intersector3D< MyMeshType, MyMatrix >.
const int INTERP_KERNEL.PointLocator3DIntersectorP1P1< MyMeshType, MyMatrix >.MESHDIM = MyMeshType::MY_MESHDIM [static] |
Reimplemented from INTERP_KERNEL.Intersector3D< MyMeshType, MyMatrix >.
const NumberingPolicy INTERP_KERNEL.PointLocator3DIntersectorP1P1< MyMeshType, MyMatrix >.numPol = MyMeshType::My_numPol [static] |
Reimplemented from INTERP_KERNEL.Intersector3D< MyMeshType, MyMatrix >.
double INTERP_KERNEL.PointLocator3DIntersectorP1P1< MyMeshType, MyMatrix >._precision [protected] |