-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adaption to decentralized registration system
- Loading branch information
1 parent
e72cd5a
commit add849c
Showing
3 changed files
with
66 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule MarmotMathCore
updated
8 files
Submodule MarmotMechanicsCore
updated
15 files
+10 −19 | include/Marmot/MarmotElasticity.h | |
+0 −134 | include/Marmot/MarmotMaterialHypoElasticAD.h | |
+1 −1 | include/Marmot/MarmotStateVarVectorManager.h | |
+7 −10 | include/Marmot/MarmotVoigt.h | |
+27 −29 | include/Marmot/MenetreyWillam.h | |
+0 −1 | module.cmake | |
+2 −8 | src/HughesWinget.cpp | |
+3 −3 | src/MarmotKinematics.cpp | |
+2 −2 | src/MarmotMaterialHyperElastic.cpp | |
+2 −2 | src/MarmotMaterialHypoElastic.cpp | |
+0 −228 | src/MarmotMaterialHypoElasticAD.cpp | |
+8 −8 | src/MarmotMaterialHypoElasticNonLocal.cpp | |
+15 −21 | src/MarmotMaterialMechanical.cpp | |
+7 −25 | src/MarmotVoigt.cpp | |
+1 −1 | src/MenetreyWillam.cpp |