Skip to content

Commit

Permalink
[1D] rdt is automatically set appropriately during Jacobian evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Nov 12, 2018
1 parent 8c213da commit 22efbe2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/oneD/StFlow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 22efbe2

Please sign in to comment.