Skip to content
#

gauss-seidel

Here are 17 public repositories matching this topic...

In numerical analysis, a numerical method is a mathematical tool designed to solve numerical problems. The implementation of a numerical method with an appropriate convergence check in a programming language is called a numerical algorithm

  • Updated Jul 10, 2024
  • C++

Serial and Parallel numerical methods for solving partial differential equations using finite differences with OpenMP. Implementation of the serial and parallel Jacobi and Gauss-Seidel methods for solving linear systems. Implementation of the Additive Schwarz and Restricted Additive Schwarz methods for domain decomposition.

  • Updated Aug 5, 2023
  • C++

Improve this page

Add a description, image, and links to the gauss-seidel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gauss-seidel topic, visit your repo's landing page and select "manage topics."

Learn more