17 const Teuchos::ParameterList& p)
19 for (Teuchos::ParameterList::ConstIterator entry = p.begin();
20 entry != p.end(); ++entry) {
21 std::string dummy_type;
22 b_to_p[entry->first] = entry->second.getValue(&dummy_type);
void buildBlockIdToPhysicsIdMap(std::map< std::string, std::string > &b_to_p, const Teuchos::ParameterList &p)
Populates a map from element block ID to physics ID, one entry per parameter from the given flat Para...