Skip to content

Latest commit

 

History

History

finite-difference

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Laplacian

Write a double do loop for evaluating the Laplacian using the finite-difference approximation

img

Start from the skeleton laplacian.F90 where the input array is initialized to u(x,y)=x2+y2.

The analytic solution for that function is

img

for checking the correctness of your implementation.