Nalu
Nalu: a generalized unstructured massively parallel low Mach flow code designed to support a variety of energy applications of interest (most notably Wind ECP) built on the Sierra Toolkit and Trilinos solver Tpetra/Epetra stack. The open source BSD, clause 3 license model has been chosen for the code base. See LICENSE for more information. http://NaluCFD.org
Public Member Functions | List of all members
sierra::nalu::ConverterFactory Class Reference

Simple factory to build an empty Converter of the correct type based on its string name. More...

#include <Converter.h>

Public Member Functions

 ConverterFactory ()
 
 ~ConverterFactory ()
 
Convertercreate (const std::string &converterType) const
 

Detailed Description

Simple factory to build an empty Converter of the correct type based on its string name.

Constructor & Destructor Documentation

sierra::nalu::ConverterFactory::ConverterFactory ( )
inline
sierra::nalu::ConverterFactory::~ConverterFactory ( )
inline

References create().

Member Function Documentation

Converter * sierra::nalu::ConverterFactory::create ( const std::string &  converterType) const

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