Oliver Schulz
Oliver Schulz
Maybe add `@inferred` to the test?
Let me think this over for a day :-)
I think for the general case (opaque `f` without known mathematical properties) we need to define ``` @inline basemeasure(ν::PushforwardMeasure) = basemeasure(parent(ν)) ``` And require that the shape of `y` and...
> but change the dispatch patterns under the hood so it works more like basemeasure The thing is, transport needs both `transport_def` and `transport_origin`, it's not quite the same as...
I guess the question is, do we allow transport between measures of unequal total mass? The current implementation does so, but maybe it actually goes to far? After all, the...
> First and easiest, is it right that we can now drop the "effective" from this? Definitely, that's left over from an early draft. > Currently in MeasureBase I'm getting...
> Is the only purpose of getdof to have a global dimensionality to use for transforms? So far, yes, I've only used it globally, and often need to use it...
I guess it makes sense to do such "contractions" where possible.
Ok, I'll do some more benchmarking ... :-)