gridformat icon indicating copy to clipboard operation
gridformat copied to clipboard

[field_transformations] return field instead of `FieldPtr`

Open dglaeser opened this issue 2 years ago • 1 comments
trafficstars

currently, the transformation return FieldPtr instances, which is used in the TransformedField class.. this should be changed. The transformations could yield actual fields, while TransformedField internally constructs a new ptr from them... this would make the transformations usable in different contexts.

dglaeser avatar Jul 12 '23 11:07 dglaeser

We probably also don't need TransformedField. In general, this header could use some cleanup...

dglaeser avatar Aug 11 '23 14:08 dglaeser