IDAES/idaes-pse

PETSc Solver Derivative Estimation Bug?

Closed this issue · 0 comments

I think the block to estimate time derivatives was mistakenly indented extra. https://github.com/IDAES/idaes-pse/blob/190451a457fcc69aa73c7253f09bec17cd870112/idaes/core/solvers/petsc.py#L714C1-L720C64

The calculate derivatives block is in the temporary model context, so I think the discretization constraints are always deactivated.