OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
AppFrame::Residual Class Referenceabstract

An abstract class for computing residuals. More...

#include <residual.h>

Inheritance diagram for AppFrame::Residual:
Inheritance graph
[legend]
Collaboration diagram for AppFrame::Residual:
Collaboration graph
[legend]

Public Member Functions

virtual ~Residual ()
 
virtual double operator() (FEVector &dst, const FEVectors &src) const =0
 This function returns the residual in dst, using the vectors from src.
 

Detailed Description

An abstract class for computing residuals.

Its only property is the parenthesis operator, which computes the residual.

Author
Guido Kanschat, 2008

Constructor & Destructor Documentation

virtual AppFrame::Residual::~Residual ( )
inlinevirtual

Member Function Documentation

virtual double AppFrame::Residual::operator() ( FEVector dst,
const FEVectors src 
) const
pure virtual

This function returns the residual in dst, using the vectors from src.

Implemented in AppFrame::ThetaResidual, and AppFrame::ApplicationResidual.


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