Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

aashays/fmm-g

Repository files navigation

THESE INSTRUCTIONS APPLY TO OLD SEQUENTIAL VERSION ONLY (directories "fmm3d" and "common"). 
For parallel code, see README.MPI



%-----------------------------------------------------
%-----------------------------------------------------
SEQUENTIAL CODE

%---------------------------------------
To compile the code

1. make sure fftw-3, blas and lapack libraries are installed, and
change the library path variable LIBS in makefile.opt accordingly.

2. go to directory common, and type
	make 

3. go to directory fmm3d, and type
	make 

4. go to directory fmm3d, and type
	make tt

%---------------------------------------
To run the test examples:

go to fmm3d, and try the following:

%(1) single layer laplace kernel, low accuracy
tt options_0

%(2) double layer stokes kernel, mid accuracy
tt options_1

%(3) single layer navier kernel, high accuracy
tt options_2

Releases

No releases published

Packages

No packages published