Multigrid method for elliptic equations

Version 1.1.0.0 (8.74 KB) by Alexey
25 Downloads
Updated 17 Sep 2023

Multigrid method for elliptic equations

This study project includes the entire algorithm of the Multigrid method, which was applied to simple math problem as an example.
The problem contains an elliptic differential equation, Dirichlet boundary condition on a square domain; exact solution is known.
The problem is approximated by the finite volume method.
The spectral radius of iteration matrix and the error were calculated during the solving to show convergence.
The package contains as submodules:

  • Iteration methods: Jacobi, Seidel, SOR were used as smoothing methods, but can also be used to directly solve the problem;
  • Block tridiagonal method was used to solve the problem on the coarsest grid;
  • Smoothing algorithm was applied to the intermediate numerical solution.

u u u u

Cite As

Alexey (2024). Multigrid method for elliptic equations (https://github.com/AlexeyVasilyev240597/multigrid/releases/tag/v1.1), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2023a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

See release notes for this release on GitHub: https://github.com/AlexeyVasilyev240597/multigrid/releases/tag/v1.1

1.0

See release notes for this release on GitHub: https://github.com/AlexeyVasilyev240597/multigrid/releases/tag/v1.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.