defines an intersection mapper for mapping of global DOFs assigned to faces which also works for adaptive grids.
More...
template<class GridView>
class Dumux::IntersectionMapper< GridView >
defines an intersection mapper for mapping of global DOFs assigned to faces which also works for adaptive grids.
|
| | IntersectionMapper (const GridView &gridview) |
| |
| const ElementMapper & | elementMapper () const |
| |
| int | index (const Element &element) const |
| | Map element to array index. More...
|
| |
| int | subIndex (int elemIdx, int fIdx) |
| | Map interface fIdx'th interface of element index to array index. More...
|
| |
| int | subIndex (int elemIdx, int fIdx) const |
| | Map interface fIdx'th interface of element index to array index. More...
|
| |
| int | subIndex (const Element &element, int fIdx) |
| | Map interface fIdx'th interface of element to array index. More...
|
| |
| int | subIndex (const Element &element, int fIdx) const |
| |
| int | maplocal (int elemIdx, int fIdx) |
| |
| int | maplocal (int elemIdx, int fIdx) const |
| |
| int | maplocal (const Element &element, int fIdx) |
| |
| int | maplocal (const Element &element, int fIdx) const |
| |
| unsigned int | size () const |
| |
| unsigned int | size (int elemIdx) const |
| |
| unsigned int | size (const Element &element) const |
| |
| void | update () |
| |