The multigrid tag has no wiki summary.
1
vote
0answers
20 views
Multigrid Interpolation and Restriction operators
I have a question about the restriction and the interpolation operators of a Multigrid algorithm.
Let those be given:
The full weighting restriction stencil (in 2D): $\frac{1}{16} \left[ ...
0
votes
0answers
18 views
Addressing/traversing an infinite 2D grid using a Z-line?
I'm looking for a method to map an infinite 2D grid using a line, so that I would have just one integer from which I would compute the X and Y. I know something like that exists, but can't recall the ...
1
vote
0answers
53 views
Fine-scale covariance from coarse-scale covariance
I have a sparse data which has a covariance with range (also known as correlation length) h and sill c (same as variance) at ...
0
votes
1answer
76 views
Multigrid tutorial/book
I was reading Press et. al., "Numerical Recipes" book, which contain section about multigrid method for numerically solving boundary value problems.
However, the chapter is quite brief and I would ...