The FirstOrderPDE
class is used to solve first order partial differential
equations like the Advection Equation.
The ParabolicPDE' class is used to solve parabolic partial differential
equations like the Heat Equation. Let 'u(x, t)' = temperature of a rod at
position '0 <= x <= xm' and time 't' > 0. Numerically solve the
The FirstOrderPDETest
object is used to test the FirstOrderPDE
class.
The FirstOrderPDETest2
object is used to test the FirstOrderPDE
class.
The FirstOrderPDETest3
object is used to test the FirstOrderPDE
class.
The ParabolicPDETest
object is used to test the ParabolicPDE
class.
The dynamics package contains classes, traits and objects for system dynamics simulations using Partial Differential Equations (PDEs).