Talk:Multigrid method
Merging looks like a good idea 153.90.192.27 18:06, 18 October 2005 (UTC)UncleKensson
I have performed the merger. I'd appreciate it if someone who is familiar with the subject could look at the post-merger cleanup [1], and check that I didn't foul anything up. --PeR 08:31, 10 March 2006 (UTC)
Stub
I think this article needs stub status due to very little useful information.
Convexification?
I'm at the edge of my understanding, but would it be accurate to say that multigrid smoothing is a form of convexification, that is, it makes the objective function convex in the search space? It seems like that's what's going on: that smoothing the objective function creates a single global optimum which can then be used as an initial guess for finer grids. Thoughts? Comments? —Ben FrantzDale (talk) 17:02, 8 May 2008 (UTC)
- The basic multigrid idea is independent of such local/global considerations. In the symmetric positive definite case, which is the most common setting, the objective function is always convex anyway (being quadratic). However, for some nonlinear problems, using the coarse solution as initial guess for the finer grid tends to get a better solution when there are many solutions (or local optima). Jmath666 (talk) 05:52, 9 May 2008 (UTC)
- Interesting. Do you have an intuitive sense of how multigrid helps in the positive-definite (convex) case? Is it just that it is less expensive to work with fewer degrees of freedom, so you can get close to the solution easier this way? —Ben FrantzDale (talk) 16:46, 10 May 2008 (UTC)