설명 없음

Dhairya Malhotra ea8076e723 static-build 7 년 전
doc 7b973cdbe4 New repo for PvFMM 11 년 전
examples ea8076e723 static-build 7 년 전
include ea8076e723 static-build 7 년 전
m4 d66966749d Update configure.ac 8 년 전
mpi-stub ea8076e723 static-build 7 년 전
scripts 987aa2361d Fix several issues 10 년 전
src ea8076e723 static-build 7 년 전
.gitignore 8c2b816f95 Fix multiply defined symbols. 11 년 전
AUTHORS 7b973cdbe4 New repo for PvFMM 11 년 전
COPYING 7b973cdbe4 New repo for PvFMM 11 년 전
ChangeLog 7b973cdbe4 New repo for PvFMM 11 년 전
Doxyfile 7b973cdbe4 New repo for PvFMM 11 년 전
INSTALL ee361d869b Update vectorization flags in INSTALL 8 년 전
MakeVariables.in ea8076e723 static-build 7 년 전
Makefile.am 704cc02970 Create wrappers for floating-point utilities 10 년 전
NEWS 7b973cdbe4 New repo for PvFMM 11 년 전
README 952a83c374 Update README 8 년 전
TODO 7b973cdbe4 New repo for PvFMM 11 년 전
aminclude.am 7b973cdbe4 New repo for PvFMM 11 년 전
autogen.sh 7b973cdbe4 New repo for PvFMM 11 년 전
config.log ea8076e723 static-build 7 년 전
configure.ac ea8076e723 static-build 7 년 전
test.log ea8076e723 static-build 7 년 전
test.sh ea8076e723 static-build 7 년 전

README


PVFMM README File
*****************

PVFMM Version 1.0.0 is the latest release (January 2014)


WHAT IS PVFMM?
==============

PVFMM is a library for solving certain types of elliptic partial
differential equations.

* We support Stokes, Poisson, and Helmholtz problems on the unit
cube, with free-space or periodic boundary conditions, with
constant or mildly varying coefficients. Our method is based on
volume potential integral equation formulation accelerated by the
Kernel Independent Fast Multipole Method.


HOW TO GET PVFMM
================

For the latest stable release of PVFMM


LICENSE
=======

PVFMM is distributed under the LGPLv3 licence. See COPYING in
the top-level directory of the distribution.

INSTALLING PVFMM
================

To install PVFMM, follow the steps in the INSTALL file, which is
located in the top directory of the source distribution.


USING PVFMM
===========

The file examples/Makefile can be used as a template makefile for any
project using the library. In general the MakeVariables file should
be included in any makefile and CXXFLAGS_PVFMM and LDFLAGS_PVFMM should
be used to compile the code.

Two very simple examples illustrating usage of the library are available:
For particle N-body : examples/src/example1.cpp
For volume potentials: examples/src/example2.cpp

To compile these examples:
make examples/bin/example1
make examples/bin/example2

* The volume potentials example will take a long time, the first time
it is used, since it has to precompute quadrature rules. This data
is saved to a file and used for subsequent runs. See INSTALL for
the configure option '--with-precomp-dir=DIR' to set the default
path for precomputed data.


Acknowledgment
==============

This software has been developed as part of the work supported by,
* US National Institutes of Health/10042242
* US Department of Energy/DE-SC0010518
* US Department of Energy/DE-SC0009286
* US National Science Foundation/CCF-1337393
* US Air Force Office for Scientific Research /FA9550-12-10484

The authors would also like to thank ORNL/OLCF and TACC for providing
access to computing resources for the development, testing and
benchmarking of this software.