View Issue Details

IDProjectCategoryView StatusLast Update
0003730GCSGeneralpublic2021-02-06 06:31
Reporterabdullah Assigned Toabdullah  
PrioritynormalSeverityfeatureReproducibilityN/A
Status assignedResolutionopen 
Product Version0.18 
Target Version0.20 
Summary0003730: Check effect of squared error in convergence
Description
Study the effect of squaring the error in:

int System::solve(bool isFine, Algorithm alg, bool isRedundantsolving)

the error is squared before checking against the convergence parameter. This makes the error appear to be smaller than it actually is. So if the error is 10e-8 mm (distance example), 10e-16 is compared against the convergence. It may lead qualify as Success a situation that may not be successful.
TagsNo tags attached.
FreeCAD Information

Activities

yorik

2022-03-03 13:55

administrator   ~0016681

This ticket has been migrated to GitHub as issue 5846.

Issue History

Date Modified Username Field Change
2018-12-15 18:32 abdullah New Issue
2018-12-15 18:32 abdullah Status new => assigned
2018-12-15 18:32 abdullah Assigned To => abdullah
2020-11-10 12:56 abdullah Target Version 0.19 => 0.20
2021-02-06 06:31 abdullah Target Version => 0.20