[Dune] [Dune-Commit] dune-geometry r331 - trunk/dune/geometry
Martin Nolte
nolte at mathematik.uni-freiburg.de
Sat Oct 13 19:01:44 CEST 2012
Hi Oli,
thanks for the documentation. I thought I had completely finished it.
Best,
Martin
On 10/13/2012 11:40 AM, sander at dune-project.org wrote:
> Author: sander
> Date: 2012-10-13 11:40:23 +0200 (Sat, 13 Oct 2012)
> New Revision: 331
>
> Modified:
> trunk/dune/geometry/multilineargeometry.hh
> Log:
> Document the CachedMultiLinearGeometry class
>
> Modified: trunk/dune/geometry/multilineargeometry.hh
> ===================================================================
> --- trunk/dune/geometry/multilineargeometry.hh 2012-10-13 09:40:22 UTC (rev 330)
> +++ trunk/dune/geometry/multilineargeometry.hh 2012-10-13 09:40:23 UTC (rev 331)
> @@ -448,9 +448,18 @@
>
>
>
> - // CachedMultiLinearGeometry
> - // -------------------------
> -
> + /** \brief Implement a MultiLinearGeometry with additional caching
> + *
> + * This class implements the same interface and functionality as MultiLinearGeometry.
> + * However, it additionally implements caching for various results.
> + *
> + * \tparam ct coordinate type
> + * \tparam mydim geometry dimension
> + * \tparam cdim coordinate dimension
> + * \tparam Traits traits allowing to tweak some implementation details
> + * (optional)
> + *
> + */
> template< class ct, int mydim, int cdim, class Traits = MultiLinearGeometryTraits< ct> >
> class CachedMultiLinearGeometry
> : public MultiLinearGeometry< ct, mydim, cdim, Traits>
>
>
> _______________________________________________
> Dune-Commit mailing list
> Dune-Commit at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune-commit
--
Dr. Martin Nolte <nolte at mathematik.uni-freiburg.de>
Universität Freiburg phone: +49-761-203-5630
Abteilung für angewandte Mathematik fax: +49-761-203-5632
Hermann-Herder-Straße 10
79104 Freiburg, Germany
More information about the Dune
mailing list