The value of deltaTime(0) is negative after STKDiscretization::writeSolution(...) is called. I think this may be from workset.current_time being set to zero after the write here.
This is an issue for me as the creep model uses this deltaTime(0) value to compute its state and I happen to be using Gmsh meshes which are built into STK.
I made a commit on a separate branch that shows which other tests could be affected by this. I just added a simple Teuchos check for negative deltaTime(0) values.
Any ideas on a solution or temporary workaround?
The value of
deltaTime(0)is negative afterSTKDiscretization::writeSolution(...)is called. I think this may be fromworkset.current_timebeing set to zero after the write here.This is an issue for me as the creep model uses this
deltaTime(0)value to compute its state and I happen to be using Gmsh meshes which are built into STK.I made a commit on a separate branch that shows which other tests could be affected by this. I just added a simple Teuchos check for negative
deltaTime(0)values.Any ideas on a solution or temporary workaround?