Thanks, Francis.
True, the DE is driven by white noise, that is, I assume it is gaussian with zero mean vector and identity covariance matrix premultiplied by the square root of the time-step.
On 26 Jun 2016, at 22:16, Francis Poulin <fpoulin@uwaterloo.ca> wrote:
Hello,_______________________________________________
I can't say whether there is anything specific to firedrake but I can say that in general it depends on what kind of noise you are considering in the SDE.
If you are using coloured noise, then you treat your forcing term as you would any other term. However, given the fact that you are using W I imagine you are using White noise.
In that case the popular thing to do is to use a splitting method. For the "regular" deterministic terms, you use whatever time stepping scheme you normally would use. However, for the white noise you probably want to use an Euler step. Basically, that means you have square root of dt in front of the random variable. The stochastic part is only first order accurate but it's much easier than using other techniques, but they do exist.
Anyhow, that's my two cents worth.
Francis
------------------
Francis Poulin
Associate Professor
Department of Applied Mathematics
University of Waterloo
email: fpoulin@uwaterloo.ca
Web: https://uwaterloo.ca/poulin-research-group/
Telephone: +1 519 888 4567 x32637
From: firedrake-bounces@imperial.ac.uk [firedrake-bounces@imperial.ac.uk] on behalf of Angwenyi David [kipkoej@gmail.com]
Sent: Sunday, June 26, 2016 4:11 PM
To: firedrake@imperial.ac.uk
Subject: [firedrake] Stochastic differential equations
Dear all,
Is it possible to solve pdes driven by some noise using Firedrake? For example, see equation 3.2 in the attachment whose discretisation yields a system 3.3 and 3.4, where dW(t):=sqrt(dt)N(0,Identity). My other related concern is whether It is possible to implement, say, A Kalman filter with equation 3.2 as model equation on Firedrake.
Thanks in advance.
Angwenyi David<Screen Shot 2016-06-26 at 21.51.52.png>
firedrake mailing list
firedrake@imperial.ac.uk
https://mailman.ic.ac.uk/mailman/listinfo/firedrake