-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'flatironinstitute:master' into master
- Loading branch information
Showing
60 changed files
with
1,544 additions
and
42,878 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,5 @@ lib/* | |
*.log | ||
*.sh | ||
sbatch* | ||
*.obj | ||
make.inc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# .readthedocs.yml | ||
# "Read the Docs" doc-hosting website configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required (for this file format) | ||
version: 2 | ||
|
||
# Set the OS, Python version and other tools you might need | ||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.11" | ||
|
||
# Build all formats | ||
formats: all | ||
|
||
# Build documentation in the docs/ directory with Sphinx | ||
sphinx: | ||
configuration: docs/conf.py | ||
|
||
# Optionally set the version of Python and requirements required to build your docs | ||
python: | ||
install: | ||
- requirements: docs/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
Authors of FMM3D: | ||
FMM3D development team | ||
|
||
Zydrunas Gimbutas | ||
Travis Askham | ||
Alex Barnett | ||
Zydrunas Gimbutas | ||
Leslie Greengard <[email protected]> | ||
Libin Lu | ||
Jeremy Magland | ||
Dhairya Malhotra | ||
Manas Rachh <[email protected]> | ||
Vladimir Rokhlin | ||
Michael O'Neil | ||
Felipe Vico | ||
|
||
Jeremy Magland contributed support for python interface | ||
The contributions of Alex Barnett, Leslie Greengard, | ||
Libin Lu, Jeremy Magland, Dhairya Malhotra, and Manas Rachh are | ||
works made for hire for The Simons Foundation, Inc. | ||
|
||
Michael O'Neil contributed multiple scattering codes | ||
|
||
Dhairya Malhotra contributed [Scientific computing template library SCTL] (https://github.com/dmalhotra/SCTL) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Contributions of source code, documentations, and fixes are happily | ||
accepted via GitHub merge requests. | ||
If you are planning a large contribution, we encourage you to discuss | ||
the concept on a GitHub issue, or a merge request. | ||
|
||
FMM3D is distributed under the Apache License, Version 2.0 (see LICENSE). | ||
The act of submitting a pull request or patch (with or without an explicit | ||
Signed-off-by tag) will be understood as an affirmation of the | ||
following: | ||
|
||
Developer's Certificate of Origin 1.1 | ||
|
||
By making a contribution to this project, I certify that: | ||
|
||
(a) The contribution was created in whole or in part by me and I | ||
have the right to submit it under the open source license | ||
indicated in the file; or | ||
|
||
(b) The contribution is based upon previous work that, to the best | ||
of my knowledge, is covered under an appropriate open source | ||
license and I have the right under that license to submit that | ||
work with modifications, whether created in whole or in part | ||
by me, under the same open source license (unless I am | ||
permitted to submit under a different license), as indicated | ||
in the file; or | ||
|
||
(c) The contribution was provided directly to me by some other | ||
person who certified (a), (b) or (c) and I have not modified | ||
it. | ||
|
||
(d) I understand and agree that this project and the contribution | ||
are public and that a record of the contribution (including all | ||
personal information I submit with it, including my sign-off) is | ||
maintained indefinitely and may be redistributed consistent with | ||
this project or the open source license(s) involved. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
texext | ||
sphinxcontrib.bibtex | ||
sphinx_rtd_theme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FMM3D development team | ||
|
||
Travis Askham | ||
Alex Barnett | ||
Zydrunas Gimbutas | ||
Leslie Greengard <[email protected]> | ||
Libin Lu | ||
Jeremy Magland | ||
Dhairya Malhotra | ||
Manas Rachh <[email protected]> | ||
Vladimir Rokhlin | ||
Michael O'Neil | ||
|
||
The contributions of Alex Barnett, Leslie Greengard, | ||
Libin Lu, Jeremy Magland, Dhairya Malhotra, and Manas Rachh are | ||
works made for hire for The Simons Foundation, Inc. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Copyright (C) 2019-2023 The Simons Foundation, Inc., FMM3D Development Team | ||
(see AUTHORS) - All Rights Reserved. | ||
|
||
FMM3D as a whole is licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
|
||
This product bundles the file "src/Common/dlaran.f", | ||
which is available under a modified "3-Clause BSD" license. | ||
For details, see src/Common/dlaran.f. | ||
This product bundles the files "src/Common/dfft.f", "src/Helmholtz/hwts3e.f", | ||
"src/Helmholtz/hwts_3d_iprec0.txt", | ||
"src/Helmholtz/hwts_3d_iprec1.txt", | ||
"src/Helmholtz/hwts_3d_iprec2.txt", | ||
"src/Helmholtz/hwts_3d_iprec3.txt", | ||
"src/Helmholtz/hwts_3d_iprec4.txt", | ||
"src/Helmholtz/hnumfour.f", | ||
"src/Helmholtz/hnumphys.f", | ||
"src/Laplace/lwtsexp_sep1.f", and | ||
"src/Laplace/lwtsexp_sep2.f", | ||
which are available under the public domain. See each file for details. | ||
|
||
References | ||
=========== | ||
Also, if you find this library useful, or it helps you in creating | ||
software or publications, please acknowledge that fact by citing this | ||
repository along with the author names, and any corresponding journal | ||
article. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.