diffmpm
diffmpm copied to clipboard
Update loops to use jax calls and JIT some functions
Ran optimization with 2D Uniaxial stress example. Given stress, estimated Young's Modulus. This is with the stateless implementation. This is possible because https://github.com/geoelements/diffmpm/pull/27/commits/1034d4f03c2d9e72277137befc3a58333047875a changes all for loops to scans so that bidirectional differentiation can work.
@kks32 ^