From 22efbe25dc97c2e42960c7cf09335ca546ec8ef5 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 17 Oct 2018 23:13:46 -0400 Subject: [PATCH] [1D] rdt is automatically set appropriately during Jacobian evaluation --- src/oneD/StFlow.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/oneD/StFlow.cpp b/src/oneD/StFlow.cpp index 551d29669..bc4de351a 100644 --- a/src/oneD/StFlow.cpp +++ b/src/oneD/StFlow.cpp @@ -239,11 +239,6 @@ void StFlow::eval(size_t jg, doublereal* xg, return; } - // if evaluating a Jacobian, compute the steady-state residual - if (jg != npos) { - rdt = 0.0; - } - // start of local part of global arrays doublereal* x = xg + loc(); doublereal* rsd = rg + loc();