Version: 5.1.6

INTERP_KERNEL.PlanarIntersectorP0P1PL< MyMeshType, MyMatrix > Class Template Reference

#include <PlanarIntersectorP0P1PL.hxx>

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

Public Types

typedef MyMeshType::MyConnType ConnType

Public Member Functions

 PlanarIntersectorP0P1PL (const MyMeshType &meshT, const MyMeshType &meshS, double dimCaracteristic, double md3DSurf, double medianPlane, double precision, int orientation)
void intersectCells (ConnType icellT, const std::vector< ConnType > &icellsS, MyMatrix &res)
int getNumberOfRowsOfResMatrix () const
int getNumberOfColsOfResMatrix () const

Static Public Attributes

static const int SPACEDIM = MyMeshType::MY_SPACEDIM
static const int MESHDIM = MyMeshType::MY_MESHDIM
static const NumberingPolicy numPol = MyMeshType::My_numPol

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


Member Typedef Documentation

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

Constructor & Destructor Documentation

template<class MyMeshType , class MyMatrix >
INTERP_KERNEL.PlanarIntersectorP0P1PL< MyMeshType, MyMatrix >.PlanarIntersectorP0P1PL ( const MyMeshType &  meshT,
const MyMeshType &  meshS,
double  dimCaracteristic,
double  md3DSurf,
double  medianPlane,
double  precision,
int  orientation 
)

Member Function Documentation

template<class MyMeshType , class MyMatrix >
void INTERP_KERNEL.PlanarIntersectorP0P1PL< MyMeshType, MyMatrix >.intersectCells ( ConnType  icellT,
const std::vector< ConnType > &  icellsS,
MyMatrix &  res 
) [virtual]
template<class MyMeshType , class MyMatrix >
int INTERP_KERNEL.PlanarIntersectorP0P1PL< MyMeshType, MyMatrix >.getNumberOfRowsOfResMatrix (  )  const [virtual]
template<class MyMeshType , class MyMatrix >
int INTERP_KERNEL.PlanarIntersectorP0P1PL< MyMeshType, MyMatrix >.getNumberOfColsOfResMatrix (  )  const [virtual]

Field Documentation

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