Skip to content
New issue

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

Add Tensor Product Operation #109

Open
fsxbhyy opened this issue Jan 6, 2025 · 0 comments
Open

Add Tensor Product Operation #109

fsxbhyy opened this issue Jan 6, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@fsxbhyy
Copy link
Collaborator

fsxbhyy commented Jan 6, 2025

Add tensor product operation for MeshArrays that supports the following examples:
G(m1, m2, m3, m4, m5) = G1(m1, m2, m3)*G2(m1, m4, m5)
which corresponds to the Einstein summation:
G = einsum('bij,bkl->bijkl', G1, G2)
Here m1...m5 are the meshes. User should be able to specify the dimensions for contraction.

@fsxbhyy fsxbhyy added the enhancement New feature or request label Jan 6, 2025
@fsxbhyy fsxbhyy self-assigned this Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant