GRINS-0.7.0
List of all members | Public Member Functions
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 SharedPtr< 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 41 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

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

Definition at line 41 of file postprocessing_factory.C.

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

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

Generated on Thu Jun 2 2016 21:52:32 for GRINS-0.7.0 by  doxygen 1.8.10