Skip to content
Snippets Groups Projects
Commit b4f04416 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Print the full vector-values 'neumannValues' field

[[Imported from SVN: r9983]]
parent 2c93e807
No related branches found
No related tags found
No related merge requests found
...@@ -345,7 +345,7 @@ int main (int argc, char *argv[]) try ...@@ -345,7 +345,7 @@ int main (int argc, char *argv[]) try
if (mpiHelper.rank()==0) if (mpiHelper.rank()==0)
{ {
std::cout << "Neumann value = " << parameterSet.get<double>("neumannValue") << " " std::cout << "Neumann values = " << parameterSet.get<FieldVector<double, 3> >("neumannValues") << " "
<< ", average deflection: " << averageDef << std::endl; << ", average deflection: " << averageDef << std::endl;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment