High Performance Computing 1
S(j)
•Choose the weight w to damp the highest frequencies; w=2/3 is a good choice
•x(i)(j) = (1/3)*( x(i)(j-1) + x(i)(j) + x(i)(j+1)
•                + 4^i * b(i)(j) )
•
•