scalation

dynamics_pde

package dynamics_pde

The dynamics package contains classes, traits and objects for system dynamics simulations using Partial Differential Equations (PDEs).

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. dynamics_pde
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class FirstOrderPDE extends Error

    The FirstOrderPDE class is used to solve first order partial differential equations like the Advection Equation.

  2. class ParabolicPDE extends Error

    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

Value Members

  1. object FirstOrderPDETest extends App

    The FirstOrderPDETest object is used to test the FirstOrderPDE class.

  2. object FirstOrderPDETest2 extends App

    The FirstOrderPDETest2 object is used to test the FirstOrderPDE class.

  3. object FirstOrderPDETest3 extends App

    The FirstOrderPDETest3 object is used to test the FirstOrderPDE class.

  4. object ParabolicPDETest extends App

    The ParabolicPDETest object is used to test the ParabolicPDE class.

Inherited from AnyRef

Inherited from Any

Ungrouped