[1D] rdt is automatically set appropriately during Jacobian evaluation

This commit is contained in:
Ray Speth 2018-10-17 23:13:46 -04:00
parent 8c213da932
commit 22efbe25dc

View file

@ -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();