13.01.2013 Views

sundialsTB, a Matlab Interface to SUNDIALS - Site Index Page ...

sundialsTB, a Matlab Interface to SUNDIALS - Site Index Page ...

sundialsTB, a Matlab Interface to SUNDIALS - Site Index Page ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Jacobian approximation<br />

Fields in LSinfo for the ’Diag’ linear solver<br />

o name - ’Diag’<br />

o nfeDI - number of right-hand side function evaluations for difference-quotient<br />

Jacobian approximation<br />

Fields in LSinfo for the ’Band’ linear solver<br />

o name - ’Band’<br />

o njeB - number of Jacobian evaluations<br />

o nfeB - number of right-hand side function evaluations for difference-quotient<br />

Jacobian approximation<br />

Fields in LSinfo for the ’GMRES’ and ’BiCGStab’ linear solvers<br />

o name - ’GMRES’ or ’BiCGStab’<br />

o nli - number of linear solver iterations<br />

o npe - number of preconditioner setups<br />

o nps - number of preconditioner solve function calls<br />

o ncfl - number of linear system convergence test failures<br />

o njeSG - number of Jacobian-vec<strong>to</strong>r product evaluations<br />

o nfeSG - number of right-hand side function evaluations for difference-quotient<br />

Jacobian-vec<strong>to</strong>r product approximation<br />

Purpose<br />

CVodeGet<br />

CVodeGet extracts data from the CVODES solver memory.<br />

Synopsis<br />

function varargout = CVodeGet(key, varargin)<br />

Description<br />

CVodeGet extracts data from the CVODES solver memory.<br />

Usage: RET = CVodeGet ( KEY [, P1 [, P2] ... ])<br />

CVodeGet returns internal CVODES information based on KEY. For some values<br />

of KEY, additional arguments may be required and/or more than one output is<br />

returned.<br />

KEY is a string and should be one of:<br />

o DerivSolution - Returns a vec<strong>to</strong>r containing the K-th order derivative<br />

of the solution at time T. The time T and order K must be passed through<br />

the input arguments P1 and P2, respectively:<br />

DKY = CVodeGet(’DerivSolution’, T, K)<br />

o ErrorWeights - Returns a vec<strong>to</strong>r containing the error weights.<br />

EWT = CVodeGet(’ErrorWeights’)<br />

o CheckPointsInfo - Returns an array of structures with check point information.<br />

15

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!