25 #ifndef GRINS_BUILDER_HELPER_H
26 #define GRINS_BUILDER_HELPER_H
67 std::set<std::string>& sections );
75 std::vector<std::string>& sections );
79 #endif // GRINS_BUILDER_HELPER_H
static void parse_var_sections_vector(const GetPot &input, std::vector< std::string > §ions)
The same as parse_var_sections, except the result is returned in an std::vector.
This class contains common functions used by various Builders throughout GRINS.
static void parse_var_sections(const GetPot &input, std::set< std::string > §ions)
Parses the input file for [Variables] first-level subsections.