- #1
Celeritas
- 11
- 0
- TL;DR Summary
- I want to know how can i solve a partial differential equation containing an inverse laplacian operator numerically in fourier space.
I am trying to reproduce the results of a thesis that is 22 years old and I'm a bit stuck at solving the differential equations. Let's say you have the following equation $$\frac{\partial{\phi}}{\partial{t}}=f(\phi(r))\frac{{\nabla_x}^2{\nabla_y}^2}{{\nabla}^2}g(\phi(r))$$
where ##\phi,g,f## are fields in 2D, ##\nabla_x=\frac{\partial}{\partial{x}}## and ##\nabla^2## is the laplacian operator. The author mentions that this is solved numerically in Fourier space, by using for example the laplacian in Fourier space
$${\nabla_k}^2=\frac{cos(k_x\Delta{x})cos(k_x\Delta{y})+cos(k_x\Delta{x})+cos(k_y\Delta{y})-3}{\Delta{x}^2}$$
but nothing else is mentioned. My first question is how is the initial equation transformed into Fourier space in the first place? I don't see how the typical "multiply by exponential ikr and integrate over r" would work here.
My second question is about the Laplacian in Fourier space. Where did he get that from? Is it something common that can be found in some book?
Thank you.
where ##\phi,g,f## are fields in 2D, ##\nabla_x=\frac{\partial}{\partial{x}}## and ##\nabla^2## is the laplacian operator. The author mentions that this is solved numerically in Fourier space, by using for example the laplacian in Fourier space
$${\nabla_k}^2=\frac{cos(k_x\Delta{x})cos(k_x\Delta{y})+cos(k_x\Delta{x})+cos(k_y\Delta{y})-3}{\Delta{x}^2}$$
but nothing else is mentioned. My first question is how is the initial equation transformed into Fourier space in the first place? I don't see how the typical "multiply by exponential ikr and integrate over r" would work here.
My second question is about the Laplacian in Fourier space. Where did he get that from? Is it something common that can be found in some book?
Thank you.