From fe78469025a3b50e3f2a88643bed08c43acc025c Mon Sep 17 00:00:00 2001 From: Sebastian Eibl <sebastian.eibl@fau.de> Date: Tue, 8 Aug 2017 13:08:22 +0200 Subject: [PATCH] better default parameters for HCSITS --- src/pe/cr/HCSITS.impl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pe/cr/HCSITS.impl.h b/src/pe/cr/HCSITS.impl.h index 50c7a916f..75dbab023 100644 --- a/src/pe/cr/HCSITS.impl.h +++ b/src/pe/cr/HCSITS.impl.h @@ -92,13 +92,13 @@ inline HardContactSemiImplicitTimesteppingSolvers::HardContactSemiImplicitTimest , fcdID_(fcdID) , tt_(tt) , syncVelBS_( mpi::MPIManager::instance()->comm(), 256) - , erp_ ( real_c(0.7) ) - , maxIterations_ ( 100 ) + , erp_ ( real_c(0.8) ) + , maxIterations_ ( 10 ) , iteration_ ( 0 ) , maxSubIterations_ ( 20 ) , abortThreshold_ ( real_c(1e-7) ) , relaxationModel_ ( InelasticFrictionlessContact ) - , relaxationParam_ ( real_c(0.9) ) + , relaxationParam_ ( real_c(0.75) ) , maximumPenetration_ ( real_c(0.0) ) , numContacts_ ( 0 ) , numContactsTreated_( 0) -- GitLab