| 
    GRINS-0.7.0
    
   | 
 
Builds VariableBase objects. More...
#include <error_estimator_factory_base.h>


Public Member Functions | |
| ErrorEstimatorFactoryBase (const std::string &estimator_name) | |
| ~ErrorEstimatorFactoryBase () | |
  Public Member Functions inherited from GRINS::FactoryWithGetPot< libMesh::ErrorEstimator > | |
| FactoryWithGetPot (const std::string &name) | |
| ~FactoryWithGetPot () | |
Static Public Member Functions | |
| static void | set_system (MultiphysicsSystem &system) | 
| static void | set_estimator_options (const ErrorEstimatorOptions &estimator_options) | 
  Static Public Member Functions inherited from GRINS::FactoryWithGetPot< libMesh::ErrorEstimator > | |
| static void | set_getpot (const GetPot &input) | 
Protected Member Functions | |
| virtual libMesh::UniquePtr< libMesh::ErrorEstimator > | build_error_estimator (const GetPot &input, MultiphysicsSystem &system, const ErrorEstimatorOptions &estimator_options)=0 | 
| Subclasses implement this method for building the ErrorEstimator object.  More... | |
Static Protected Attributes | |
| static MultiphysicsSystem * | _system = NULL | 
| Cache pointer to system.  More... | |
| static const ErrorEstimatorOptions * | _estimator_options = NULL | 
| Cache pointer to system.  More... | |
  Static Protected Attributes inherited from GRINS::FactoryWithGetPot< libMesh::ErrorEstimator > | |
| static const GetPot * | _input | 
| We store only a raw pointer here because we can't make a copy.  More... | |
Private Member Functions | |
| virtual libMesh::UniquePtr< libMesh::ErrorEstimator > | create () | 
Builds VariableBase objects.
Most variable classes only require a GetPot object to the constructor, but others may require more information. Subclasses can dictate the necessary behavior.
Definition at line 42 of file error_estimator_factory_base.h.
      
  | 
  inline | 
Definition at line 45 of file error_estimator_factory_base.h.
      
  | 
  inline | 
Definition at line 49 of file error_estimator_factory_base.h.
      
  | 
  protectedpure virtual | 
Subclasses implement this method for building the ErrorEstimator object.
Implemented in GRINS::AdjointErrorEstimatorFactoryBase< EstimatorType >, GRINS::AdjointErrorEstimatorFactoryBase< libMesh::AdjointRefinementEstimator >, GRINS::AdjointErrorEstimatorFactoryBase< libMesh::AdjointResidualErrorEstimator >, and GRINS::ErrorEstimatorFactoryBasic< EstimatorType >.
Referenced by create().
      
  | 
  inlineprivatevirtual | 
Definition at line 80 of file error_estimator_factory_base.h.
References _estimator_options, GRINS::FactoryWithGetPot< libMesh::ErrorEstimator >::_input, _system, and build_error_estimator().
      
  | 
  inlinestatic | 
Definition at line 54 of file error_estimator_factory_base.h.
References _estimator_options.
Referenced by GRINS::Simulation::build_error_estimator().
      
  | 
  inlinestatic | 
Definition at line 51 of file error_estimator_factory_base.h.
References _system.
Referenced by GRINS::Simulation::build_error_estimator().
      
  | 
  staticprotected | 
Cache pointer to system.
We do not own this so do not delete!
Definition at line 71 of file error_estimator_factory_base.h.
Referenced by create(), and set_estimator_options().
      
  | 
  staticprotected | 
Cache pointer to system.
We can't copy this so it must be a pointer. We do not own this so do not delete!
Definition at line 67 of file error_estimator_factory_base.h.
Referenced by create(), and set_system().