60 updateParametersFromXmlFile(
inputFile, outArg(
A));
61 updateParametersFromXmlFileAndBroadcast(
inputFile, outArg(
B), *
comm);
79 A.set(
"Transient",
true);
80 A.set(
"Phalanx Graph Visualization Detail",2);
83 B.set(
"Transient",
true);
84 B.set(
"Phalanx Graph Visualization Detail",2);
87 updateParametersFromXmlFile(
inputFile, outArg(
A));
88 updateParametersFromXmlFileAndBroadcast(
inputFile, outArg(
B), *
comm);
115 updateParametersFromXmlFile(
inputFile, outArg(
A));
116 updateParametersAndBroadcast(outArg(
A),outArg(
B),*
comm,
root);
133 A.set(
"Transient",
true);
134 A.set(
"Phalanx Graph Visualization Detail",2);
137 B.set(
"Transient",
true);
138 B.set(
"Phalanx Graph Visualization Detail",2);
144 updateParametersFromXmlFile(
inputFile, outArg(
A));
145 updateParametersAndBroadcast(outArg(
A),outArg(
B),*
comm,
root);
164 std::string
inputFile=
"inputSpecialChars.xml";
166 updateParametersFromXmlFileAndBroadcast(
inputFile, outArg(
A), *
comm);
170 TEST_EQUALITY(
A.get<std::string>(
"sigma"),
"if (x >= 0.0 && y >= 0.0 && x <= 0.5 && y <= 0.5)" );
#define TEST_ASSERT(v1)
Assert the given statement is true.
#define TEST_EQUALITY_CONST(v1, v2)
Assert the equality of v1 and constant v2.
#define TEST_EQUALITY(v1, v2)
Assert the equality of v1 and v2.
Templated Parameter List class.
#define TEUCHOS_UNIT_TEST(TEST_GROUP, TEST_NAME)
Macro for defining a (non-templated) unit test.
Additional ParameterList XML helper functions including parallel support.
static Teuchos::RCP< const Comm< OrdinalType > > getComm()
Return the default global communicator.
A list of parameters of arbitrary type.
Concrete serial communicator subclass.
virtual int getSize() const