#include <system.h>
Public Member Functions | |
virtual | ~QOI () |
virtual void | qoi (const QoISet &qoi_indices)=0 |
Abstract base class to be used for 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_object
.
|
inlinevirtual |
|
pure virtual |
Quantity of interest function. This function will be called to compute quantities of interest and must be provided by the user in a derived class.
Referenced by libMesh::System::user_QOI().