Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
Teuchos_RawParameterListHelpers.hpp
1// @HEADER
2// *****************************************************************************
3// Teuchos: Common Tools Package
4//
5// Copyright 2004 NTESS and the Teuchos contributors.
6// SPDX-License-Identifier: BSD-3-Clause
7// *****************************************************************************
8// @HEADER
9
10#ifndef TEUCHOS_RAW_PARAMETER_LIST_HELPERS_HPP
11#define TEUCHOS_RAW_PARAMETER_LIST_HELPERS_HPP
12
13
18#include "Teuchos_Comm.hpp"
19
20
21namespace Teuchos {
22
23
46TEUCHOSCOMM_LIB_DLL_EXPORT
50 const Comm<int> &comm,
51 int root,
52 bool overwrite = true
53 );
54
55
56} // namespace Teuchos
57
58
59#endif // TEUCHOS_XML_PARAMETER_LIST_HELPERS_HPP
Templated Parameter List class.
TEUCHOSCOMM_LIB_DLL_EXPORT void updateParametersAndBroadcast(const Ptr< ParameterList > &inParamList, const Ptr< ParameterList > &ParamList, const Comm< int > &comm, int root, bool overwrite=true)
On processor rank = root, broadcast the inParamList to all other processors. Then update the given pa...
Smart reference counting pointer class for automatic garbage collection.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...