Skip to content

Commit

Permalink
Update NEML submodule ref idaholab#66
Browse files Browse the repository at this point in the history
  • Loading branch information
bwspenc committed Apr 16, 2021
1 parent 8b85efa commit e568759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/neml
Submodule neml updated 62 files
+0 −1 .github/workflows/test.yml
+2 −3 doc/sphinx/vp_flow/chaboche.rst
+5 −0 doc/sphinx/vp_flow/yaguchi.rst
+14 −7 neml/drivers.py
+2 −2 profiling/check_memory.sh
+0 −0 profiling/models.txt
+2 −2 profiling/profile_single.sh
+0 −0 profiling/reference.xml
+2 −2 profiling/run_single.sh
+12 −1 profiling/time_all.sh
+ test/regression/chaboche.pickle
+ test/regression/chaboche_substep.pickle
+ test/regression/cp.pickle
+ test/regression/creep_plasticity.pickle
+ test/regression/j2.pickle
+ test/regression/linearcp.pickle
+ test/regression/nonassociative.pickle
+ test/regression/perfectplasticity.pickle
+ test/regression/powerdamage.pickle
+0 −69 test/regression/run.py
+0 −32 test/regression/test_regression.py
+ test/regression/walker.pickle
+ test/regression/walker_switch.pickle
+0 −0 test/test_regression/__init__.py
+95 −0 test/test_regression/regressiontools.py
+102 −0 test/test_regression/test_basicchaboche/data.csv
+41 −0 test/test_regression/test_basicchaboche/model.xml
+102 −0 test/test_regression/test_basicdamage/data.csv
+29 −0 test/test_regression/test_basicdamage/model.xml
+102 −0 test/test_regression/test_chabochefull/data.csv
+60 −0 test/test_regression/test_chabochefull/model.xml
+102 −0 test/test_regression/test_complexcreep/data.csv
+39 −0 test/test_regression/test_complexcreep/model.xml
+102 −0 test/test_regression/test_complexcreepdamage/data.csv
+59 −0 test/test_regression/test_complexcreepdamage/model.xml
+102 −0 test/test_regression/test_cpbcc/data.csv
+33 −0 test/test_regression/test_cpbcc/model.xml
+102 −0 test/test_regression/test_cpmulti/data.csv
+35 −0 test/test_regression/test_cpmulti/model.xml
+102 −0 test/test_regression/test_cpsimple/data.csv
+33 −0 test/test_regression/test_cpsimple/model.xml
+102 −0 test/test_regression/test_cpvoce/data.csv
+42 −0 test/test_regression/test_cpvoce/model.xml
+102 −0 test/test_regression/test_elastic/data.csv
+10 −0 test/test_regression/test_elastic/model.xml
+102 −0 test/test_regression/test_linearisokin/data.csv
+24 −0 test/test_regression/test_linearisokin/model.xml
+102 −0 test/test_regression/test_perfect/data.csv
+14 −0 test/test_regression/test_perfect/model.xml
+102 −0 test/test_regression/test_perzyna/data.csv
+37 −0 test/test_regression/test_perzyna/model.xml
+102 −0 test/test_regression/test_perzynasat/data.csv
+31 −0 test/test_regression/test_perzynasat/model.xml
+102 −0 test/test_regression/test_plasticcreep/data.csv
+31 −0 test/test_regression/test_plasticcreep/model.xml
+33 −0 test/test_regression/test_regression.py
+102 −0 test/test_regression/test_substep/data.csv
+63 −0 test/test_regression/test_substep/model.xml
+102 −0 test/test_regression/test_walkerbasic/data.csv
+27 −0 test/test_regression/test_walkerbasic/model.xml
+102 −0 test/test_regression/test_walkerkremplswitch/data.csv
+29 −0 test/test_regression/test_walkerkremplswitch/model.xml

0 comments on commit e568759

Please sign in to comment.