https://github.com/dhruvsrikanth/conjugate-gradient-simulation
In this repository, you will find a serial, shared-memory parallel, distributed-memory parallel and hybrid implementations of the conjugate gradient optimization simulation. This is a sparse linear solver optimized using the second-order poisson equation.
https://github.com/dhruvsrikanth/conjugate-gradient-simulation
c conjugate-gradient cpp dense-solver distributed-memory-parallel high-performance-computing mpi multithreading openmp optimization optimization-algorithms poisson-equation shared-memory-parallel simulation-modeling sparse-linear-solver
Last synced: 2 months ago
JSON representation
In this repository, you will find a serial, shared-memory parallel, distributed-memory parallel and hybrid implementations of the conjugate gradient optimization simulation. This is a sparse linear solver optimized using the second-order poisson equation.
- Host: GitHub
- URL: https://github.com/dhruvsrikanth/conjugate-gradient-simulation
- Owner: DhruvSrikanth
- Created: 2022-06-06T21:51:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T21:54:00.000Z (about 3 years ago)
- Last Synced: 2025-04-23T22:13:52.762Z (2 months ago)
- Topics: c, conjugate-gradient, cpp, dense-solver, distributed-memory-parallel, high-performance-computing, mpi, multithreading, openmp, optimization, optimization-algorithms, poisson-equation, shared-memory-parallel, simulation-modeling, sparse-linear-solver
- Language: C++
- Homepage:
- Size: 801 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conjugate Gradient Optimization (Sparse Linear Solver)
In this repository, you will find a serial, shared-memory parallel, distributed-memory parallel and hybrid implementations of the conjugate gradient optimization simulation. This is a sparse linear solver optimized using the `second-order poisson` equation.
For more details, check the individual `Readme.md` files in each sub-directory.