#include <PlanarIntersectorP0P0.hxx>

Public Types | |
| typedef MyMeshType::MyConnType | ConnType |
Public Member Functions | |
| int | getNumberOfRowsOfResMatrix () const |
| int | getNumberOfColsOfResMatrix () const |
| void | intersectCells (ConnType icellT, const std::vector< ConnType > &icellsS, MyMatrix &res) |
| double | intersectGeometry (ConnType icellT, ConnType icellS, ConnType nbNodesT, ConnType nbNodesS) |
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 | |
| PlanarIntersectorP0P0 (const MyMeshType &meshT, const MyMeshType &meshS, double dimCaracteristic, double precision, double md3DSurf, double medianPlane, bool doRotate, int orientation, int printLevel) | |
| ConcreteP0P0Intersector & | asLeaf () |
| typedef MyMeshType::MyConnType INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >.ConnType |
Reimplemented from INTERP_KERNEL.PlanarIntersector< MyMeshType, MyMatrix >.
Reimplemented in INTERP_KERNEL.TriangulationIntersector< MyUMeshType, MyMatrix, PlanarIntersectorP0P0 >.
| INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >.PlanarIntersectorP0P0 | ( | const MyMeshType & | meshT, |
| const MyMeshType & | meshS, | ||
| double | dimCaracteristic, | ||
| double | precision, | ||
| double | md3DSurf, | ||
| double | medianPlane, | ||
| bool | doRotate, | ||
| int | orientation, | ||
| int | printLevel | ||
| ) | [protected] |
| int INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >.getNumberOfRowsOfResMatrix | ( | ) | const [virtual] |
| int INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >.getNumberOfColsOfResMatrix | ( | ) | const [virtual] |
| void INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >.intersectCells | ( | ConnType | icellT, |
| const std::vector< ConnType > & | icellsS, | ||
| MyMatrix & | res | ||
| ) | [virtual] |
| double INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >.intersectGeometry | ( | ConnType | icellT, |
| ConnType | icellS, | ||
| ConnType | nbNodesT, | ||
| ConnType | nbNodesS | ||
| ) |
Contrary to intersectCells method here icellS and icellT are not in C mode but in mode of MyMeshType.
Reimplemented in INTERP_KERNEL.TriangulationIntersector< MyUMeshType, MyMatrix, PlanarIntersectorP0P0 >.
| ConcreteP0P0Intersector& INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >.asLeaf | ( | ) | [protected] |
const int INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >.SPACEDIM = MyMeshType::MY_SPACEDIM [static] |
Reimplemented from INTERP_KERNEL.PlanarIntersector< MyMeshType, MyMatrix >.
Reimplemented in INTERP_KERNEL.TriangulationIntersector< MyUMeshType, MyMatrix, PlanarIntersectorP0P0 >.
const int INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >.MESHDIM = MyMeshType::MY_MESHDIM [static] |
Reimplemented from INTERP_KERNEL.PlanarIntersector< MyMeshType, MyMatrix >.
Reimplemented in INTERP_KERNEL.TriangulationIntersector< MyUMeshType, MyMatrix, PlanarIntersectorP0P0 >.
const NumberingPolicy INTERP_KERNEL.PlanarIntersectorP0P0< MyMeshType, MyMatrix, ConcreteP0P0Intersector >.numPol = MyMeshType::My_numPol [static] |
Reimplemented from INTERP_KERNEL.PlanarIntersector< MyMeshType, MyMatrix >.
Reimplemented in INTERP_KERNEL.TriangulationIntersector< MyUMeshType, MyMatrix, PlanarIntersectorP0P0 >.