libMesh::NonlinearImplicitSystem::ComputeResidual Class Reference

#include <nonlinear_implicit_system.h>

List of all members.

Public Member Functions

virtual ~ComputeResidual ()
virtual void residual (const NumericVector< Number > &X, NumericVector< Number > &R, sys_type &S)=0

Detailed Description

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

Definition at line 79 of file nonlinear_implicit_system.h.


Constructor & Destructor Documentation

virtual libMesh::NonlinearImplicitSystem::ComputeResidual::~ComputeResidual (  )  [inline, virtual]

Definition at line 82 of file nonlinear_implicit_system.h.

00082 {}


Member Function Documentation

virtual void libMesh::NonlinearImplicitSystem::ComputeResidual::residual ( const NumericVector< Number > &  X,
NumericVector< Number > &  R,
sys_type S 
) [pure virtual]

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

Referenced by libMesh::Problem_Interface::computeF().


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

Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:31 UTC

Hosted By:
SourceForge.net Logo