From 59d6b10ce7dc1c974bda0840681a7e05c2bd8b20 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 17 Jan 2019 13:43:52 +0100 Subject: Fix scaling factor The factor itself should now be correct. Remaining issues: * I don't fully trust that the derivation of the factor is correct * Refinement finally works at small relaxation times but I still can not reproduce the pressure error caused by the simple restriction of fNeq in F2C --- code/coupler2d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code') diff --git a/code/coupler2d.cpp b/code/coupler2d.cpp index b34ec80..7c78db5 100644 --- a/code/coupler2d.cpp +++ b/code/coupler2d.cpp @@ -13,7 +13,7 @@ protected: const Vector& getFineLatticeR(int y) const; const Vector& getCoarseLatticeR(int y) const; - T getScalingFactor() const; // Skalierungsfaktor $(\ref{eq:scaleFneq})$ der Nicht-Equilibriumsverteilung + T getScalingFactor() const; // Skalierungsfaktor $(\ref{eq:scaleFactor})$ der Nicht-Equilibriumsverteilung T getInvScalingFactor() const; private: -- cgit v1.2.3