From 0dd8139f6cda8b121d140882d671aefd5e078482 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 3 Jan 2017 16:32:56 +0000
Subject: [PATCH]

---
 doc/texinfo/opt_plugin.texi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/doc/texinfo/opt_plugin.texi b/doc/texinfo/opt_plugin.texi
index df8050929f..9ad6a01c61 100644
--- a/doc/texinfo/opt_plugin.texi
+++ b/doc/texinfo/opt_plugin.texi
@@ -473,6 +473,20 @@ Default value: @code{0}
 Default value: @code{1}
 @end table
 
+@item Plugin(GaussPoints)
+Given an input mesh, Plugin(GaussPoints) creates a view containing the Gauss points for a given polynomial `Order'.@*
+@*
+If `PhysicalGroup' is nonzero, the plugin only creates points for the elements belonging to the group.
+Numeric options:
+@table @code
+@item Order
+Default value: @code{0}
+@item Dimension
+Default value: @code{2}
+@item PhysicalGroup
+Default value: @code{0}
+@end table
+
 @item Plugin(Gradient)
 Plugin(Gradient) computes the gradient of the field in the view `View'.@*
 @*
-- 
GitLab