nutils icon indicating copy to clipboard operation
nutils copied to clipboard

support sample.Mul(lhs, rhs).tri with 1D rhs

Open joostvanzwieten opened this issue 3 years ago • 0 comments

Currently only sample.Mul(lhs, rhs).get_element_tri() is implement for 1D lhs. Unfortunately, when multiplying three 1D samples, X * Y * Z (or sampling a product of three 1D topologies), we get Mul(Mul(X, Y), Z), for which get_element_tri() is not implemented.

joostvanzwieten avatar Sep 02 '22 13:09 joostvanzwieten