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

Application changes to support MOOSE updates to Postprocessor::getValue() #359

Closed bwspenc closed 1 year ago

bwspenc commented 1 year ago

Reason

The non-const version of Postprocessor:getValue() in MOOSE is being deprecated

Design

Switch to overriding the new version of this deprecated method

Impact

This will have no impact on code behavior or design