|
| IntersectionIterator (const CpGridData &grid, const EntityRep< 0 > &cell, bool at_end) |
|
IntersectionIterator & | operator++ () |
|
const Intersection * | operator-> () const |
|
const Intersection & | operator* () const |
|
| Intersection () |
|
| Intersection (const CpGridData &grid, const EntityRep< 0 > &cell, int subindex, bool update_now=true) |
|
bool | operator== (const Intersection &other) const |
|
bool | operator!= (const Intersection &other) const |
|
bool | boundary () const |
|
int | boundaryId () const |
| Returns the boundary id of this intersection.
|
|
int | boundarySegmentIndex () const |
| Returns the boundary segment index of this intersection.
|
|
bool | neighbor () const |
|
Entity | inside () const |
|
Entity | outside () const |
|
bool | conforming () const |
|
const LocalGeometry & | geometryInInside () const |
|
const LocalGeometry & | geometryInOutside () const |
|
const Geometry & | geometry () const |
|
GeometryType | type () const |
|
int | indexInInside () const |
| Local index of codim 1 entity in the inside() entity where intersection is contained in.
|
|
int | indexInOutside () const |
| Local index of codim 1 entity in outside() entity where intersection is contained in.
|
|
FieldVector< ctype, 3 > | outerNormal (const FieldVector< ctype, 2 > &) const |
|
FieldVector< ctype, 3 > | integrationOuterNormal (const FieldVector< ctype, 2 > &unused) const |
|
FieldVector< ctype, 3 > | unitOuterNormal (const FieldVector< ctype, 2 > &) const |
|
FieldVector< ctype, 3 > | centerUnitOuterNormal () const |
|
int | id () const |
|
|
void | increment () |
|
void | update () |
|
void | setAtEnd () |
|
bool | isAtEnd () const |
|
int | nbcell () const |
|
const CpGridData * | pgrid_ |
|
int | index_ |
|
int | subindex_ |
|
OrientedEntityTable< 0, 1 >::row_type | faces_of_cell_ |
|
Geometry | global_geom_ |
|
int | nbcell_ |
|
bool | is_on_boundary_ |
|
The documentation for this class was generated from the following file: