Version: 5.1.6

INTERP_KERNEL.PlanarIntersectorP1P1< MyMeshType, MyMatrix, ConcreteP1P1Intersector > Class Template Reference

#include <PlanarIntersectorP1P1.hxx>

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

Public Types

typedef MyMeshType::MyConnType ConnType

Public Member Functions

void intersectCells (ConnType icellT, const std::vector< ConnType > &icellsS, MyMatrix &res)
int getNumberOfRowsOfResMatrix () const
int getNumberOfColsOfResMatrix () const
double intersectGeometryGeneral (const std::vector< double > &targetCoords, const std::vector< double > &sourceCoords)

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 Member Functions

 PlanarIntersectorP1P1 (const MyMeshType &meshT, const MyMeshType &meshS, double dimCaracteristic, double precision, double md3DSurf, double medianPlane, bool doRotate, int orientation, int printLevel)
ConcreteP1P1Intersector & asLeaf ()

template<class MyMeshType, class MyMatrix, class ConcreteP1P1Intersector>
class INTERP_KERNEL::PlanarIntersectorP1P1< MyMeshType, MyMatrix, ConcreteP1P1Intersector >


Member Typedef Documentation

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

Constructor & Destructor Documentation

template<class MyMeshType , class MyMatrix , class ConcreteP1P1Intersector >
INTERP_KERNEL.PlanarIntersectorP1P1< MyMeshType, MyMatrix, ConcreteP1P1Intersector >.PlanarIntersectorP1P1 ( const MyMeshType &  meshT,
const MyMeshType &  meshS,
double  dimCaracteristic,
double  precision,
double  md3DSurf,
double  medianPlane,
bool  doRotate,
int  orientation,
int  printLevel 
) [protected]

Member Function Documentation

template<class MyMeshType , class MyMatrix , class ConcreteP1P1Intersector >
void INTERP_KERNEL.PlanarIntersectorP1P1< MyMeshType, MyMatrix, ConcreteP1P1Intersector >.intersectCells ( ConnType  icellT,
const std::vector< ConnType > &  icellsS,
MyMatrix &  res 
) [virtual]
template<class MyMeshType , class MyMatrix , class ConcreteP1P1Intersector >
int INTERP_KERNEL.PlanarIntersectorP1P1< MyMeshType, MyMatrix, ConcreteP1P1Intersector >.getNumberOfRowsOfResMatrix (  )  const [virtual]
template<class MyMeshType , class MyMatrix , class ConcreteP1P1Intersector >
int INTERP_KERNEL.PlanarIntersectorP1P1< MyMeshType, MyMatrix, ConcreteP1P1Intersector >.getNumberOfColsOfResMatrix (  )  const [virtual]
template<class MyMeshType , class MyMatrix , class ConcreteP1P1Intersector >
double INTERP_KERNEL.PlanarIntersectorP1P1< MyMeshType, MyMatrix, ConcreteP1P1Intersector >.intersectGeometryGeneral ( const std::vector< double > &  targetCoords,
const std::vector< double > &  sourceCoords 
)
template<class MyMeshType , class MyMatrix , class ConcreteP1P1Intersector >
ConcreteP1P1Intersector& INTERP_KERNEL.PlanarIntersectorP1P1< MyMeshType, MyMatrix, ConcreteP1P1Intersector >.asLeaf (  )  [protected]

Field Documentation

template<class MyMeshType , class MyMatrix , class ConcreteP1P1Intersector >
const int INTERP_KERNEL.PlanarIntersectorP1P1< MyMeshType, MyMatrix, ConcreteP1P1Intersector >.SPACEDIM = MyMeshType::MY_SPACEDIM [static]
template<class MyMeshType , class MyMatrix , class ConcreteP1P1Intersector >
const int INTERP_KERNEL.PlanarIntersectorP1P1< MyMeshType, MyMatrix, ConcreteP1P1Intersector >.MESHDIM = MyMeshType::MY_MESHDIM [static]
template<class MyMeshType , class MyMatrix , class ConcreteP1P1Intersector >
const NumberingPolicy INTERP_KERNEL.PlanarIntersectorP1P1< MyMeshType, MyMatrix, ConcreteP1P1Intersector >.numPol = MyMeshType::My_numPol [static]