26 #ifndef GRINS_PARSED_BOUNDARY_QOI_H 
   27 #define GRINS_PARSED_BOUNDARY_QOI_H 
   34 #include "libmesh/fem_function_base.h" 
   35 #include "libmesh/auto_ptr.h" 
   63     virtual void init( 
const GetPot& input,
 
   65                        unsigned int qoi_num );
 
   71                            const unsigned int qoi_index );
 
   75                                       const unsigned int qoi_index );
 
   79     libMesh::UniquePtr<libMesh::FEMFunctionBase<libMesh::Number> >
 
   84     std::set<libMesh::boundary_id_type> 
_bc_ids;
 
  107 #endif //GRINS_PARSED_BOUNDARY_QOI_H 
virtual void init_context(AssemblyContext &context)
 
ParsedBoundaryQoI()
User never call default constructor. 
 
virtual bool assemble_on_sides() const 
Does the QoI need a domain boundary assembly loop? 
 
virtual QoIBase * clone() const 
Required to provide clone (deep-copy) for adding QoI object to libMesh objects. 
 
std::set< libMesh::boundary_id_type > _bc_ids
List of boundary ids on which we want to compute this QoI. 
 
virtual void init(const GetPot &input, const MultiphysicsSystem &system, unsigned int qoi_num)
Initialize local variables. 
 
virtual void side_qoi_derivative(AssemblyContext &context, const unsigned int qoi_index)
Compute the qoi derivative with respect to the solution. 
 
Interface with libMesh for solving Multiphysics problems. 
 
libMesh::UniquePtr< libMesh::FEMFunctionBase< libMesh::Number > > qoi_functional
 
virtual void side_qoi(AssemblyContext &context, const unsigned int qoi_index)
Compute the qoi value. 
 
virtual ~ParsedBoundaryQoI()
 
virtual bool assemble_on_interior() const 
Does the QoI need an element interior assembly loop?