$extrastylesheet
libMesh::NonlinearImplicitSystem::ComputeJacobian Class Reference

#include <nonlinear_implicit_system.h>

List of all members.

Public Member Functions

virtual ~ComputeJacobian ()
virtual void jacobian (const NumericVector< Number > &X, SparseMatrix< Number > &J, sys_type &S)=0

Detailed Description

Abstract base class to be used to calculate the Jacobian of a nonlinear system.

Definition at line 97 of file nonlinear_implicit_system.h.


Constructor & Destructor Documentation

Definition at line 100 of file nonlinear_implicit_system.h.

{}

Member Function Documentation

virtual void libMesh::NonlinearImplicitSystem::ComputeJacobian::jacobian ( const NumericVector< Number > &  X,
SparseMatrix< Number > &  J,
sys_type S 
) [pure virtual]

Jacobian function. This function will be called to compute the jacobian and must be implemented by the user in a derived class.

Referenced by libMesh::Problem_Interface::computeJacobian(), and libMesh::Problem_Interface::computePreconditioner().


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