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

Print the Neumann loading along with the average deformation of the result

[[Imported from SVN: r9945]]
parent 73b80712
Branches
Tags
No related merge requests found
......@@ -345,9 +345,8 @@ int main (int argc, char *argv[]) try
if (mpiHelper.rank()==0)
{
std::cout << "mu_c = " << parameterSet.get<double>("materialParameters.mu_c") << " "
<< "kappa = " << parameterSet.get<double>("materialParameters.kappa") << " "
<< numLevels << " levels, average deflection: " << averageDef << std::endl;
std::cout << "Neumann value = " << parameterSet.get<double>("neumannValue") << " "
<< ", average deflection: " << averageDef << std::endl;
}
// //////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment