From 6291312ea72a4076fc0fde15de9d52beda10d503 Mon Sep 17 00:00:00 2001 From: RAJAT ARORA Date: Sat, 2 Dec 2017 03:53:24 -0500 Subject: [PATCH] Fix documentation for face support points in fe --- include/deal.II/fe/fe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/fe/fe.h b/include/deal.II/fe/fe.h index a02a85085e..79e7ad5490 100644 --- a/include/deal.II/fe/fe.h +++ b/include/deal.II/fe/fe.h @@ -2007,7 +2007,7 @@ public: * If the finite element defines support points, then their number equals * the number of degrees of freedom on the face (#dofs_per_face). The order * of points in the array matches that returned by the - * cell->get_dof_indices function. + * cell->face(face)->get_dof_indices function. * * See the class documentation for details on support points. */ -- 2.39.5