Updates of ESmry
- new overload function for keywordList, list keys based on pattern (string argument) - summary program wild card elements (keys including * or ?) - python bindings to new member function
This commit is contained in:
@@ -52,6 +52,7 @@ public:
|
||||
std::chrono::system_clock::time_point startdate() const { return startdat; }
|
||||
|
||||
const std::vector<std::string>& keywordList() const;
|
||||
std::vector<std::string> keywordList(const std::string& pattern) const;
|
||||
const std::vector<SummaryNode>& summaryNodeList() const;
|
||||
|
||||
int timestepIdxAtReportstepStart(const int reportStep) const;
|
||||
|
||||
Reference in New Issue
Block a user