25 #ifndef GRINS_ERROR_ESTIMATOR_FACTORY_BASIC_H 
   26 #define GRINS_ERROR_ESTIMATOR_FACTORY_BASIC_H 
   32   template<
typename EstimatorType>
 
   52 #endif // GRINS_ERROR_ESTIMATOR_FACTORY_BASIC_H 
ErrorEstimatorFactoryBasic(const std::string &estimator_name)
 
Builds VariableBase objects. 
 
virtual libMesh::UniquePtr< libMesh::ErrorEstimator > build_error_estimator(const GetPot &input, MultiphysicsSystem &system, const ErrorEstimatorOptions &estimator_options)
Subclasses implement this method for building the ErrorEstimator object. 
 
~ErrorEstimatorFactoryBasic()
 
Container for ErrorEstimator options. 
 
Interface with libMesh for solving Multiphysics problems.