26 #ifndef GRINS_WEIGHTED_FLUX_QOI_H 
   27 #define GRINS_WEIGHTED_FLUX_QOI_H 
   34 #include "libmesh/auto_ptr.h" 
   35 #include "libmesh/function_base.h" 
   58     virtual void init( 
const GetPot& input,
 
   60                        unsigned int qoi_num );
 
   86 #endif //GRINS_WEIGHTED_FLUX_QOI_H 
virtual ~WeightedFluxQoI()
 
virtual void init(const GetPot &input, const MultiphysicsSystem &system, unsigned int qoi_num)
Method to allow QoI to cache any system information needed for QoI calculation, for example...
 
Interface with libMesh for solving Multiphysics problems. 
 
virtual bool assemble_on_sides() const 
Does the QoI need a domain boundary assembly loop? 
 
virtual QoIBase * clone() const 
Clone this QoI. 
 
virtual bool assemble_on_interior() const 
Does the QoI need an element interior assembly loop?