Laboratory works on the course "Parallel Computing Technologies "
-
Updated
Jan 11, 2022 - C++
Laboratory works on the course "Parallel Computing Technologies "
This is the calculation program of quasi-periodic Green's function for the Helmholtz equations. The quasi-periodicity is 2-dimensions ( z component is zero ), Green's function is 3-dimensions.
Reference implementation of Jacobi & Seidel iteration for Helmholtz equation using MPI concurrency
Numerical experiments from https://doi.org/10.1016/j.camwa.2020.01.016
Лабораторные работы по курсу "Технология параллельных вычислений"
This is the calculation program of quasi-periodic Green's function for the Helmholtz equations. The quasi-periodicity is 1-dimension ( x component only ), Green's function is 2-dimensions.
Численное решение неоднородного двумерного уравнения Гельмгольца (стационарное распределение температуры) с помощью технологии параллельных вычислений MPI с распределенной памятью. Для решения системы линейных алгебраических уравнений используются методы Якоби и Зейделя
Solves Helmholtz equation with any kind of initial and boundary conditions using MPI.
Solves Helmholtz equation with Jacoby and red-black i Iterative methods.
This library implements solving and resonance finding for the Helmholtz transmission problem using Boundary Element Methods.
Finite element analysis of 2D heat transfer problems. This is a new version to previous solver
Add a description, image, and links to the helmholtz-equation topic page so that developers can more easily learn about it.
To associate your repository with the helmholtz-equation topic, visit your repo's landing page and select "manage topics."