[1D] rdt is automatically set appropriately during Jacobian evaluation
This commit is contained in:
parent
8c213da932
commit
22efbe25dc
1 changed files with 0 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue