Spectral Method
A numerical method that represents a solution as a sum of global basis functions for high accuracy.
Definition
Spectral methods solve differential equations by expressing the solution as a sum of smooth global basis functions, such as Fourier modes or Chebyshev polynomials, rather than local values on a grid. For smooth problems they converge extremely fast as more modes are added.
Their global basis functions make spectral methods sensitive to discontinuities, which produce oscillations known as the Gibbs phenomenon. Handling shocks and sharp features often requires hybrid schemes or added dissipation, which is why they suit smooth problems best.
For smooth solutions on simple geometries, spectral methods achieve exponential convergence, far more accuracy per unknown than finite-difference or finite-element methods, which makes them the tool of choice for high-fidelity simulation of turbulence and wave phenomena. Their weakness is discontinuities, where global basis functions produce spurious oscillations, and complex geometries, which the global representation handles poorly. Recognizing this smoothness requirement is key to using them well.
Trade-offs
- Exponential convergence for smooth solutions.
- Efficient when paired with the FFT.
- Less suited to complex geometries or sharp features.
- Global basis functions make local refinement harder.
Why it matters
When the solution is smooth and the geometry simple, spectral methods deliver far more accuracy per unknown than finite-difference or finite-element methods, making them valuable for high-fidelity simulation.
Fusion connection
Spectral techniques are used in some plasma turbulence simulations, where periodic directions and smooth fields let a Fourier representation capture the dynamics efficiently.