Version: 5.1.6

INTERP_KERNEL.PointLocator3DIntersectorP0P1< MyMeshType, MyMatrix > Class Template Reference

#include <PointLocator3DIntersectorP0P1.hxx>

Inheritance diagram for INTERP_KERNEL.PointLocator3DIntersectorP0P1< MyMeshType, MyMatrix >:
Inheritance graph

Public Types

typedef MyMeshType::MyConnType ConnType

Public Member Functions

 PointLocator3DIntersectorP0P1 (const MyMeshType &targetMesh, const MyMeshType &srcMesh, double precision)
 ~PointLocator3DIntersectorP0P1 ()
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

template<class MyMeshType, class MyMatrix>
class INTERP_KERNEL::PointLocator3DIntersectorP0P1< MyMeshType, MyMatrix >


Member Typedef Documentation

template<class MyMeshType , class MyMatrix >
typedef MyMeshType::MyConnType INTERP_KERNEL.PointLocator3DIntersectorP0P1< MyMeshType, MyMatrix >.ConnType

Constructor & Destructor Documentation

template<class MyMeshType , class MyMatrix >
INTERP_KERNEL.PointLocator3DIntersectorP0P1< MyMeshType, MyMatrix >.PointLocator3DIntersectorP0P1 ( const MyMeshType &  targetMesh,
const MyMeshType &  srcMesh,
double  precision 
)
template<class MyMeshType , class MyMatrix >
INTERP_KERNEL.PointLocator3DIntersectorP0P1< MyMeshType, MyMatrix >.~PointLocator3DIntersectorP0P1 (  ) 

Member Function Documentation

template<class MyMeshType , class MyMatrix >
void INTERP_KERNEL.PointLocator3DIntersectorP0P1< MyMeshType, MyMatrix >.intersectCells ( ConnType  targetCell,
const std::vector< ConnType > &  srcCells,
MyMatrix &  res 
) [virtual]

Field Documentation

template<class MyMeshType , class MyMatrix >
const int INTERP_KERNEL.PointLocator3DIntersectorP0P1< MyMeshType, MyMatrix >.SPACEDIM = MyMeshType::MY_SPACEDIM [static]
template<class MyMeshType , class MyMatrix >
const int INTERP_KERNEL.PointLocator3DIntersectorP0P1< MyMeshType, MyMatrix >.MESHDIM = MyMeshType::MY_MESHDIM [static]
template<class MyMeshType , class MyMatrix >
const NumberingPolicy INTERP_KERNEL.PointLocator3DIntersectorP0P1< MyMeshType, MyMatrix >.numPol = MyMeshType::My_numPol [static]
template<class MyMeshType , class MyMatrix >
double INTERP_KERNEL.PointLocator3DIntersectorP0P1< MyMeshType, MyMatrix >._precision [protected]