From dfebc729c3ca3a835362258686bd97adc4eaf5c8 Mon Sep 17 00:00:00 2001 From: Thomas Fetzer <thomas.fetzer@iws.uni-stuttgart.de> Date: Tue, 10 Apr 2018 13:41:51 +0200 Subject: [PATCH] [staggered] Improve documentation --- dumux/common/staggeredfvproblem.hh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dumux/common/staggeredfvproblem.hh b/dumux/common/staggeredfvproblem.hh index 7d68b6c00c..8f6acc9e8b 100644 --- a/dumux/common/staggeredfvproblem.hh +++ b/dumux/common/staggeredfvproblem.hh @@ -89,9 +89,8 @@ public: } /*! - * \brief Evaluate the initial value for - * an element (for cell-centered models) - * or vertex (for box / vertex-centered models) + * \brief Evaluate the initial value for an element (for cell-centered primary variables) + * or face (for velocities) * * \param entity The dof entity (element or vertex) */ -- GitLab