reverendbedford / neml2

GPU enabled material modeling and inference library
Other
6 stars 8 forks source link

Support drivers with python bindings #145

Open sagarbhatt0904 opened 1 month ago

sagarbhatt0904 commented 1 month ago

Add support for drivers in python bindings so we can run some simple simulations using python scripts and get stress strain plots and such. @hugary1995

hugary1995 commented 1 month ago

@reverendbedford I'm tempted to defer this to pyzag. What do you think?

reverendbedford commented 1 month ago

It will run much faster if we use pyzag (because we can do the vectorized integration thing). On the other hand, it might make sense to have neml2 depend on pyzag and then implement the drivers in the neml2 namepsace (as they will be specific to us). That's probably the way to go and I'll add some simple examples after figure out wtf is up with AD.