THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below.
User who did this - Bernd Flemisch (bernd) Attached to Project - DuMuX Summary - Unused methods primaryVarWeight Task Type - Bug Report Category - General Status - New Assigned To - Operating System - Unspecified Severity - Low Priority - Normal Reported Version - SVN Due in Version - 2.2 Due Date - Undecided Details - Almost 1.5 years ago in commit 5998, the two lines Scalar weight = asImp_().primaryVarWeight(vertexIdx, j); Scalar eqErr = std::abs(priVars1[j] - priVars2[j])*weight; in BoxModel\'s relativeErrorVertex have been commented and replaced by Scalar eqErr = std::abs(priVars1[j] - priVars2[j]); eqErr /= std::max<Scalar>(1.0, std::abs(priVars1[j] + priVars2[j])/2); Since then, the methods primaryVarWeight of the individual box models (with a default in the base class) have not been used. Since we apparently live happy without these methods for 1.5 years, I would propose to mark them deprecated and delete them after 2.2. More information can be found at the following URL: http://www.dumux.org/flyspray/index.php?do=details&task_id=166 You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above. _______________________________________________ Dumux mailing list [email protected] https://listserv.uni-stuttgart.de/mailman/listinfo/dumux
