Perform a transient simulation of the system described by cirstruct over the time interval t using the backward Euler algorithm.
The initial value for the state vector is computed by solving a steady state problem at t(1), with starting guess x.
tol and maxit are parameters passed to
nls_newton_raphson
.
The output out will contain the value of the state vector at each point of t.
The optional parameter verbosity controls the amount of output produced:
For special purposes one may need to pass modified jacobian and residual functions. This can be done via the cell array of function handles dae_fun.
Such functions should have the same input and output parameter list as the default sub-functions TSTBWEFUNJAC0,TSTBWEFUNRES0, TSTBWEFUNJAC,TSTBWEFUNRES.
The optional output niter returns the number of Newton iterations needed to reach convergence.
See also: tst_daspk,tst_theta_method,tst_odepkg,nls_newton_raphson.
Package: ocs