Difference between revisions of "NewtonGetSolverIterations"

From Newton Wiki
Jump to: navigation, search
 
Line 1: Line 1:
== NewtonGetSolverModel ==
+
== NewtonGetSolverIterations ==
  
  int NewtonGetSolverModel(const NewtonWorld* const newtonWorld)
+
  int NewtonGetSolverIterations(const NewtonWorld* const newtonWorld)
  
 
== Usage ==
 
== Usage ==
Line 16: Line 16:
 
== Remarks ==
 
== Remarks ==
  
* See [[NewtonSetSolverModel]] for details
+
* See [[NewtonSetSolverIterations]] for details
  
 
== See also ==
 
== See also ==
  
[[NewtonSetSolverModel]]
+
[[NewtonSetSolverIterations]]
  
 
[[Category:Newton World Control Functions]]
 
[[Category:Newton World Control Functions]]
 
[[Category:Newton Functions]]
 
[[Category:Newton Functions]]
 
[[Category:Newton 3 Functions]]
 
[[Category:Newton 3 Functions]]

Latest revision as of 05:21, 18 June 2019

NewtonGetSolverIterations

int NewtonGetSolverIterations(const NewtonWorld* const newtonWorld)

Usage

Get the solver precision mode.

Parameters

  • const NewtonWorld* const newtonWorld

Return

  • int - solver model

Remarks

See also

NewtonSetSolverIterations