Skip to content

pystencils_walberla: use type-safe getData instead of uncheckedFastGetData

Michael Kuron requested to merge getdata into master

Fixes #110 (closed).

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

Replaces pycodegen/pystencils_walberla!8 (closed).

Merge request reports