/home/runner/work/kynema-sgf/kynema-sgf/src/core/MultiParser.H Source File
|
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
MultiParser.H
Go to the documentation of this file.
const amrex::ParmParse & params() const
Return the ParmParse instance for the specialized namespace.
Definition MultiParser.H:31
void getarr(const std::string &name, T &value) const
Get a vector of values for the given keyword entry from either namespace.
Definition MultiParser.H:129
void query(const std::string &name, T &value) const
Query the value for the keyword entry from either namespace.
Definition MultiParser.H:140
void get(const std::string &name, vs::Vector &value) const
Definition MultiParser.H:44
const amrex::ParmParse & default_params() const
Return the ParmParse instance for the default namespace.
Definition MultiParser.H:25
void query_either(const std::string &name, vs::Vector &value) const
Definition MultiParser.H:97
MultiParser(const std::string &default_prefix, const std::string &prefix)
Definition MultiParser.H:20
void get(const std::string &name, T &value) const
Get the value for the keyword entry from either namespace.
Definition MultiParser.H:118
void get_either(const std::string &name, vs::Vector &value) const
Definition MultiParser.H:76
bool contains(const std::string &name) const
Check if the keyword is present in either namespace.
Definition MultiParser.H:34
void queryarr(const std::string &name, T &value) const
Query a vector of values for the given keyword entry from either namespace.
Definition MultiParser.H:149
void query(const std::string &name, vs::Vector &value) const
Definition MultiParser.H:59
amrex::ParmParse m_pp_default
Definition MultiParser.H:156
Definition MultiParser.H:7
Generated by