Multigrid method for elliptic equations

You are now following this Submission

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 (2026). Multigrid method for elliptic equations (https://github.com/AlexeyVasilyev240597/multigrid/releases/tag/v1.1), GitHub. Retrieved .

Tags

Add Tags

Add the first tag.

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
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.