Smith  0.1
Smith is an implicit thermal structural mechanics simulation code.
Namespaces | Enumerations | Functions
output.hpp File Reference

This file contains the all the necessary functions for outputting simulation data. More...

#include <string>
#include "axom/sidre.hpp"
Include dependency graph for output.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 smith
 Accelerator functionality.
 
 smith::output
 The output related helper functions and objects.
 

Enumerations

enum class  smith::output::FileFormat { JSON , YAML }
 The output file formats supported.
 

Functions

void smith::output::outputSummary (const axom::sidre::DataStore &datastore, const std::string &output_directory, const FileFormat file_format=FileFormat::JSON)
 Outputs simulation summary data from the datastore to the given file only on rank 0. More...
 

Detailed Description

This file contains the all the necessary functions for outputting simulation data.

Definition in file output.hpp.