Home > freetb4matlab > ocs > TST > TSTthetamethod.m

TSTthetamethod

PURPOSE ^

%

SYNOPSIS ^

function out = TSTthetamethod(outstruct, x, t, tol, maxit, dmp, theta,

DESCRIPTION ^

% -*- texinfo -*-
%
% @deftypefn{Function File} {[@var{out}] =}  TSTthetamethod @
% (@var{cirstruct}, @var{x},@var{t}, @var{tol},@
% @var{maxit},@var{dmp}, @var{theta}, @var{pltvars},@
% @var{verbosity});
%
% Performs a transient simulation of the system described by
% @var{cirstruct} over the time interval @var{t} using the
% theta-method with parameter @var{theta}
%
% An initial value for the state vector is computed by solving a
% steady  state problem at @var{t}(1)
% the initial guess for the state vector is set to  @var{x} 
% @var{tol} @var{maxit} and @var{dmp} are parameters passed to
% NLSnewtonraphson.
%
% The output @var{out} will contain the value of the state vector at
% each  point of @var{t}
%
% The optional parameter  @var{verbosity} controls the amount of
% output produced: 
% 
% @itemize @minus 
% @item if verbosity(1) ~= 0, information on the progress
% of the algorithm are output at runtime
% @item if verbosity(2) ~= 0, the plot of the variables whose names
% are listed in @var{pltvars} is
% produced after the computation
% @end itemize
%
% 
% @seealso{TSTbweuler, NLSnewtonraphson, daspk}
%
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003