42#ifndef TEUCHOS_XML_PARAMETER_LIST_HELPERS_HPP
43#define TEUCHOS_XML_PARAMETER_LIST_HELPERS_HPP
52#include "Teuchos_Comm.hpp"
78TEUCHOSCOMM_LIB_DLL_EXPORT
80 const std::string &xmlFileName,
Simple helper functions that make it easy to read and write XML to and from a parameterlist.
Abstract interface for distributed-memory communication.
TEUCHOSCOMM_LIB_DLL_EXPORT void updateParametersFromXmlFileAndBroadcast(const std::string &xmlFileName, const Ptr< ParameterList > ¶mList, const Comm< int > &comm, bool overwrite=true)
On processor rank = 0, reads XML parameters from a file and broadcasts them to all other processors....
Simple wrapper class for raw pointers to single objects where no persisting relationship exists.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...