#include "build.h"
#include "../iss/accessors.h"
#include "accessors.ipp"
Go to the source code of this file.
Namespaces | |
namespace | geom |
Functions | |
template<typename SMR, typename CellIteratorOutputIterator> | |
void | geom::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 | geom::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. |