Tell me more ×
Computational Science Stack Exchange is a question and answer site for scientists using computers to solve scientific problems. It's 100% free, no registration required.

Possible Duplicate:
multigrid method to solve PDE

I need explanation of the Multigrid Method or some literature.

I am familiar with iterational methods including BiCGStab,CG,GS,Jacobi and preconditioning, but I am a beginner with multigrid method.

Can someone explain this in detail or at least provide clearly pseudocode or source code, even with good literature for very beginners? Thanks!

share|improve this question
Could be a good question for scicomp.SE – user3518 Jan 10 at 13:45
@NurlanKenzhebekov: We strongly discourage cross posting the same question on multiple SE sites. Since you already received an answer on scicomp, you should delete your post on the math SE website. – Paul Jan 22 at 23:55
@ChristianClason Yup, exact duplicate, and I see my answer here is startlingly similar to yours. Should we merge them? – Jed Brown Jan 23 at 3:41
@JedBrown - I agree. I'd be very helpful to have your comments in the list. Should I mark my answer community wiki? – Christian Clason Jan 23 at 4:15
@ChristianClason If you like, but either of us can edit as is. – Jed Brown Jan 23 at 4:16
show 2 more comments

migrated from math.stackexchange.com Jan 23 at 0:06

marked as duplicate by Christian Clason, Jed Brown, Mark Booth, Godric Seer, Paul Jan 23 at 14:27

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

The following are good references:

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.