type=FLOAT. Desired initial timestep size.
Default value: 0.01(double)
Allowable values: >= 1e-12(double)
type=FLOAT. Transient end-time if applicable.
Default value: 1(double)
type=INTEGER. Maximum number of timesteps to allow. Negative values disables this.
Default value: -1
type=STRING. A text name to associate with the solver. This name will be used in status messages and verbose iterative convergence monitors.
Default value: "TransientSolver"
type=FLOAT. Transient start-time if applicable.
Default value: 0(double)
type=FLOAT. Current time of the solver.
Default value: 0(double)
type=INTEGER. Handle to a timestepper. If not supplied then a ConstantTimeStepper will be created.
Default value: 0