Open tarun-mitruka opened 2 months ago
Attention: Patch coverage is 93.04813%
with 13 lines
in your changes missing coverage. Please review.
Project coverage is 81.22%. Comparing base (
f1928da
) to head (503e6bb
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@rath3t The C++ side of this PR is ready for the first review, the Python bindings side will be updated after the C++ side is converged in either this PR or via a separate PR by @henrij22
This PR focuses on refactoring
enhancedassumedstrains.hh
such that it is compatible also withnonlinearelastic.hh
.See
CHANGELOG.md
for more details.See also Issue #331.
DONE
updateState(/*...*/)
inmixin.hh
updateState()
function in nonlinear solvers. (see below the call byFEGenericObserver
as an example)updateState()
or does every element need to implement this - Every element has to implement as it can then also be used for instance to update history variables while working with plasticity.OTHER PR