-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #398 from bwspenc/update_neml
Update NEML submodule
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neml
updated
16 files
+1 −1 | .github/workflows/package.yml | |
+1 −1 | .github/workflows/test_packages.yml | |
+1 −0 | include/damage.h | |
+1 −0 | include/neml_interface.h | |
+2 −0 | include/nemlerror.h | |
+3 −0 | neml/__init__.py | |
+17 −7 | neml/drivers.py | |
+1 −1 | pybind11 | |
+16 −6 | src/cp/batch.cxx | |
+18 −16 | src/damage.cxx | |
+0 −1 | src/nemlerror.cxx | |
+5 −0 | src/nemlerror_wrap.cxx | |
+2 −2 | test/test_nemlmath.py | |
+1 −1 | test/test_parse.py | |
+1 −1 | util/neml2_verification/README.md | |
+1 −1 | util/neml2_verification/run_neml2_test.py |