Skip to content

use type-safe getData instead of uncheckedFastGetData

Michael Kuron requested to merge getdata into master

Fixes #4 (moved). The performance impact in release mode is negligible and type-checking is generally quite useful. Thanks to walberla/walberla!258 (merged), one can even use vector-valued fields in pystencils, which was unsupported before, but did not produce an error.

Merge request reports