|
| | CombinedCell (Cell *c1, Cell *c2, bool orMatch, bool co=false) |
| |
| | CombinedCell (std::vector< Cell * > &cells) |
| |
| | ~CombinedCell () |
| |
| int | getDim () const |
| |
| void | getCells (std::map< Cell *, int, CellPtrLessThan > &cells) |
| |
| int | getNumCells () const |
| |
| bool | hasVertex (int vertex) const |
| |
| bool | operator== (const Cell &c2) const |
| |
| | Cell (MElement *element, int domain) |
| |
| | Cell (Cell *parent, int i) |
| |
| virtual | ~Cell () |
| |
| int | getDomain () const |
| |
| void | setDomain (int domain) |
| |
| int | getNum () const |
| |
| void | setNum (int num) |
| |
| int | getTypeMSH () const |
| |
| bool | inSubdomain () const |
| |
| void | getMeshVertices (std::vector< MVertex * > &v) const |
| |
| void | setImmune (bool immune) |
| |
| bool | getImmune () const |
| |
| int | getNumSortedVertices () const |
| |
| int | getSortedVertex (int vertex) const |
| |
| int | getNumVertices () const |
| |
| MVertex * | getMeshVertex (int vertex) const |
| |
| void | findBdElement (int i, std::vector< MVertex * > &vertices) const |
| |
| int | getNumBdElements () const |
| |
| int | findBdCellOrientation (Cell *cell, int i) const |
| |
| void | increaseGlobalNum () |
| |
| void | saveCellBoundary () |
| |
| void | restoreCellBoundary () |
| |
| biter | firstBoundary (bool orig=false) |
| |
| biter | lastBoundary () |
| |
| biter | firstCoboundary (bool orig=false) |
| |
| biter | lastCoboundary () |
| |
| int | getBoundarySize (bool orig=false) |
| |
| int | getCoboundarySize (bool orig=false) |
| |
| void | getBoundary (std::map< Cell *, short int, CellPtrLessThan > &boundary, bool orig=false) |
| |
| void | getCoboundary (std::map< Cell *, short int, CellPtrLessThan > &coboundary, bool orig=false) |
| |
| void | addBoundaryCell (int orientation, Cell *cell, bool other) |
| |
| void | addCoboundaryCell (int orientation, Cell *cell, bool other) |
| |
| void | removeBoundaryCell (Cell *cell, bool other) |
| |
| void | removeCoboundaryCell (Cell *cell, bool other) |
| |
| bool | hasBoundary (Cell *cell, bool orig=false) |
| |
| bool | hasCoboundary (Cell *cell, bool orig=false) |
| |
| virtual void | printCell () |
| |
| virtual void | printBoundary () |
| |
| virtual void | printCoboundary () |
| |
| bool | isCombined () const |
| |
| bool | operator== (const Cell &c2) const |
| |
Definition at line 164 of file Cell.h.