TransientIntegrator is an abstract subclass of IncrementalIntegrator.
A subclass of it is used when performing a nonlinear transient
analysis of the problem using a direct integration method. The
TransientIntegrator class redefines the formTangent() method of
the IncrementalIntegrator class and it defines a new method
newStep() which is invoked by the DirectIntegrationAnalysis class at
each new time step.