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