use type-safe getData instead of uncheckedFastGetData
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.