#include "../../defs.h"
#include "../simplex/topology.h"
#include "SmrCell.ipp"
Go to the source code of this file.
Namespaces | |
namespace | geom |
Classes | |
class | geom::SmrCell< SMR > |
Cell in a simplicial mesh that stores handles to the adjacent cells. More... | |
Functions | |
int | geom::getNextNodeIndex (const int i, const int j) |
Get the next node index. | |
int | geom::getPreviousNodeIndex (const int i, const int j) |
Get the previous node index. | |
template<typename SMR> | |
int | geom::getNextNodeIndex (const typename SMR::CellConstIterator cell, const typename SMR::NodeConstIterator a, const typename SMR::NodeConstIterator b) |
Get the next node index. | |
template<typename SMR> | |
int | geom::getPreviousNodeIndex (const typename SMR::CellConstIterator cell, const typename SMR::NodeConstIterator a, const typename SMR::NodeConstIterator b) |
Get the previous node index. |