Smith  0.1
Smith is an implicit thermal structural mechanics simulation code.
logger.hpp
Go to the documentation of this file.
1 // Copyright (c) Lawrence Livermore National Security, LLC and
2 // other Smith Project Developers. See the top-level LICENSE file for
3 // details.
4 //
5 // SPDX-License-Identifier: (BSD-3-Clause)
6 
14 #pragma once
15 
16 #include "axom/slic.hpp"
17 #include "axom/fmt.hpp"
18 #include "mpi.h"
19 
20 // Logger functionality
21 namespace smith::logger {
31 bool initialize(MPI_Comm comm);
32 
38 void finalize();
39 
47 void flush();
48 
49 } // namespace smith::logger
axom::inlet::Inlet initialize(axom::sidre::DataStore &datastore, const std::string &input_file_path, const Language language, const std::string &sidre_path)
Initializes Inlet with the given datastore and input file.
Definition: input.cpp:22