Лабораторные работы по курсу "Технология параллельных вычислений"
-
Updated
Jul 27, 2018 - C++
Лабораторные работы по курсу "Технология параллельных вычислений"
Solves Helmholtz equation with Jacoby and red-black i Iterative methods.
Solves Helmholtz equation with any kind of initial and boundary conditions using MPI.
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 2-dimensions ( z component is zero ), Green's function is 3-dimensions.
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.
Laboratory works on the course "Parallel Computing Technologies "
Численное решение неоднородного двумерного уравнения Гельмгольца (стационарное распределение температуры) с помощью технологии параллельных вычислений MPI с распределенной памятью. Для решения системы линейных алгебраических уравнений используются методы Якоби и Зейделя
Reference implementation of Jacobi & Seidel iteration for Helmholtz equation using MPI concurrency
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."