We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See #676
Material models implementation are incorrect and yielding different results whether used as shell or solid.
For all those material models, we currently have the invariant $\mathbf{F}\mathbf{S}\mathbf{F}^T/J = \boldsymbol\sigma$ violated
[ctest] sphinxsys_upstream/tests/unit_tests_src/shared/test_materials/test_materials.cpp:25: Failure [ctest] Value of: sanity_check(SPH::LinearElasticSolid{1, E, nu}) [ctest] Actual: false [ctest] Expected: true [ctest] sphinxsys_upstream/tests/unit_tests_src/shared/test_materials/test_materials.cpp:26: Failure [ctest] Value of: sanity_check(SPH::SaintVenantKirchhoffSolid{1, E, nu}) [ctest] Actual: false [ctest] Expected: true [ctest] sphinxsys_upstream/tests/unit_tests_src/shared/test_materials/test_materials.cpp:27: Failure [ctest] Value of: sanity_check(SPH::NeoHookeanSolidIncompressible{1, E, nu}) [ctest] Actual: false [ctest] Expected: true [ctest] sphinxsys_upstream/tests/unit_tests_src/shared/test_materials/test_materials.cpp:28: Failure [ctest] Value of: sanity_check(SPH::NeoHookeanSolid{1, E, nu}) [ctest] Actual: false [ctest] Expected: true
Fix for Saint Venant-Kirchhoff model #677
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See #676
Material models implementation are incorrect and yielding different results whether used as shell or solid.
For all those material models, we currently have the invariant$\mathbf{F}\mathbf{S}\mathbf{F}^T/J = \boldsymbol\sigma$ violated
Fix for Saint Venant-Kirchhoff model #677
The text was updated successfully, but these errors were encountered: