From: Peter Munch Date: Sun, 20 Sep 2020 08:15:13 +0000 (+0200) Subject: Add note to Triangulation::create_triangulation X-Git-Tag: v9.3.0-rc1~1095^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c964a3383a1f29aa8f6fa5972452b673727b58fb;p=dealii.git Add note to Triangulation::create_triangulation --- diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index e8233a89da..24920d3032 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -1697,7 +1697,9 @@ public: /** * Return a constant reference to a Manifold object used for this - * triangulation. Number is the same as in @p set_manifold + * triangulation. @p number is the same as in set_manifold(). + * + * @note If no manifold could be found, the default flat manifold is returned. * * @ingroup manifold * @@ -1820,8 +1822,11 @@ public: * Create a triangulation from the provided * TriangulationDescription::Description. * + * @note Don't forget to attach the manifolds with set_manifold() before + * calling this function if manifolds are needed. + * * @note The namespace TriangulationDescription::Utilities contains functions - * to create TriangulationDescription::Description. + * to create TriangulationDescription::Description. * * @param construction_data The data needed for this process. */