diff --git a/dune/tectonic/time-stepping/adaptivetimestepper.cc b/dune/tectonic/time-stepping/adaptivetimestepper.cc index 4514cade2b38f229d6832565eec9f2efc1e5da19..924af2e8b9a8f8f68b757c0a8775cf71b349f8f5 100644 --- a/dune/tectonic/time-stepping/adaptivetimestepper.cc +++ b/dune/tectonic/time-stepping/adaptivetimestepper.cc @@ -73,7 +73,7 @@ int AdaptiveTimeStepper<Factory, ContactNetwork, Updaters, ErrorNorms>::coarsen( const auto& currentNBodyAssembler = contactNetwork_.nBodyAssembler(); - while (relativeTime_ + relativeTau_ <= 1.0) { + while (relativeTime_ + relativeTau_ <= 1.0 && relativeTau_ < 0.1) { //std::cout << "tau: " << relativeTau_ << std::endl; setDeformation(current_);