-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
26 lines (18 loc) · 750 Bytes
/
README
File metadata and controls
26 lines (18 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
General Information
===================
LibAran is a 2D/3D Fast Multipole Method software library. Distributed under
the GNU LGPL, it provides a C API to allow developers to use such algorithms
in their own applications.
Currently supported features include:
- 2D FMM algorithms through Laurent Series.
- 3D FMM algorithms through complex spherical harmonics series. These series
can handle Newton/Coulomb potentials. Two flavors of sparse translation
operators (O(p^3) complexity) are included.
- Dynamic QTree/OcTree LibVsg (http://www.libvsg.org) VsgPRTree2d and
VsgPRTree3d) particles filtering.
Installation
============
See the file 'INSTALL'
Documentation
=============
See the doc/reference directory of the distribution.