From b8f532343e22dbf950ecdbe12bcfc617c2982e6f Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Tue, 1 Dec 2020 09:09:26 +0100
Subject: [PATCH] [web] Documentation for the AddElementQuality tool.

---
 .../model-preparation/add-element-quality/index.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 web/content/docs/tools/model-preparation/add-element-quality/index.md

diff --git a/web/content/docs/tools/model-preparation/add-element-quality/index.md b/web/content/docs/tools/model-preparation/add-element-quality/index.md
new file mode 100644
index 00000000000..967b6058641
--- /dev/null
+++ b/web/content/docs/tools/model-preparation/add-element-quality/index.md
@@ -0,0 +1,14 @@
++++
+title = "Add element quality to mesh"
+author = "Thomas Fischer"
+
+[menu]
+  [menu.tools]
+    parent = "model-preparation"
++++
+
+The command line tool `AddElementQuality` adds a data array to the given mesh
+that holds for each element a value for the quality. The quality value depends
+on the choosen quality criterion. The available quality criteria are shown using
+the help argument on the command line. The resulting data arrays can be used to
+draw histograms or can be visually analyzed in the OGS Data Explorer or Paraview.
-- 
GitLab