#include <IntegralUniformIntersector.hxx>

Public Types | |
| typedef MyMeshType::MyConnType | ConnType |
Public Member Functions | |
| IntegralUniformIntersectorP1 (const MyMeshType &mesh, bool isAbs) | |
| int | getNumberOfRowsOfResMatrix () const |
| int | getNumberOfColsOfResMatrix () const |
| void | intersectCells (ConnType targetCell, const std::vector< ConnType > &srcCells, MyMatrix &res) |
| typedef MyMeshType::MyConnType INTERP_KERNEL.IntegralUniformIntersectorP1< MyMeshType, MyMatrix >.ConnType |
Reimplemented from INTERP_KERNEL.IntegralUniformIntersector< MyMeshType, MyMatrix >.
| INTERP_KERNEL.IntegralUniformIntersectorP1< MyMeshType, MyMatrix >.IntegralUniformIntersectorP1 | ( | const MyMeshType & | mesh, |
| bool | isAbs | ||
| ) |
| int INTERP_KERNEL.IntegralUniformIntersectorP1< MyMeshType, MyMatrix >.getNumberOfRowsOfResMatrix | ( | ) | const [virtual] |
| int INTERP_KERNEL.IntegralUniformIntersectorP1< MyMeshType, MyMatrix >.getNumberOfColsOfResMatrix | ( | ) | const [virtual] |
| void INTERP_KERNEL.IntegralUniformIntersectorP1< MyMeshType, MyMatrix >.intersectCells | ( | ConnType | targetCell, |
| const std::vector< ConnType > & | srcCells, | ||
| MyMatrix & | res | ||
| ) | [virtual] |