Description
Implement p-multigrid to accelerate the Laplace solve by exploiting the polynomial hierarchy inherent in spectral elements.
Background
p-multigrid uses coarse polynomial spaces (P=1,2,4,...) as preconditioners for the fine space. The Full Approximation Scheme (FAS) extends this to nonlinear problems.
Tasks
Acceptance Criteria
Technical Notes
- Start with linear multigrid for Laplace
- Can extend to FAS for nonlinear problems if needed
- May be combined with Anderson acceleration
Description
Implement p-multigrid to accelerate the Laplace solve by exploiting the polynomial hierarchy inherent in spectral elements.
Background
p-multigrid uses coarse polynomial spaces (P=1,2,4,...) as preconditioners for the fine space. The Full Approximation Scheme (FAS) extends this to nonlinear problems.
Tasks
Acceptance Criteria
Technical Notes