/home/runner/work/kynema-sgf/kynema-sgf/src/utilities/io_utils.H File Reference

Kynema-SGF API: /home/runner/work/kynema-sgf/kynema-sgf/src/utilities/io_utils.H File Reference
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
io_utils.H File Reference
#include <chrono>
#include <ctime>
#include <string>
#include <sstream>
#include <unordered_set>
#include "AMReX_Vector.H"
Include dependency graph for io_utils.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  amrex
namespace  kynema_sgf
 This test case is intended as an evaluation of the momentum advection scheme.
namespace  kynema_sgf::ioutils

Functions

const char * amrex::buildInfoGetGitHash (int i)
void kynema_sgf::ioutils::goto_next_line (std::istream &is)
AMREX_INLINE std::string kynema_sgf::ioutils::kynema_sgf_version ()
AMREX_INLINE std::string kynema_sgf::ioutils::timestamp ()
AMREX_INLINE void kynema_sgf::ioutils::add_var_names (amrex::Vector< std::string > &vnames, const std::string &fname, const int ncomp)
template<typename T>
AMREX_INLINE bool kynema_sgf::ioutils::all_distinct (const amrex::Vector< T > &vec)
AMREX_INLINE void kynema_sgf::ioutils::assert_with_message (const bool val, const std::string &msg)
void kynema_sgf::ioutils::read_flat_grid_file (const std::string &fname, amrex::Vector< amrex::Real > &xs, amrex::Vector< amrex::Real > &ys, amrex::Vector< amrex::Real > &zs)