[Dune] Alberta in 3D
Andreas Dedner
dedner at mathematik.uni-freiburg.de
Tue Nov 20 17:00:34 CET 2007
What sort of compiler error do you get?
Sven Marnach wrote:
> Hi everyone,
>
> what is the current state of the 3D implementation of Alberta? The
> last line of the following code doesn't compile for me:
>
> typedef Dune::AlbertaGrid<3,3> GridType;
> UnitCube<GridType,1> uc;
> GridType& grid = uc.grid();
> GridType::Codim<0>::LeafIterator it = grid.leafbegin<0>();
> GridType::Codim<0>::LeafIntersectionIterator ii = it->ileafbegin();
> ii.outside();
>
> (I know that the intersection possibly doesn't have an outside, but at
> least it should compile.)
>
> In two dimensions it works fine.
>
> Regards,
> Sven
>
> _______________________________________________
> Dune mailing list
> Dune at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune
More information about the Dune
mailing list