SolverSettings | R Documentation |
Solver settings associated with a given simulation
rSharp::NetObject
-> ospsuite::DotNetWrapper
-> SolverSettings
useJacobian
Use of Jacobian matrix during calculations
h0
Initial time step size
hMin
Minimum absolute value of step size allowed
hMax
Maximum absolute value of step size allowed
mxStep
Maximum number of internal steps to be taken by the solver in its attempt to reach tout
relTol
Relative tolerance of unknowns
absTol
Absolute tolerance of unknowns
rSharp::NetObject$call()
rSharp::NetObject$finalize()
rSharp::NetObject$get()
rSharp::NetObject$getFields()
rSharp::NetObject$getMemberSignature()
rSharp::NetObject$getMethods()
rSharp::NetObject$getProperties()
rSharp::NetObject$getStaticFields()
rSharp::NetObject$getStaticMethods()
rSharp::NetObject$getStaticProperties()
rSharp::NetObject$set()
ospsuite::DotNetWrapper$initialize()
print()
Print the object to the console
SolverSettings$print(...)
...
Rest arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.