inducer / meshmode

High-order unstructured mesh representation and discrete function spaces
https://documen.tician.de/meshmode/
26 stars 23 forks source link

Fuse resampling indirections #378

Closed kaushikcfd closed 1 year ago

kaushikcfd commented 1 year ago

A meshmode-specific version of https://github.com/inducer/pytato/pull/425.

The implementation in https://github.com/inducer/pytato/pull/425 was not sufficient to fuse+fold the indirections in meshmode expression graphs.

Why draft:

kaushikcfd commented 1 year ago

The testing would be easier if we introduce this in github.com/inducer/grudge instead. (See https://github.com/inducer/grudge/pull/310)