33 #include "libmesh/getpot.h"
41 std::set<std::string>& sections )
43 std::vector<std::string> sec_vec;
47 for(std::vector<std::string>::const_iterator it = sec_vec.begin();
48 it != sec_vec.end(); ++it )
53 std::vector<std::string>& sections )
62 if( sections.empty() )
63 libmesh_error_msg(
"ERROR: Did not find any Variable subsections!");
static std::string variables_section()
Helper function to encapsualte the overall [Variables] section name.
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.
static void parse_var_sections(const GetPot &input, std::set< std::string > §ions)
Parses the input file for [Variables] first-level subsections.