Integrator¶
- class xc.Integrator¶
Bases:
xc.MovableObject
,xc_base.CommandEntity
- property currentModelTime¶
Get/set the current time of the analysis model.
- domainChanged((Integrator)arg1) int : ¶
Make required changes when a change in the domain occurs.
- C++ signature :
int domainChanged(XC::Integrator {lvalue})
- class xc.EigenIntegrator¶
Bases:
xc.Integrator
- class xc.IncrementalIntegrator¶
Bases:
xc.Integrator
- property tangFlag¶
Get/set the value of the flag to compute the tangent stiffness: CURRENT_TANGENT: 0; INITIAL_TANGENT: 1; CURRENT_SECANT: 2; INITIAL_THEN_CURRENT_TANGENT: 3; NO_TANGENT: 4; SECOND_TANGENT: 5; HALL_TANGENT: 6
- class xc.StaticIntegrator¶
Bases:
xc.IncrementalIntegrator
- class xc.TransientIntegrator¶
Bases:
xc.IncrementalIntegrator