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 | Public Attributes | List of all members
sierra::nalu::PostProcessingInfo Class Reference

#include <PostProcessingInfo.h>

Public Member Functions

 PostProcessingInfo ()
 
 ~PostProcessingInfo ()
 
void load (const YAML::Node &y_node)
 

Public Attributes

std::vector< PostProcessingData * > ppDataVec_
 

Constructor & Destructor Documentation

sierra::nalu::PostProcessingInfo::PostProcessingInfo ( )
sierra::nalu::PostProcessingInfo::~PostProcessingInfo ( )

References ppDataVec_.

Member Function Documentation

void sierra::nalu::PostProcessingInfo::load ( const YAML::Node y_node)

Member Data Documentation

std::vector<PostProcessingData *> sierra::nalu::PostProcessingInfo::ppDataVec_

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