Files
create/src/Mod
Abdullah Tahiri 7c1c56a550 Sketcher: Solver Debug functionality: Ability to export a subsystem
===================================================================

It allows to export the c++ code to create a subsystem with the same information as the one solved using LM/DL/BGFS.

In this commit the functionality is disabled (for production).

To enable the functionality uncomment this line in planegcs/Constraints.h:
//#define _GCS_EXTRACT_SOLVER_SUBSYSTEM_

When enabled, upon solving with LM/DL/BGFS, the c++ code to generate the subsystem is added to a subsystem.txt that is created in the FreeCAD
execution directory.

Note that the file is created in append mode, so it will append all normal/redundant solvings until the file is deleted.

The resulting code can be directly pasted into a project similar to:
https://github.com/abdullahtahiriyo/Eigen_LUPiv_Convergence

Such a project only has libeigen as external dependency.
2015-11-25 20:39:04 +01:00
..
2015-11-16 16:11:32 -02:00
2015-11-16 16:11:32 -02:00
2015-11-23 18:17:10 +01:00
2014-11-26 10:26:30 +01:00
2015-10-31 13:01:39 +01:00
2015-11-19 18:52:19 +01:00
2015-10-16 18:26:30 +02:00
2015-10-16 18:26:30 +02:00
2015-09-14 14:31:47 -03:00