Chaste Release::3.1
AbstractOdeSystemWithAnalyticJacobian Class Reference

#include <AbstractOdeSystemWithAnalyticJacobian.hpp>

Inheritance diagram for AbstractOdeSystemWithAnalyticJacobian:
Collaboration diagram for AbstractOdeSystemWithAnalyticJacobian:

List of all members.

Public Member Functions

 AbstractOdeSystemWithAnalyticJacobian (unsigned numberOfStateVariables=0)
virtual void AnalyticJacobian (const std::vector< double > &rSolutionGuess, double **jacobian, double time, double timeStep)=0

Detailed Description

Abstract analytic Jacobian class.

Represents an ODE system with an analytic Jacobian available, which can be computed using the method AnalyticJacobian.

Definition at line 49 of file AbstractOdeSystemWithAnalyticJacobian.hpp.


Constructor & Destructor Documentation

AbstractOdeSystemWithAnalyticJacobian::AbstractOdeSystemWithAnalyticJacobian ( unsigned  numberOfStateVariables = 0) [inline]

Constructor.

Parameters:
numberOfStateVariablesthe number of state variables in the ODE system (defaults to 0)

Definition at line 58 of file AbstractOdeSystemWithAnalyticJacobian.hpp.

References AbstractOdeSystem::mUseAnalyticJacobian.


Member Function Documentation

virtual void AbstractOdeSystemWithAnalyticJacobian::AnalyticJacobian ( const std::vector< double > &  rSolutionGuess,
double **  jacobian,
double  time,
double  timeStep 
) [pure virtual]

Compute the analytic Jacobian matrix of the ODE system.

Parameters:
rSolutionGuessthe current guess at the solution for this time step
jacobianwill be filled in with the Jacobian matrix entries
timethe current simulation time
timeStepthe time step in use by the integrator at present

Implemented in TysonNovak2001OdeSystem.

Referenced by BackwardEulerIvpOdeSolver::ComputeJacobian().


The documentation for this class was generated from the following file: