Class responsible for calculating intersection between a hexahedron target element and the source elements. More...
#include <PolyhedronIntersectorP1P1.hxx>

Public Types | |
| typedef MyMeshType::MyConnType | ConnType |
Public Member Functions | |
| PolyhedronIntersectorP1P1 (const MyMeshType &targetMesh, const MyMeshType &srcMesh, SplittingPolicy policy=PLANAR_FACE_5) | |
| ~PolyhedronIntersectorP1P1 () | |
| 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 |
Class responsible for calculating intersection between a hexahedron target element and the source elements.
| typedef MyMeshType::MyConnType INTERP_KERNEL.PolyhedronIntersectorP1P1< MyMeshType, MyMatrix >.ConnType |
Reimplemented from INTERP_KERNEL.Intersector3D< MyMeshType, MyMatrix >.
| INTERP_KERNEL.PolyhedronIntersectorP1P1< MyMeshType, MyMatrix >.PolyhedronIntersectorP1P1 | ( | const MyMeshType & | targetMesh, |
| const MyMeshType & | srcMesh, | ||
| SplittingPolicy | policy = PLANAR_FACE_5 |
||
| ) |
| INTERP_KERNEL.PolyhedronIntersectorP1P1< MyMeshType, MyMatrix >.~PolyhedronIntersectorP1P1 | ( | ) |
| void INTERP_KERNEL.PolyhedronIntersectorP1P1< MyMeshType, MyMatrix >.intersectCells | ( | ConnType | targetCell, |
| const std::vector< ConnType > & | srcCells, | ||
| MyMatrix & | res | ||
| ) | [virtual] |
const int INTERP_KERNEL.PolyhedronIntersectorP1P1< MyMeshType, MyMatrix >.SPACEDIM = MyMeshType::MY_SPACEDIM [static] |
Reimplemented from INTERP_KERNEL.Intersector3D< MyMeshType, MyMatrix >.
const int INTERP_KERNEL.PolyhedronIntersectorP1P1< MyMeshType, MyMatrix >.MESHDIM = MyMeshType::MY_MESHDIM [static] |
Reimplemented from INTERP_KERNEL.Intersector3D< MyMeshType, MyMatrix >.
const NumberingPolicy INTERP_KERNEL.PolyhedronIntersectorP1P1< MyMeshType, MyMatrix >.numPol = MyMeshType::My_numPol [static] |
Reimplemented from INTERP_KERNEL.Intersector3D< MyMeshType, MyMatrix >.