successive-over-relaxation

There are 23 repositories under successive-over-relaxation topic.

  • miniufo/xinvert

    Invert geophysical fluid dynamic problems (elliptic partial differential equations) using SOR iteration method.

    Language:Python4443016
  • jintonic/gefica

    Germanium detector Field Calculator

    Language:C++35516
  • adityagupta1089/MATLAB-MAL114

    MAL114 - Linear Algebra MATLAB Codes: QR decomposition and eigenvalues, Gauss-Jacobi, Gauss-Jordan, Gauss-Seidel, Graham-Schmidt, Jacobi Eigenvalues, Projection, Successive over Relaxation, System of Equations.

    Language:MATLAB230
  • machulsky61/SOR-Method

    This project investigates convergence for solving linear systems. It implements Jacobi and SOR methods, explores convergence, optimizes performance via ω, and analyzes spectral radius/determinant. It aims to enhance iterative method efficiency for linear systems.

    Language:Jupyter Notebook2100
  • Sushmey/Iterative-Gauss

    This contains three programs written in python. Gauss-Seidel and Successive Over Relaxation to solve system of equations and Steepest-Descent to minimize a function of 2 or 3 variables.

    Language:Python2103
  • Francesco-Zeno-Costanzo/Root-finding

    simple code to solve algebraic equation and system of equations

    Language:Python1100
  • giannhskp/Parallel-Systems-Project

    🦖| Design, Development and Evaluation of Parallel Programs in MPI, Mpi + OpenMp Cuda Hybrid that implement the Jacobi with successive over-relaxation.

    Language:C1000
  • jcdino/Paralleling-Model-Performance-Workloadbalance

    Compare the performance and workload balance of OpenMP scheduling methods and TBB

    Language:C1100
  • LLIEPJIOK/matrix-iteration

    Iteration methods for linear equations

    Language:Go1
  • pbaldisa/Metodes

    Implementation of numerical methods to find solutions of systems of linear equations and find points in a curve given by a set of equations.

    Language:C1100
  • ParPS

    Roninkoi/ParPS

    Solve 2D Poisson's equation in parallel using OpenMPI

    Language:C1200
  • sthavishtha/Steady-Heat-Conduction

    CFD code to study steady state heat conduction in a slab; uses point-gauss siedel, line-by-line gauss siedel and successive over-relaxation methods.

    Language:MATLAB1200
  • jonas4climate/modelling-natural-processes

    Visualization and numerical solvers for wave, diffusion, DLA, Reaction-Diffusion and Laplace

    Language:Jupyter Notebook0101
  • machulsky61/Linear-Algebra

    Computational Linear Algebra course covering topics like iterative methods, matrix decompositions, and applications. It includes theoretical concepts, practical exercises, and code. Advanced methods like QR factorization, spectral theorem, and iterative solvers for linear systems.

    Language:Jupyter Notebook0100
  • nkarasovd/HSE_Numerical_Methods

    :chart_with_upwards_trend: Materials and homework assignments for HSE numerical methods course

    Language:Jupyter Notebook0100
  • pmslavin/sorgrid

    OpenGL demonstration of Successive Over-Relaxation solver.

    Language:C0100
  • ruthussanketh/numerical_solutions_LE

    Codes and explanations for some numerical methods to find solutions to linear algebraic equations.

    Language:MATLAB0100
  • sag2021/crump

    Potential field module

    Language:Fortran0100
  • woldeaman/numerical_PBE_solver

    Numerical solver for the modified Poisson-Boltzmann equation.

    Language:Python0100
  • ErickOF/CE3102-ANPI-Homework3-SuccessiveOverRelaxationMethod

    Implementation of the Successive Over-Relaxation (SOR) Method

    Language:Python30
  • kolaowalska/sor-solver

    Successive Over-Relaxation Solver

    Language:C++
  • MedLabaihi/Numerical-Methods-in-MATLAB-Mini-Projects

    This repository contains a series of mini-projects focused on fundamental numerical methods implemented in MATLAB. These projects cover key areas in numerical linear algebra and root-finding techniques, each designed to provide practical insights into mathematical theories and their computational applications.

    Language:MATLAB10
  • nikashahabi/solving-linear-systems

    solving linear systems with direct and iterative algorithms

    Language:Python10