From 7dd53bf86eabbf9c49486eb40b200f2eb6459d77 Mon Sep 17 00:00:00 2001
From: Oliver Sander <oliver.sander@tu-dresden.de>
Date: Sat, 22 Jun 2024 22:11:41 +0200
Subject: [PATCH] Improve documentation of LocalDensity

---
 dune/gfe/densities/localdensity.hh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dune/gfe/densities/localdensity.hh b/dune/gfe/densities/localdensity.hh
index c4d094ae..d6c6a11a 100644
--- a/dune/gfe/densities/localdensity.hh
+++ b/dune/gfe/densities/localdensity.hh
@@ -20,11 +20,11 @@ namespace Dune::GFE {
 
   public:
 
-    /** \brief Evaluation with the current position, the deformation function, the deformation gradient, the rotation and the rotation gradient
+    /** \brief Evaluate the density for a given value and first derivative
      *
      * \param x The current position
-     * \param value The deformation at the current position
-     * \param derivative The derivative of the deformation at the current position
+     * \param value The value of the integrand at x
+     * \param derivative The derivative of the integrand at x
      */
     virtual field_type operator() (const Position& x,
                                    const TargetSpace& value,
-- 
GitLab