gauss-seidel-relaxation

There are 4 repositories under gauss-seidel-relaxation topic.

  • aromanro/DFTAtom

    Density Functional Theory in real space, for atoms, LDA and LSDA

    Language:C++25466
  • kauniska/MicroprocessorCooling

    This code solves for the steady-state heat transport in a 2D model of a microprocessor, ceramic casing and an aluminium heatsink. It uses either Jacobi or Gauss-Seidel relaxation method on a finite difference grid. It can be run with the microprocessor only, microprocessor and casing, or microprocessor with casing and heatsink. Options for either forced or natural convection. Result can be plotted as a temperature heatmap over the grid.

    Language:Python1
  • Barbalho12/numerical-methods

    Algorithms applied in solving mathematical problems for Computer Science

    Language:C++30
  • nikashahabi/solving-linear-systems

    solving linear systems with direct and iterative algorithms

    Language:Python10