|
Serac
0.1
Serac is an implicit thermal strucural mechanics simulation code.
|
The output related helper functions and objects. More...
Enumerations | |
| enum class | FileFormat { JSON , YAML } |
| The output file formats supported. | |
Functions | |
| void | 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... | |
The output related helper functions and objects.
| 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.
| [in] | datastore | Root of the Sidre datastore |
| [in] | output_directory | Directory to write output file into |
| [in] | file_format | The output file format |
Definition at line 31 of file output.cpp.