Skip to content
Snippets Groups Projects
Santiago Ospina De Los Rios's avatar
Santiago Ospina De Los Ríos authored
* When intersection is a boundary, there is no outside entity and segfault is thrown. That's fixed here by checking if it has a neighbor entity.
* After some review, the skip method interface was modified to return bool instead of passing bool reference. This should not affect branches that do not support skip methods.
01003d78
History

Build Status Build Status Build status Netlify Status

DuneCopasi

Solver for reaction-diffusion systems in multiple compartments

  • Solve a reaction-diffusion system for each comartment
  • Each compartment may have different system with different number of variables
  • Neumann flux at the interface of compartments for variables with the same name on the two compartments
  • Easy to modify configuration file
  • Initial conditions can be a TIFF file or/and a math expression
  • Using the finite element
  • Output in the VTK format

Get started here.