Package mbdyn :: Module preprocessing :: Class MultistepIntegrator
[hide private]

Class MultistepIntegrator

source code

The MBDyn multistep integrator.

Instance Methods [hide private]
 
__init__(self, **kargs) source code
 
set_property(self, **kargs)
Set the properties on the integrator
source code
 
add_argument(self, arg_name, value)
Add an argument chosen by the user to the integrator
source code
 
_build_methods(self)
Build all the possible options defined in 'mbdyn_attributes'.
source code
 
__getitem__(self, arg_name)
Return the values of an argument entered by the user
source code
 
write_into(self, file_to_write)
Write the integrator block into the MBDyn input file
source code