Skip to content
Snippets Groups Projects
Commit b2c2b239 authored by Mario Ohlberger's avatar Mario Ohlberger
Browse files

changed comment

[[Imported from SVN: r2980]]
parent 90825933
No related branches found
No related tags found
No related merge requests found
......@@ -854,10 +854,10 @@ namespace Dune
// --AlbertaGridIntersectionIterator
// --IntersectionIterator
/*!
Mesh entities of codimension 0 ("elements") allow to visit all neighbors, wh
a neighbor is an entity of codimension 0 which has a common entity of codimens
These neighbors are accessed via a IntersectionIterator. This allows the implement
non-matching meshes. The number of neigbors may be different from the number o
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
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
of an element!
*/
template<class GridImp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment