GRINS-0.6.0
Public Member Functions | List of all members
GRINS::PostprocessingFactory Class Reference

This object handles constructing the postprocessing object to be used. More...

#include <postprocessing_factory.h>

Public Member Functions

 PostprocessingFactory ()
 
virtual ~PostprocessingFactory ()
 
virtual std::tr1::shared_ptr< PostProcessedQuantities< libMesh::Real > > build (const GetPot &input)
 

Detailed Description

This object handles constructing the postprocessing object to be used.

To allow the user to easily extend the postprocesing capabilities, the postprocessing construction is handled in this object.

Definition at line 43 of file postprocessing_factory.h.

Constructor & Destructor Documentation

GRINS::PostprocessingFactory::PostprocessingFactory ( )

Definition at line 30 of file postprocessing_factory.C.

31  {
32  return;
33  }
GRINS::PostprocessingFactory::~PostprocessingFactory ( )
virtual

Definition at line 35 of file postprocessing_factory.C.

36  {
37  return;
38  }

Member Function Documentation

std::tr1::shared_ptr< PostProcessedQuantities< libMesh::Real > > GRINS::PostprocessingFactory::build ( const GetPot &  input)
virtual

Definition at line 41 of file postprocessing_factory.C.

42  {
43  return std::tr1::shared_ptr<PostProcessedQuantities<libMesh::Real> >
44  ( new PostProcessedQuantities<libMesh::Real>(input) );
45  }

The documentation for this class was generated from the following files:

Generated on Mon Jun 22 2015 21:32:24 for GRINS-0.6.0 by  doxygen 1.8.9.1