Skip to content

Add Tensor Product Operation #109

@fsxbhyy

Description

@fsxbhyy

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions