mikesha2
mikesha2
### Describe new/missing feature Hello! I come from the machine learning side of nonlinear solving, and I've been using the default NewtonSolver for some hyperelasticity problems. I was wondering if...
### Summarize the issue Nested conditionals are compiled so that the user has to think about C++ operator precedence. Additionally, because of the cache, you only get the warning once,...
Replaced bottleneck with logically equivalent code. There's a section in the code which appears to be useless, and is causing significant performance issues with large time series. In line 169:...