libMesh::System::QOIDerivative Class Reference
#include <system.h>
Public Member Functions | |
| virtual | ~QOIDerivative () |
| virtual void | qoi_derivative (const QoISet &qoi_indices)=0 |
Detailed Description
Abstract base class to be used for derivatives of quantities of interest. A user class derived from this class may be used to compute quantities of interest by attaching an object with the method attach_QOI_derivative_object.
Definition at line 192 of file system.h.
Constructor & Destructor Documentation
| virtual libMesh::System::QOIDerivative::~QOIDerivative | ( | ) | [inline, virtual] |
Member Function Documentation
| virtual void libMesh::System::QOIDerivative::qoi_derivative | ( | const QoISet & | qoi_indices | ) | [pure virtual] |
Quantitiy of interest derivative function. This function will be called to compute derivatived of quantities of interest and must be provided by the user in a derived class.
Referenced by libMesh::System::user_QOI_derivative().
The documentation for this class was generated from the following file:
Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:40 UTC
Hosted By: