36 std::unordered_map<std::string,Teuchos::RCP<GlobalEvaluationData> >
::const_iterator itr;
44 ss <<
"Valid keys = ";
46 ss <<
"\"" << litr->first <<
"\" ";
49 "In GlobalEvaluationDataContainer::getDataObject(key) failed to find the data object specified by \""+key+
"\"\n " + ss.str());
74 itr->second->ghostToGlobal(p);
81 itr->second->globalToGhost(p);
88 itr->second->initializeData();
void addDataObject(const std::string &key, const Teuchos::RCP< GlobalEvaluationData > &ged)
virtual ~GlobalEvaluationData()=0
std::unordered_map< std::string, Teuchos::RCP< GlobalEvaluationData > >::iterator iterator
std::unordered_map< std::string, Teuchos::RCP< GlobalEvaluationData > > lookupTable_
bool containsDataObject(const std::string &key) const
const_iterator begin() const
#define TEUCHOS_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg)
void initialize()
Call initialize on all containers.
void globalToGhost(int p)
Call global to ghost on all the containers.
const_iterator end() const
Teuchos::RCP< GlobalEvaluationData > getDataObject(const std::string &key) const
std::unordered_map< std::string, Teuchos::RCP< GlobalEvaluationData > >::const_iterator const_iterator
void ghostToGlobal(int p)
Call ghost to global on all the containers.