|
Smith
0.1
Smith is an implicit thermal structural 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 | |
| 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... | |
This file contains the all the necessary functions for outputting simulation data.
Definition in file output.hpp.