|
Serac
0.1
Serac is an implicit thermal strucural mechanics simulation code.
|
This file contains the all the necessary functions for outputting simulation data. More...
#include <string>#include "axom/sidre.hpp"

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... | |
This file contains the all the necessary functions for outputting simulation data.
Definition in file output.hpp.