Must implement differential equations solvers via OrdinaryDiffEq (I see no clear need for the other diff eq modules at the moment).
This need to be accompanied by the implementation of a set of default finite difference schemes.
Standard finite differences should be enough for the evolution of typical concentration fields, but including flow fields might be a bigger task.
Must implement differential equations solvers via
OrdinaryDiffEq
(I see no clear need for the other diff eq modules at the moment). This need to be accompanied by the implementation of a set of default finite difference schemes. Standard finite differences should be enough for the evolution of typical concentration fields, but including flow fields might be a bigger task.