| OpenFCST: The open-source Fuel Cell Simulation Toolbox
    | 
An abstract class for computing residuals. More...
#include <residual.h>


| 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 fromsrc. | |
An abstract class for computing residuals.
Its only property is the parenthesis operator, which computes the residual.
| 
 | inlinevirtual | 
| 
 | pure virtual | 
This function returns the residual in dst, using the vectors from src. 
Implemented in AppFrame::ThetaResidual, and AppFrame::ApplicationResidual.
 1.8.2
 1.8.2