#include <ConvexIntersector.hxx>
Public Types |
| typedef MyMeshType::MyConnType | ConnType |
Public Member Functions |
| | ConvexIntersector (const MyMeshType &meshT, const MyMeshType &meshS, double dimCaracteristic, double precision, double md3DSurf, double medianPlane, bool doRotate, 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 |
Private Attributes |
| double | _epsilon |
template<class MyMeshType, class MyMatrix, template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>
class INTERP_KERNEL::ConvexIntersector< MyMeshType, MyMatrix, InterpType >
Member Typedef Documentation
template<class MyMeshType , class MyMatrix , template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>
Constructor & Destructor Documentation
template<class MyMeshType , class MyMatrix , template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>
| INTERP_KERNEL.ConvexIntersector< MyMeshType, MyMatrix, InterpType >.ConvexIntersector |
( |
const MyMeshType & |
meshT, |
|
|
const MyMeshType & |
meshS, |
|
|
double |
dimCaracteristic, |
|
|
double |
precision, |
|
|
double |
md3DSurf, |
|
|
double |
medianPlane, |
|
|
bool |
doRotate, |
|
|
int |
orientation, |
|
|
int |
printLevel |
|
) |
| |
Member Function Documentation
template<class MyMeshType , class MyMatrix , template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>
template<class MyMeshType , class MyMatrix , template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>
template<class MyMeshType , class MyMatrix , template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>
template<class MyMeshType , class MyMatrix , template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>
Field Documentation
template<class MyMeshType , class MyMatrix , template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>
template<class MyMeshType , class MyMatrix , template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>
template<class MyMeshType , class MyMatrix , template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>
template<class MyMeshType , class MyMatrix , template< class MeshType, class TheMatrix, class ThisIntersector > class InterpType>