ABIEM (Another Boundary Integral Equations Method) is a prototype program built for the two methods of the solution of 3-D Helmholtz BIE on smooth surfaces. These methods are described in kashirin2010 and ying2006.
We offer the following installation options:
- Download the ABIEM Docker image
- All necessary commands for building the environment are here
- Requirements: Maxima, M. Bebendorf’s AHMED library, PETSc (optional)
cd /home/eab/git/difwave/abiem
git pull
make all
docker build . -t eab-abiem
docker run -it --rm --privileged --hostname eab-abiem eab-abiem sh
make test