[Dune] ISI final suggestion:

Peter Bastian Peter.Bastian at iwr.uni-heidelberg.de
Mon Jul 3 11:54:35 CEST 2006


I am still not clear about what happens with boundary intersections. Are 
they delivered by both intersection iterators?

-- Peter

Andreas Dedner wrote:
> I want to suggest, to change the interface
> as given below. It seems to me that we can manage
> this for 1.0, so I will change the interface
> at the beginning of next week if I don't get any
> negative feedback.
> New interface:
> 
> Dune Entity Class:
>   IntersectionIterator ibegin () const DUNE_DEPRECATED
>     {
>       return realEntity.ibegin();
>     }
>   IntersectionIterator iend () const DUNE_DEPRECATED
>     {
>       return realEntity.iend();
>     }
>   LevelIntersectionIterator libegin () const
>     {
>       return realEntity.libegin();
>     }
>   LevelIntersectionIterator liend () const
>     {
>       return realEntity.liend();
>     }
>   LeafIntersectionIterator leafibegin () const
>     {
>       return realEntity.leafibegin();
>     }
>   LeafIntersectionIterator leafiend () const
>     {
>       return realEntity.leafiend();
>     }
> 
> 
> _______________________________________________
> Dune mailing list
> Dune at dune-project.org
> http://www.dune-project.org/cgi-bin/mailman/listinfo/dune
> 
> 

-- 
------------------------------------------------------------------
Peter Bastian, IWR,Uni Heidelberg, INF 348,R 020, 69120 Heidelberg
email: Peter.Bastian at iwr.uni-heidelberg.de   Tel: +49 6221 54 4984
WWW: http://www.iwr.uni-heidelberg.de/~Peter.Bastian Fax: ... 8860





More information about the Dune mailing list