25 #ifndef QUESO_FUNCTIONOPERATORBUILDER_BASE_H 
   26 #define QUESO_FUNCTIONOPERATORBUILDER_BASE_H 
   62 #endif // QUESO_FUNCTIONOPERATORBUILDER_BASE_H 
std::string family
String to store the polynomial family to use. Default is "LAGRANGE". 
 
std::string order
String to store the polynomial order to use. Default is "FIRST". 
 
~FunctionOperatorBuilder()
Destructor. Does nothing. 
 
unsigned int num_req_eigenpairs
Number of eigenpairs to request when building an operator. Default is 0. 
 
FunctionOperatorBuilder()
Default constructor. Does nothing.