`create_kernel` API Update
Compare changes
- Jan Hönig authored
@@ -34,6 +36,12 @@ def create_data_handling(domain_size: Tuple[int, ...],
To reduce the kwargs
hell, we introduced dataclasses, which handle the settings of create_kernel
and similar functions.
In addition we introduced type-hints for the API functions to increase usability and simplify development.