TutorialsΒΆ
These tutorials are a good place to start if you are new to pystencils. All tutorials and demos listed here are based on Jupyter notebooks that you can find in the pystencils repository. It is a good idea to download them and run them directly to be able to play around with the code.
- Tutorial 01: Getting Started
- Tutorial 02: Basic Kernel generation with pystencils
- Tutorial 03: Datahandling
- Tutorial 04: Advection Diffusion - Simple finite differences discretization
- Tutorial 05: Phase-field simulation of spinodal decomposition
- Tutorial 06: Phase-field simulation of dentritic solidification
- Demo: Assignment collections and simplification
- Plotting and Animation
- Demo: Working with derivatives
- Demo: Benchmark numpy, Cython, pystencils
- Demo: Finite differences - 2D wave equation