Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
10a76254
Commit
10a76254
authored
7 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
More references in FMM theory document
parent
88831396
No related branches found
No related tags found
1 merge request
!566
Periodic gravity calculation
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theory/Multipoles/bibliography.bib
+29
-0
29 additions, 0 deletions
theory/Multipoles/bibliography.bib
theory/Multipoles/fmm_summary.tex
+10
-8
10 additions, 8 deletions
theory/Multipoles/fmm_summary.tex
with
39 additions
and
8 deletions
theory/Multipoles/bibliography.bib
+
29
−
0
View file @
10a76254
...
...
@@ -248,4 +248,33 @@ keywords = "adaptive algorithms"
adsnote
=
{Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE
{
Warren1995
,
author
=
{{Warren}, M.~S. and {Salmon}, J.~K.}
,
title
=
"{A portable parallel particle program}"
,
journal
=
{Computer Physics Communications}
,
year
=
1995
,
month
=
may
,
volume
=
87
,
pages
=
{266-290}
,
doi
=
{10.1016/0010-4655(94)00177-4}
,
adsurl
=
{http://adsabs.harvard.edu/abs/1995CoPhC..87..266W}
,
adsnote
=
{Provided by the SAO/NASA Astrophysics Data System}
}
@ARTICLE
{
Barnes1986
,
author
=
{{Barnes}, J. and {Hut}, P.}
,
title
=
"{A hierarchical O(N log N) force-calculation algorithm}"
,
journal
=
{\nat}
,
keywords
=
{Computational Astrophysics, Many Body Problem, Numerical Integration, Stellar Motions, Algorithms, Hierarchies}
,
year
=
1986
,
month
=
dec
,
volume
=
324
,
pages
=
{446-449}
,
doi
=
{10.1038/324446a0}
,
adsurl
=
{http://adsabs.harvard.edu/abs/1986Natur.324..446B}
,
adsnote
=
{Provided by the SAO/NASA Astrophysics Data System}
}
This diff is collapsed.
Click to expand it.
theory/Multipoles/fmm_summary.tex
+
10
−
8
View file @
10a76254
...
...
@@ -15,12 +15,14 @@ collisionless dynamics, the particles are a mere Monte-Carlo sampling
of the underlying coarse-grained phase-space distribution which
justifies the use of approximate method to evaluate
Eq.~
\ref
{
eq:fmm:n
_
body
}
. The
\emph
{
Fast Multipole Method
}
(FMM)
\citep
{
Greengard1987, Cheng1999
}
, popularized in the field and adapted
specifically for gravity solvers by
\cite
{
Dehnen2000, Dehnen2002
}
, is
an
$
\mathcal
{
O
}
(
N
)
$
method designed to solve Eq.~
\ref
{
eq:fmm:n
_
body
}
by expanding the potential in Taylor series
\emph
{
both
}
around
$
\mathbf
{
x
}_
i
$
and
$
\mathbf
{
x
}_
j
$
and grouping similar terms
arising from nearby particles.
\\
\citep
{
Greengard1987, Cheng1999
}
, popularized in astronomy and adapted
specifically for gravity solvers by
\cite
{
Dehnen2000, Dehnen2002
}
(see
also
\cite
{
Warren1995
}
for related ideas), is an
$
\mathcal
{
O
}
(
N
)
$
method designed to solve Eq.~
\ref
{
eq:fmm:n
_
body
}
by expanding the
potential in Taylor series
\emph
{
both
}
around
$
\mathbf
{
x
}_
a
$
and
$
\mathbf
{
x
}_
b
$
and grouping similar terms arising from nearby
particles. For comparison, a
\cite
{
Barnes1986
}
tree-code expands the
potential only around
$
\mathbf
{
x
}_
b
$
.
\subsubsection
{
Double expansion of the potential
}
...
...
@@ -38,8 +40,8 @@ arising from nearby particles. \\
In what follows, we use the compact multi-index notation of
\cite
{
Dehnen2014
}
(repeated in appendix
\ref
{
sec:multi
_
index
_
notation
}
for completeness) to simplify expressions and ease
comparisons
.
$
\mathbf
{
k
}$
,
$
\mathbf
{
m
}$
and
$
\mathbf
{
n
}$
are
for completeness) to simplify expressions and ease
comparisons with
other published work
.
$
\mathbf
{
k
}$
,
$
\mathbf
{
m
}$
and
$
\mathbf
{
n
}$
are
multi-indices and
$
\mathbf
{
r
}$
,
$
\mathbf
{
R
}$
,
$
\mathbf
{
x
}$
,
$
\mathbf
{
y
}$
and
$
\mathbf
{
z
}$
are vectors, whilst
$
a
$
and
$
b
$
are
particle indices. Note also that we make no assumption on the specific
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment