Implements accessors operations for SimpMeshRed. More...
#include "build.h"
#include "../iss/accessors.h"
#include "accessors.ipp"
Go to the source code of this file.
Functions | |
template<typename SMR , typename CellIteratorOutputIterator > | |
BEGIN_NAMESPACE_GEOM void | getIncidentCells (const typename SMR::CellIterator cell, int i, int j, CellIteratorOutputIterator out) |
Get the incident cells of the edge. | |
template<class CellIterator , class NodeIterator > | |
int | getFaceIndex (const CellIterator &cell, const NodeIterator &a, const NodeIterator &b) |
For a 2-simplex cell, a pair of nodes defines a 1-face. Return the index of this 1-face. |
Implements accessors operations for SimpMeshRed.