From f21ed76851aa0f2803e63180ebc7847801bdf586 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Tue, 24 Jun 2014 14:54:32 +0200 Subject: [PATCH] rename "(Volume|Flux)Variables" to "(In|Ex)tensiveQuantities" "intensive" means that the value of these quantities at a given spatial location does not depend on any value of the neighboring intensive quantities. In contrast, "extensive" quantities depend in the intensive quantities of the environment of the spatial location. this change is necessary is because the previous nomenclature was very specific to finite volume discretizations, but the models themselves were already rather generic. (i.e., "volume variables" are the intensive quantities of finite volume methods and "flux variables" are the extensive ones.) --- tests/problems/eclproblem.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/problems/eclproblem.hh b/tests/problems/eclproblem.hh index 7b2d9b956..31b34227a 100644 --- a/tests/problems/eclproblem.hh +++ b/tests/problems/eclproblem.hh @@ -359,7 +359,7 @@ public: //! \} /*! - * \name Volume terms + * \name Volumetric terms */ //! \{