Skip to content
Snippets Groups Projects
Commit 4799661a authored by Laura Stengel's avatar Laura Stengel
Browse files

commented unnessecary plots

parent 8cf18a60
No related branches found
No related tags found
1 merge request!260i..
Pipeline #126300 passed
......@@ -185,8 +185,8 @@ void SegregatedSolver::Method(IElphyAssemble &elphyAssemble, IElasticity &mechAs
while (!mechAssemble.IsFinished()) {
Step(elphyAssemble, mechAssemble, vNew, uNew, iota_c, gamma_f_c);
mpp::plot("gamma_f_c" + std::to_string(mechAssemble.Time())) << gamma_f_c << mpp::endp;
mpp::plot("iota_c" + std::to_string(mechAssemble.Time())) << iota_c << mpp::endp;
// mpp::plot("gamma_f_c" + std::to_string(mechAssemble.Time())) << gamma_f_c << mpp::endp;
// mpp::plot("iota_c" + std::to_string(mechAssemble.Time())) << iota_c << mpp::endp;
EvaluateIteration(elphyAssemble, mechAssemble, vNew, uNew);
PlotIteration(elphyAssemble, mechAssemble, vNew, uNew);
}
......
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