Serac  0.1
Serac is an implicit thermal strucural 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

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

Enumerations

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

Functions

void serac::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.