Dune Core Modules (2.4.2)

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 Intersectiondereference () const
 dereferencing
 

Detailed Description

template<class 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:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 2, 22:35, 2024)