30 #include "libmesh/error_estimator.h" 
   31 #include "libmesh/adjoint_refinement_estimator.h" 
   72     ( 
const GetPot& input,
 
   73       const libMesh::Parallel::Communicator &comm)
 
   75     return (this->_mesh_builder)->build(input, comm);
 
   84     ( 
const GetPot& input,
 
   85       const libMesh::Parallel::Communicator &comm)
 
   87     return (this->_vis_factory)->build(input, comm);
 
   95   SharedPtr<PostProcessedQuantities<libMesh::Real> >
 
SharedPtr< GRINS::Solver > build_solver(const GetPot &input)
 
SharedPtr< SolverFactory > _solver_factory
 
SharedPtr< VisualizationFactory > _vis_factory
 
SharedPtr< CompositeQoI > build_qoi(const GetPot &input)
 
const MeshBuilder & mesh_builder() const 
 
SharedPtr< QoIFactory > _qoi_factory
 
void attach_mesh_builder(SharedPtr< MeshBuilder > mesh_builder)
 
This object handles constructing the solver to be used. 
 
SharedPtr< PostprocessingFactory > _postprocessing_factory
 
This object handles constructing the postprocessing object to be used. 
 
void attach_vis_factory(SharedPtr< VisualizationFactory > vis_factory)
 
SharedPtr< MeshBuilder > _mesh_builder
 
void attach_solver_factory(SharedPtr< SolverFactory > solver_factory)
 
void attach_qoi_factory(SharedPtr< QoIFactory > qoi_factory)
 
SharedPtr< GRINS::Visualization > build_vis(const GetPot &input, const libMesh::Parallel::Communicator &comm LIBMESH_CAN_DEFAULT_TO_COMMWORLD)
 
SharedPtr< PostProcessedQuantities< libMesh::Real > > build_postprocessing(const GetPot &input)
 
SharedPtr< libMesh::UnstructuredMesh > build_mesh(const GetPot &input, const libMesh::Parallel::Communicator &comm LIBMESH_CAN_DEFAULT_TO_COMMWORLD)
 
void attach_postprocessing_factory(SharedPtr< PostprocessingFactory > postprocessing_factory)