#include <CurveIntersectorP1P1.hxx>

Public Types | |
| typedef MyMeshType::MyConnType | ConnType |
Public Member Functions | |
| CurveIntersectorP1P1 (const MyMeshType &meshT, const MyMeshType &meshS, double precision, double tolerance, double medianLine, int printLevel) | |
| 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 |
| typedef MyMeshType::MyConnType INTERP_KERNEL.CurveIntersectorP1P1< MyMeshType, MyMatrix >.ConnType |
Reimplemented from INTERP_KERNEL.CurveIntersector< MyMeshType, MyMatrix >.
| INTERP_KERNEL.CurveIntersectorP1P1< MyMeshType, MyMatrix >.CurveIntersectorP1P1 | ( | const MyMeshType & | meshT, |
| const MyMeshType & | meshS, | ||
| double | precision, | ||
| double | tolerance, | ||
| double | medianLine, | ||
| int | printLevel | ||
| ) |
| void INTERP_KERNEL.CurveIntersectorP1P1< MyMeshType, MyMatrix >.intersectCells | ( | ConnType | icellT, |
| const std::vector< ConnType > & | icellsS, | ||
| MyMatrix & | res | ||
| ) | [virtual] |
| int INTERP_KERNEL.CurveIntersectorP1P1< MyMeshType, MyMatrix >.getNumberOfRowsOfResMatrix | ( | ) | const [virtual] |
| int INTERP_KERNEL.CurveIntersectorP1P1< MyMeshType, MyMatrix >.getNumberOfColsOfResMatrix | ( | ) | const [virtual] |
const int INTERP_KERNEL.CurveIntersectorP1P1< MyMeshType, MyMatrix >.SPACEDIM = MyMeshType::MY_SPACEDIM [static] |
Reimplemented from INTERP_KERNEL.CurveIntersector< MyMeshType, MyMatrix >.
const int INTERP_KERNEL.CurveIntersectorP1P1< MyMeshType, MyMatrix >.MESHDIM = MyMeshType::MY_MESHDIM [static] |
Reimplemented from INTERP_KERNEL.CurveIntersector< MyMeshType, MyMatrix >.
const NumberingPolicy INTERP_KERNEL.CurveIntersectorP1P1< MyMeshType, MyMatrix >.numPol = MyMeshType::My_numPol [static] |
Reimplemented from INTERP_KERNEL.CurveIntersector< MyMeshType, MyMatrix >.