sandialabs / Albany

Sandia National Laboratories' Albany multiphysics code
Other
282 stars 89 forks source link

Remove unused/unreachable code related to nodal fields/states #997

Closed bartgol closed 1 year ago

bartgol commented 1 year ago

This PR removes some code related to mesh states that was not only unused, but unreachable. That is, it was either never called, or only called by code that could not be triggered.

I did this cleanup as a preliminary step before adding full omegah support in the discretization, to reduce the amount of code I need to follow...

bartgol commented 1 year ago

I'll merge tomorrow, after we've had a chance to test the omegah fixes (assuming it gets merged today) and get a green dashboard again.

ikalash commented 1 year ago

I tested it and it's good. I will merge now. Thanks!