[Dune] [Dune-Commit] dune-grid r5012 - in trunk/grid/common: . refinement

Jö Fahlke jorrit at jorrit.de
Mon Apr 6 14:27:14 CEST 2009


Hi!

The addition of the trinagulation of prisms into tetrahedra removed the
coords() methods for elements, which is required by the SubsamplingVTKWriter
(thus compilation of dune-grid/grid/io/file/test/subsamplingvtktest.cc fails).

Can we have that method back, please?

Thanks,
Jö.

Am Thu,  2. Apr 2009, 17:25:01 +0200 schrieb sander at dune-project.org:
> Author: sander
> Date: 2009-04-02 17:25:01 +0200 (Thu, 02 Apr 2009)
> New Revision: 5012
> 
> Added:
>    trunk/grid/common/refinement/prismtriangulation.cc
> Modified:
>    trunk/grid/common/refinement.hh
>    trunk/grid/common/virtualrefinement.cc
> Log:
> Add virtual refinement of prisms into tetrahedra.  Implementation by Jonathan Youett.
[...]
> Modified: trunk/grid/common/virtualrefinement.cc
> ===================================================================
> --- trunk/grid/common/virtualrefinement.cc	2009-04-02 10:13:00 UTC (rev 5011)
> +++ trunk/grid/common/virtualrefinement.cc	2009-04-02 15:25:01 UTC (rev 5012)
[...]
> @@ -117,10 +128,6 @@
>      void increment();
>  
>      int index() const;
> -
> -    // If you simply use an unqualified CoordVector here g++-4.2 chokes
> -    typename VirtualRefinement<dimension, CoordType>::template Codim<codimension>::SubEntityIterator::
> -    CoordVector coords() const;
>    private:
>      friend class VirtualRefinementSubEntityIteratorSpecial<dimension, CoordType, codimension>;
>      IteratorBack *backend;
[And several more instances of deletions of coords()]

-- 
http://www.heise.de/tp/deutsch/inhalt/te/17529/1.html
"Wer nichts zu verbergen hat, kann auch seine echte Emailadresse
angeben." -- Luke321 im Telepolis-Forum
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <https://lists.dune-project.org/pipermail/dune/attachments/20090406/65e69908/attachment.sig>


More information about the Dune mailing list