Skip to content

mkrapp/rde-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rde-solver

This is a Java framework to solve 2D reaction-diffusion systems/models. I used it 2008 for my diploma thesis (link). Several RDE models are supported. Have a look into src/models. To name a few:

You can add your own model as implementation of the abstract class RDEModel.

Building and Running

You need ant (build tool) to compile and run the model. Simply type

ant [clean,compile,jar,run]

Example

Here's a spiral wave solution for the FitzHugh-Nagumo Model:

spiral

Here's the excitation wave of the same model propagating from a point stimulus:

target

About

Reaction-Diffusion-Equation Solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages