forked from idaholab/blackbear
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update NEML to the current main branch. closes idaholab#403
- Loading branch information
1 parent
4b60b42
commit a3ab156
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neml
updated
15 files
+25 −8 | .github/workflows/package.yml | |
+5 −5 | .github/workflows/test.yml | |
+4 −4 | .github/workflows/test_packages.yml | |
+9 −5 | .readthedocs.yaml | |
+8 −1 | CMakeLists.txt | |
+1 −3 | README.md | |
+3 −3 | doc/sphinx/conf.py | |
+1 −1 | pybind11 | |
+2 −2 | setup.py | |
+4 −2 | src/CMakeLists.txt | |
+0 −4 | src/cp/slipharden.cxx | |
+3 −1 | test/test_nemlmath.py | |
+6 −6 | util/abaqus/nemlumat.f | |
+28 −2 | util/neml2_verification/README.md | |
+118 −0 | util/neml2_verification/run_neml2_test_large_deformation_incremental.py |