Research Group of Prof. Dr. M. Griebel
Institute for Numerical Simulation
maximize

Java logo Animated interactive time dependent PDE's in Java

Some 1D time dependent partial differential equations are solved and displayed online. The user can modify function values and boundary conditions interactively and watch the development immediately. Three types of model equations are implemented. Very basic numerical schemes are used for demonstration purposes. Since Java is meant to be interactive and not that fast, we restrict ourselves to one dimensional examples.

Heat Equation rated by JARS as top 25%

You're not using a Java-enabled browser. Sorry.

Interactive heat equation, ut = uxx
Heat equation (temperature flux on a bar), parabolic
Use mouse click & drag to modify values and boundary conditions.

Wave Equationrated by JARS as top 25%

You're not using a Java-enabled browser. Sorry.

Interactive wave equation, utt = uxx
Wave equation (string of a violin), hyperbolic
Use mouse click & drag to modify values and boundary conditions.

Burger's Equationrated by JARS as top 25% Java Repository

You're not using a Java-enabled browser. Sorry.

Interactive Burger's equation, ut + u ux = 0
Burger's equation (a street traffic model), hyperbolic
Use mouse click & drag to modify values.