Tensor formulation#11
Open
tuchpaul wants to merge 24 commits into
Open
Conversation
44cf774 to
9cc3bc0
Compare
which could be the source of UB for the variable imasterphidt_on_slave_side_np_ that appeared in the last days.
- add consts and auto where possible - remove unnecessary breaks - use structured bindings and views::values where applicable
…omly-failing-sti-test Try fix randomly failing sti test
9cc3bc0 to
5ec62ee
Compare
…generalized-maxwell Implement quasilinear generalized Maxwell model for structural dynamics
…UMMAT-from-mixture-elasthyper-constituent Remove NUMMAT from MIX_Constituent_ElastHyper
in MAT_Muscle_Combo
…-combo-muscle-model Group passive/active material parameters and refactor COMBO muscle model
…aster-slave-volmortar-ehl Futher renaming of master/slave to source/target
of the touched files
…m-implemented-functions-part-4 Remove custom implemented functions: Part 4
5ec62ee to
a84764d
Compare
a84764d to
1b33278
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrate some more fourth-order tensor products to the tensor API + fix two bugs
Part of the ongoing
FourTensorOperationsVoigt/FourTensor→ tensor-API migration.Added
kronecker_product(A)(symmetric box self product) andkronecker_product(A, B)(full)adbc_tensor_product(A, B)=A_AD B_BC,non_symmetric_product(A, B)=A_AC B_DBmake_6x9 / make_9x6 / make_6x6_voigt_matrix_from_tensorFixed (
add_kronecker_tensor_product, 6x9 overload)C(5,5)assignment (appliedscalar_thistwice)C(5,8)accumulated fromC(5,7)instead ofC(5,8)Refactored / removed
elast_hyper_get_derivs_of_elastic_right_cg_tensornow exemplarly uses the tensor API instead of theFourTensor/9x9-Voigt round-tripcontract_matrix_matrix→Core::LinAlg::ddot; removed unusedmultiply_four_tensor_matrixTests
New unit tests for all added ops: element-wise formula checks plus cross-checks against the legacy Voigt/9x9 implementations.