Med Memory Users' Guide 5.1.3
|
Functions | |
virtual void | INTERP_KERNEL::TargetIntersector::intersectCells (ConnType targetCell, const std::vector< ConnType > &srcCells, MyMatrix &res)=0 |
Here are listed all the methods to be called or to overload to all concrete intersector.
virtual void INTERP_KERNEL::TargetIntersector< MyMeshType, MyMatrix >::intersectCells | ( | ConnType | targetCell, |
const std::vector< ConnType > & | srcCells, | ||
MyMatrix & | res | ||
) | [pure virtual, inherited] |
Tool for cell intersection, result is always positive.
icellT | id of cell in target mesh in C mode. |
icellsS | ids of cells in source mesh in C mode. |
res | is an IN/OUT parameter that represents the icellTth row in final matrix, fed with at most icellsS elements. |