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

Support for ODEs

+1 vote

How would one go about solving an ODE that depends on the solution of a PDE directly in FEniCS? Is it even possible? For example, is it possible to solve
$$ \partial_{t} u - \nabla \cdot (\nabla u) = f(s), \
\partial_{t} s = -g(u) \, s. $$

asked Apr 10, 2017 by kevibruner FEniCS Novice (150 points)
edited Apr 10, 2017 by kevibruner

Hi, it is possible, cf. CBC.Beat for example.

Thanks for the reference!

...