cuiknewton.c File Reference Detailed Description![]() Find a solution of a cuiksystem set of equations using the Newton-Rhapson method. It is based on an iterative process starting from a random point sampled in the initial box.
Definition in file cuiknewton.c.
Function Documentation
Main body of the cuiknewton application. Use:
where
In this case we sample points at random in the initial box and try to converge to the manifold. If the Newton process succeeds, we print the solution point, a tiny box around it, and the error in the solution point. The program can also be used as:
where
In this case we search for a solution file and we try to converge to a point for each one of the boxes in the solution file. If the solution file does not exists an error is triggered. In any cases .cuik extension is optional.
Definition at line 82 of file cuiknewton.c. References ChangeParameter(), CONVERGED_IN_BOX, CONVERGED_IN_GLOBAL, CONVERGED_OUTSIDE_GLOBAL, CreateFileName(), CT_MAX_NEWTON_ITERATIONS, CT_REPRESENTATION, CUIK_EXT, CuikNewton(), CuikNewtonInBox(), DeleteBox(), DeleteCuikSystem(), DeleteFileName(), DeleteParameters(), DIVERGED, Error(), ErrorInCSEquations(), ErrorInSolution(), GetCSSystemVars(), GetFileFullName(), GetParameter(), InitCuikSystemFromFile(), InitParametersFromFile(), JOINTS_EXT, LINKS_EXT, NEW, PARAM_EXT, PrintBoxSubset(), randomReset(), randomSet(), ReadBox(), REP_JOINTS, and SOL_EXT. |
Follow us!