You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (dynamic_cast<acceleration::AitkenAcceleration *>(_accelerationConfig->getAcceleration().get()) != nullptr)
1116
+
PRECICE_WARN("You configured participant \"{}\" in a parallel-implicit coupling scheme with \"Aitken\""
1117
+
"acceleration, which is known to perform bad in parallel coupling schemes. "
1118
+
"See https://precice.org/configuration-acceleration.html#dynamic-aitken-under-relaxation for details."
1119
+
"Consider switching to a serial-implicit coupling scheme or changing the acceleration method.",
0 commit comments