Duplication and Style issue gathering from pystencils v1.0 to v2.0
There are several duplicates in the APIs of pystencils, most of which are relics from the legacy pystencils. This Issue is meant to identify and gather parts in the code to step-by-step decide which to keep and which to update.
Once a section of the code is identified that needs rework, a new MR is to be created and to resolve these duplicates or style issues.
Duplicates:
-
KernelFunction
used to be an AST node in the old system, but now is no longer, so two class functions exist that do the same thing. (Compare !405 (comment 32185)) - [ ]