5.5. algorithm commands¶
-
algorithm(algoType, *algoArgs)¶ This command is used to construct a SolutionAlgorithm object, which determines the sequence of steps taken to solve the non-linear equation.
algoType(str)algorithm type algoArgs(list)a list of algorithm arguments
The following contain information about available algoType:
- Linear Algorithm
- Newton Algorithm
- Newton with Line Search
- Modified Newton Algorithm
- Krylov-Newton Algorithm
- SecantNewton Algorithm
- RaphsonNewton Algorithm
- PeriodicNewton Algorithm
- BFGS Algorithm
- Broyden Algorithm