-
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 #121 from lynnmunday/issue_66
updating neml submodule, fixes chaboche hardening and string parsing interface
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neml
updated
13 files
+1 −0 | .gitignore | |
+1 −1 | examples/axi.py | |
+27 −27 | neml/arbbar.py | |
+17 −4 | neml/axisym.py | |
+19 −11 | src/creep.cxx | |
+5 −3 | src/creep.h | |
+8 −4 | src/hardening.cxx | |
+1 −1 | src/neml_interface.h | |
+7 −4 | src/parse.cxx | |
+1 −1 | src/parse.h | |
+1 −1 | test/test_parse.py | |
+ − | util/string_interface/cxxstring | |
+4 −3 | util/string_interface/cxxstring.cxx |