30 #include "libmesh/error_estimator.h"
31 #include "libmesh/adjoint_refinement_estimator.h"
65 (
const GetPot& input,
66 const libMesh::Parallel::Communicator &comm)
68 return (this->_mesh_builder)->build(input, comm);
72 (
const GetPot& input,
73 const libMesh::Parallel::Communicator &comm)
75 return (this->_vis_factory)->build(input, comm);
83 SharedPtr<PostProcessedQuantities<libMesh::Real> >
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)
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_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)