From 7a4ef02f09ef74f8f6bc769b3b36c56ed010f22f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 20 Aug 2026 19:40:15 +0000 Subject: [PATCH 1/2] Initial plan From 50a03a69865c5dc1ca1f646fa99522a20d0bdb77 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 20 Aug 2026 19:41:21 +0000 Subject: [PATCH 2/2] Fix wording in active stress comment Co-authored-by: dseyler <43078283+dseyler@users.noreply.github.com> --- Code/Source/solver/Integrator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Source/solver/Integrator.cpp b/Code/Source/solver/Integrator.cpp index 75b9b5447..2bdfa9502 100644 --- a/Code/Source/solver/Integrator.cpp +++ b/Code/Source/solver/Integrator.cpp @@ -464,8 +464,8 @@ void Integrator::predictor() Vector fiber_stretch_rate; // Determine if we need to compute fiber stretch and stretch rate, by going - // through all domains of all equations until we find one for which active - // stress is enabled. + // through all domains of all equations until we find one for which an active + // stress model is enabled. bool need_fiber_stretch = false; bool need_fiber_stretch_rate = false; int fiber_stretch_eq_index = -1;