-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tribol
updated
13 files
+26 −30 | src/tests/enzyme_smoke.cpp | |
+131 −131 | src/tests/tribol_enzyme_jacobian.cpp | |
+51 −73 | src/tests/tribol_enzyme_normal.cpp | |
+257 −249 | src/tests/tribol_enzyme_patch.cpp | |
+150 −240 | src/tests/tribol_enzyme_poly_intersect.cpp | |
+2 −2 | src/tribol/common/Enzyme.hpp | |
+102 −156 | src/tribol/geom/Normal.cpp | |
+18 −21 | src/tribol/geom/Normal.hpp | |
+2 −2 | src/tribol/interface/mfem_tribol.cpp | |
+62 −49 | src/tribol/mesh/MeshData.cpp | |
+48 −35 | src/tribol/mesh/MfemData.cpp | |
+9 −9 | src/tribol/utils/FiniteDifference.cpp | |
+2 −1 | src/tribol/utils/FiniteDifference.hpp |