We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab4784a + b006a39 commit 268d428Copy full SHA for 268d428
1 file changed
src/Exports.jl
@@ -6,6 +6,8 @@ macro publish(mod, name)
6
end
7
8
9
+@publish TensorAlgebra TensorValue # Reexport from Gridap for convenience
10
+@publish TensorAlgebra VectorValue # Reexport from Gridap for convenience
11
@publish TensorAlgebra (*)
12
@publish TensorAlgebra (×ᵢ⁴)
13
@publish TensorAlgebra (⊗₁₂³)
0 commit comments