Version: 5.1.6

INTERP_KERNEL.TriangulationIntersector< MyMeshType, MyMatrix, InterpType > Class Template Reference

#include <TriangulationIntersector.hxx>

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

Public Types

typedef MyMeshType::MyConnType ConnType

Public Member Functions

 TriangulationIntersector (const MyMeshType &meshT, const MyMeshType &meshS, double dimCaracteristic, double precision, double md3DSurf, double medianPlane, int orientation, int printLevel)
double intersectGeometry (ConnType icellT, ConnType icellS, ConnType nbNodesT, ConnType nbNodesS)
double intersectGeometryWithQuadrangle (const double *quadrangle, const std::vector< double > &sourceCoords, bool isSourceQuad)
double intersectGeometryGeneral (const std::vector< double > &targetCoords, const std::vector< double > &sourceCoords)
double intersectGeoBary (const std::vector< double > &targetCell, bool targetCellQuadratic, const double *sourceCell, std::vector< double > &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

template<class MyMeshType, class MyMatrix, template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>
class INTERP_KERNEL::TriangulationIntersector< MyMeshType, MyMatrix, InterpType >


Member Typedef Documentation

template<class MyMeshType, class MyMatrix, template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>
typedef MyMeshType::MyConnType INTERP_KERNEL.TriangulationIntersector< MyMeshType, MyMatrix, InterpType >.ConnType

Constructor & Destructor Documentation

template<class MyMeshType, class MyMatrix, template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>
INTERP_KERNEL.TriangulationIntersector< MyMeshType, MyMatrix, InterpType >.TriangulationIntersector ( const MyMeshType &  meshT,
const MyMeshType &  meshS,
double  dimCaracteristic,
double  precision,
double  md3DSurf,
double  medianPlane,
int  orientation,
int  printLevel 
)

Member Function Documentation

template<class MyMeshType, class MyMatrix, template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>
double INTERP_KERNEL.TriangulationIntersector< MyMeshType, MyMatrix, InterpType >.intersectGeometry ( ConnType  icellT,
ConnType  icellS,
ConnType  nbNodesT,
ConnType  nbNodesS 
)
template<class MyMeshType, class MyMatrix, template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>
double INTERP_KERNEL.TriangulationIntersector< MyMeshType, MyMatrix, InterpType >.intersectGeometryWithQuadrangle ( const double quadrangle,
const std::vector< double > &  sourceCoords,
bool  isSourceQuad 
)
template<class MyMeshType, class MyMatrix, template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>
double INTERP_KERNEL.TriangulationIntersector< MyMeshType, MyMatrix, InterpType >.intersectGeometryGeneral ( const std::vector< double > &  targetCoords,
const std::vector< double > &  sourceCoords 
)
template<class MyMeshType, class MyMatrix, template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>
double INTERP_KERNEL.TriangulationIntersector< MyMeshType, MyMatrix, InterpType >.intersectGeoBary ( const std::vector< double > &  targetCell,
bool  targetCellQuadratic,
const double sourceCell,
std::vector< double > &  res 
)

Field Documentation

template<class MyMeshType, class MyMatrix, template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>
const int INTERP_KERNEL.TriangulationIntersector< MyMeshType, MyMatrix, InterpType >.SPACEDIM = MyMeshType::MY_SPACEDIM [static]
template<class MyMeshType, class MyMatrix, template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>
const int INTERP_KERNEL.TriangulationIntersector< MyMeshType, MyMatrix, InterpType >.MESHDIM = MyMeshType::MY_MESHDIM [static]
template<class MyMeshType, class MyMatrix, template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>
const NumberingPolicy INTERP_KERNEL.TriangulationIntersector< MyMeshType, MyMatrix, InterpType >.numPol = MyMeshType::My_numPol [static]