This repository contains the source codes of the animations in the "Engineering mathematics and simulation illustrations" series. The codes are developed using the Manim community package in Python.
After installing Manim, you can simply build and run the animations with this command:
manim -pqh pde_animation.py PDE
or this one for producing a low quality video.
manim -pql pde_animation.py PDE
The following list shows the Manim source files used to produce the animations:
-
pde_animation.py
: used for the video "Partial differential equations (PDEs) in engineering mathematics: introduction and classification" -
scenes_rda.py
: used for the mathematical part of the video "Parabolic PDEs and Reaction-Diffusion-Advection equation" -
scenes_rda_extra.py
: used for the first scene of the above video