21 #ifndef KEYWORD_LOADER_HPP 22 #define KEYWORD_LOADER_HPP 24 #include <opm/input/eclipse/Parser/ParserKeyword.hpp> 35 KeywordLoader(
const std::vector<std::string>& keyword_files,
bool verbose);
36 std::string getJsonFile(
const std::string& keyword)
const;
38 auto begin()
const {
return keywords.begin(); }
39 auto end()
const {
return keywords.end(); }
42 std::map<char, std::vector<ParserKeyword>> keywords;
43 std::map<std::string, std::string> m_jsonFile;
Definition: KeywordLoader.hpp:32
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30