Description
ZEBRE is a general purpose code for the solution of Reaction--Diffusion systems and Reaction-Diffusion-Convection systems.
Some features:
- Spatial discretization by finite volumes, finite differences and finite elements.
- Problems in dimension 1, 2 and 3.
- Time discretization by Implicit-Explicit methods and Operator Splitting.
The code wad developed to solve stiff problems, and actually proved the possibility to solve such problems by operator splitting. Using operator splitting as other techniques, the code is very fast.
Parallelism:
- nowadays the code is multithreaded and therefore adapted to shared memory machines.
- full parallelization on distributed memory machines is under development.
|