From 80dc4cc4209eb1ca37865d2a54e92122fed4e21e Mon Sep 17 00:00:00 2001 From: Jiaqi Zhang Date: Mon, 22 Aug 2022 12:33:43 -0400 Subject: [PATCH] address comments --- include/deal.II/grid/manifold.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/deal.II/grid/manifold.h b/include/deal.II/grid/manifold.h index b230690e74..0326dea60c 100644 --- a/include/deal.II/grid/manifold.h +++ b/include/deal.II/grid/manifold.h @@ -549,7 +549,9 @@ public: /** * Return the normal vector to a face embedded in this manifold, at * the point p. It is not required that the normals actually point - * outward. If p is not in fact on the surface, but only + * outward from the domain even if the face iterator given points + * to a face on the boundary of the domain. + * If p is not in fact on the surface, but only * close-by, try to return something reasonable, for example the * normal vector at the surface point closest to p. (The point p * will in fact not normally lie on the actual surface, but rather -- 2.39.5