idaholab / blackbear

BlackBear is a MOOSE-based code for simulating degradation processes in concrete and other structural materials.
GNU Lesser General Public License v2.1
17 stars 42 forks source link

NEML Walker model is failing in debug #325

Closed bwspenc closed 1 year ago

bwspenc commented 1 year ago

Bug Description

With a recent update to our testing options, the tests of the Walker model in NEML started failing in dbg due to a divide by zero that previously didn't cause an issue. These are the tests that failed:

FAIL test:neml_regression.test_walkerbasic FAILED (CRASH)
FAIL test:neml_regression_lagrangian.test_walkerbasic FAILED (CRASH)
FAIL test:neml_regression.test_walkerkremplswitch FAILED (CRASH)
FAIL test:neml_regression_lagrangian.test_walkerkremplswitch FAILED (CRASH)

Steps to Reproduce

Run the tests noted above with the dbg executable.

Impact

This has a fairly minor impact because it is only triggered in the dbg executable.