Skip to content
Discussion options

You must be logged in to vote

Hi @jbigmanUT ! Apologies, creating an example for this is on my to do list - and has been for quite a while to be honest! Here's an example I've put together for a paper I'm writing on how we use this in Gusto. The example sets up an advection diffusion equation and uses a splitting scheme for time stepping where the advection (or transport) is done explicitly and the diffusion is done implicitly. I'm posting as-is in the interest of speed, but I'd be happy to send you also the text from the (not yet finished!) paper that describes what is actually happening.

from firedrake import (PeriodicIntervalMesh, SpatialCoordinate, Constant,
                       FunctionSpace, Function, TestFunc…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@jmbigman
Comment options

@tommbendall
Comment options

Answer selected by jmbigman
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants