This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

non-linear time dependent coupled example

0 votes

Hi, im a novice fenics user, and i hope someone can help me with this:

Im trying to solve a reaction-diffusion system, i.e, something like:

  dot(u) - div(D*grad(u)) = R(u,r)
  dot(r) = F(u)

where R and F are non-lineal functions (in all variables).

The question is simple, there is an example that solve something similar to the presented above?. And if not, and assuming that i've have the variational form of the problem (already discretized implicit in time), how can i apply a non-linear solver (as Newton one or a picard iteration squeme) for the two equations simultaniously?

Thanks!

pd: clearly, english is not my native languaje.

asked Dec 20, 2015 by felipe_galarce FEniCS User (1,190 points)
...