Skip to content

Instantly share code, notes, and snippets.

@anriseth
Last active June 20, 2017 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anriseth/6bca3b49f673903c80df9905629eed74 to your computer and use it in GitHub Desktop.
Save anriseth/6bca3b49f673903c80df9905629eed74 to your computer and use it in GitHub Desktop.
Nonlinear PDE

Hi, I'm trying to solve a nonlinear PDE that looks similar to a time-dependent eikonal equation. Can anyone provide me some advise for the best Julia-ecosystem approach to solving it, please?

I'm trying to find $$v:[0,1]\times \mathbb R_{\geq 0}^2$$, such that $$ v_t - \frac{\sigma^2}{2} g^2 v_{gg} - gq_2{\left(\frac{\frac{q_1}{q_2}-v_s}{2}\right)}^2 = 0 $$

With boundary conditions

  • $$ v(t,s,g) = -Cs $$ on $${t=0}$$ or $${s=0}$$ or $${g=0}$$.
  • $$v_g(t,s,\infty) = 0 $$
  • $$v_s(t,\infty,g) = -C $$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment