Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
robotran
mbsysc
Commits
4626a9c4
Commit
4626a9c4
authored
Sep 25, 2020
by
Olivier Lantsoght
Browse files
[MBsysPy][Doc] Integrators
parent
fc6d2715
Changes
1
Hide whitespace changes
Inline
Side-by-side
MBsysC/mbs_interface/MBsysPy/mbsyspy/mbs_dirdyn.py
View file @
4626a9c4
...
...
@@ -396,26 +396,30 @@ class MbsDirdyn(object):
compute_Qc[0] is always mbs.njoint
default is an array full of zero(no forces computation)
integrator: str
Set integrator to use, available value:
- "RK4": explicit Runge–Kutta method order 4
fixed stepsize
- "Dopri5": explicit Runge–Kutta method of order(4)5
adaptative stepsize
- "Rosenbrock": implicit fourth-order Rosenbrock
adaptative stepsize
for stiff problems
- "EulerEx": Euler explicit method
fixed stepsize
- "Eulaire": Modified Euler explicit method
fixed stepsize
- "EulerIm": Euler implicit method
fixed stepsize
for stiff problems
- "WMethods": Implicit Euler extented to two stages
for stiff problems
- "Bader": Semi-implicit midpoint rule method
adaptative stepsize
for stiff problems
Set integrator to use, available values are:
- "RK4": explicit Runge–Kutta method order 4
- fixed stepsize
- "Dopri5": explicit Runge–Kutta method of order(4)5
- adaptative stepsize
- "Rosenbrock": implicit fourth-order Rosenbrock
- adaptative stepsize
- for stiff problems
- "EulerEx": Euler explicit method
- fixed stepsize
- "Eulaire": Modified Euler explicit method
- fixed stepsize
- "EulerIm": Euler implicit method
- fixed stepsize
- for stiff problems
- "WMethods": Implicit Euler extented to two stages
- for stiff problems
- "Bader": Semi-implicit midpoint rule method
- adaptative stepsize
- for stiff problems
- "AlphaM": Explicit integrator simplification of alpha-method.
- fixed stepsize
- multistep method
default is "RK4"
verbose: int
Set to 1 to get messages related to adaptive stepsize integrator. To
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment