From 65192843211a4d5954e4d0f0721f9c805146939b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 5 Mar 2015 16:55:35 -0600 Subject: [PATCH] Provide a reference to step-14. --- include/deal.II/grid/tria.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index 8080d6d276..a1aadcbd9e 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -93,6 +93,9 @@ namespace hp * Triangulation::create_triangulation() that denotes the faces. It can be * used to attach boundary indicators to faces. * + * An example showing how this class can be used is in the + * create_coarse_grid() function of step-14. + * * @ingroup grid */ template -- 2.39.5