-
-
Notifications
You must be signed in to change notification settings - Fork 7
Draft comments #2
Description
- Brownian motion is usually not done in mathbb. Usually just W_t, not \mathbb{W}_t . Should probably call it Wiener process with the integral defined via the Ito interpretation.
- Partial derivatives don't need to be bolded.
- Interior is K with a degree circle. The closure is the interior + boundary, and that has the overline. Here's an example of the common notation: https://en.wikipedia.org/wiki/Interior_(topology)#Interior_operator . That's the wording that should be used too.
- S_B: why mathbb it if our other sets are not mathbb? Usually mathbb is reserved for fields and moments.
- Seems odd to have y and y(x) be different since the former is used in many of the equations as shorthand for the latter. Just use the common interior operator and have that hats be the discretized versions?
L is dened as the discretization of the partial di�erential operator in use.
Be consistent with the discretization "operator". Always adding hats is an easy way to make it explicit, or whatever you choose it should be done to the \mathcal{L}. Or abuse notation and let L "multiple dispatch" depending on whether it's applied to discretized/continuous values.
Q is the operator that is dened as
R is the restriction operator just like in a geometric multigrid. Q isn't interpolation though since it's extrapolation to the boundary. So maybe boundary extrapolation operator?
Equation 7 is missing a uhat. If you move the uhats by taking the interior then you see that it essentially goes away.
^ud = LQu
What you actually want to solve has uhat on both sides, which is why there's Q (since then you know the derivative of all of the quantities you're solving for!).
Equation 11 is incorrect. Should be (r-L)u(x) = x, or if you want to be explicit (r*I-L)u(x)
R^6 should be mathbb.
You never defined P, but it seems to be r*I-L
Putting the delta on top with a negative exponent in 18 is odd. 22 as well.
For 21 and 26, just use R to go from the full to the interior.