OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
A class computing a Residual using the function Application::residual() of the derived Application. More...
#include <residual.h>
Public Member Functions | |
ApplicationResidual (ApplicationBase &ex_app) | |
Constructor initializing this object to compute the standard residual of application . | |
virtual double | operator() (FEVector &dst, const FEVectors &src) const |
This function returns the residual in dst , using the vectors from src . | |
Public Member Functions inherited from AppFrame::Residual | |
virtual | ~Residual () |
Private Attributes | |
SmartPointer< ApplicationBase > | app |
The Application class providing the function Application::residual(). | |
A class computing a Residual using the function Application::residual() of the derived Application.
|
inline |
Constructor initializing this object to compute the standard residual of application
.
|
inlinevirtual |
This function returns the residual in dst
, using the vectors from src
.
Implements AppFrame::Residual.
References app.
|
private |
The Application class providing the function Application::residual().
Referenced by operator()().