#include <Intersection.hpp>
|
| 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 |
|
EntityPointer | inside () const |
|
EntityPointer | 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. More...
|
|
int | indexInOutside () const |
| Local index of codim 1 entity in outside() entity where intersection is contained in. More...
|
|
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 |
|
- Todo:
- Doc me!
- Template Parameters
-
Dune::cpgrid::Intersection::Intersection |
( |
| ) |
|
|
inline |
Dune::cpgrid::Intersection::Intersection |
( |
const CpGridData & |
grid, |
|
|
const EntityRep< 0 > & |
cell, |
|
|
int |
subindex, |
|
|
bool |
update_now = true |
|
) |
| |
bool Dune::cpgrid::Intersection::boundary |
( |
| ) |
const |
|
inline |
FieldVector< Intersection::ctype, 3 > Dune::cpgrid::Intersection::centerUnitOuterNormal |
( |
| ) |
const |
bool Dune::cpgrid::Intersection::conforming |
( |
| ) |
const |
|
inline |
const Geometry& Dune::cpgrid::Intersection::geometry |
( |
| ) |
const |
|
inline |
const LocalGeometry& Dune::cpgrid::Intersection::geometryInInside |
( |
| ) |
const |
|
inline |
const LocalGeometry& Dune::cpgrid::Intersection::geometryInOutside |
( |
| ) |
const |
|
inline |
int Dune::cpgrid::Intersection::indexInInside |
( |
| ) |
const |
Local index of codim 1 entity in the inside() entity where intersection is contained in.
int Dune::cpgrid::Intersection::indexInOutside |
( |
| ) |
const |
|
inline |
Local index of codim 1 entity in outside() entity where intersection is contained in.
FieldVector< Intersection::ctype, 3 > Dune::cpgrid::Intersection::integrationOuterNormal |
( |
const FieldVector< ctype, 2 > & |
unused | ) |
const |
bool Dune::cpgrid::Intersection::neighbor |
( |
| ) |
const |
|
inline |
bool Dune::cpgrid::Intersection::operator!= |
( |
const Intersection & |
other | ) |
const |
|
inline |
bool Dune::cpgrid::Intersection::operator== |
( |
const Intersection & |
other | ) |
const |
|
inline |
FieldVector< Intersection::ctype, 3 > Dune::cpgrid::Intersection::outerNormal |
( |
const FieldVector< ctype, 2 > & |
| ) |
const |
GeometryType Dune::cpgrid::Intersection::type |
( |
| ) |
const |
|
inline |
FieldVector< Intersection::ctype, 3 > Dune::cpgrid::Intersection::unitOuterNormal |
( |
const FieldVector< ctype, 2 > & |
| ) |
const |
The documentation for this class was generated from the following files: