Dune Core Modules (2.4.1)
Dune::SIntersectionIterator< GridImp > Class Template Reference
#include <dune/grid/sgrid.hh>
Public Types | |
enum | |
know your own dimension | |
enum | |
know your own dimension of world | |
typedef GridImp::ctype | ctype |
define type used for coordinates in grid module | |
Public Member Functions | |
bool | equals (const SIntersectionIterator< GridImp > &i) const |
equality | |
void | increment () |
increment | |
const Intersection & | dereference () const |
dereferencing | |
Detailed Description
template<class GridImp>
class Dune::SIntersectionIterator< GridImp >
class Dune::SIntersectionIterator< GridImp >
Mesh entities of codimension 0 ("elements") allow to visit all neighbors, where a neighbor is an entity of codimension 0 which has a common entity of codimension 1 with the entity. These neighbors are accessed via a IntersectionIterator. This allows the implementation of non-matching meshes. The number of neigbors may be different from the number of faces/edges of an element!
The documentation for this class was generated from the following file:
- dune/grid/sgrid.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)