Skip to content

Aneeshcoder/RGDBEK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RGDBEK

Randomized Greedy Double Block Extended Kaczmarz Algorithm arXiv

Run Sequential

Sequential experiments are performed on MATLAB R2025a.

main

Run Parallel

Parallel experiments are performed in Python 3.10.13 using CUDA 12.4.131 and MPI 4.0.2.

pip install -r requirements.txt
chmod +x run_mpi.sh
./run_mpi.sh

Run FEM Applications

FEM Applications are performed using sequential RGDBEK on Python 3.11.0.

pip install -r requirements.txt
python poisson.py
python helmholtz.py

About

Randomized Greedy Double Block Extended Kaczmarz Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published