Skip to content
Snippets Groups Projects
Commit 51c88c81 authored by oliver.sander_at_tu-dresden.de's avatar oliver.sander_at_tu-dresden.de
Browse files

Add material parameters to output file name

parent 31a13688
No related branches found
No related tags found
No related merge requests found
Pipeline #36081 failed
...@@ -377,7 +377,7 @@ int main (int argc, char *argv[]) try ...@@ -377,7 +377,7 @@ int main (int argc, char *argv[]) try
elasticEnergy->setLc(parameterSet.get<double>("L_c")); elasticEnergy->setLc(parameterSet.get<double>("L_c"));
std::cout << "Energy with regularization: " << assembler.computeEnergy(x) << std::endl; std::cout << "Energy with regularization: " << assembler.computeEnergy(x) << std::endl;
writeDisplacement(feBasis, x, F0, resultPath + "quasiconvexity-test-micromorphic-result"); writeDisplacement(feBasis, x, F0, resultPath + "quasiconvexity-test-micromorphic-result_" + std::to_string(L_c) + "_" + std::to_string(x0));
} catch (Exception& e) { } catch (Exception& e) {
std::cout << e.what() << std::endl; std::cout << e.what() << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment