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
f104bb3a
Commit
f104bb3a
authored
8 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Updated bibliography for the kernel definitions.
parent
ad6dadd8
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
theory/SPH/kernel/bibliography.bib
+18
-0
18 additions, 0 deletions
theory/SPH/kernel/bibliography.bib
theory/SPH/kernel/kernel_definitions.tex
+9
-7
9 additions, 7 deletions
theory/SPH/kernel/kernel_definitions.tex
theory/SPH/kernel/run.sh
+2
-0
2 additions, 0 deletions
theory/SPH/kernel/run.sh
with
29 additions
and
7 deletions
theory/SPH/kernel/bibliography.bib
0 → 100644
+
18
−
0
View file @
f104bb3a
@ARTICLE
{
Dehnen2012
,
author
=
{{Dehnen}, W. and {Aly}, H.}
,
title
=
"{Improving convergence in smoothed particle hydrodynamics simulations without pairing instability}"
,
journal
=
{\mnras}
,
archivePrefix
=
"arXiv"
,
eprint
=
{1204.2471}
,
primaryClass
=
"astro-ph.IM"
,
keywords
=
{hydrodynamics, methods: numerical }
,
year
=
2012
,
month
=
sep
,
volume
=
425
,
pages
=
{1068-1082}
,
doi
=
{10.1111/j.1365-2966.2012.21439.x}
,
adsurl
=
{http://adsabs.harvard.edu/abs/2012MNRAS.425.1068D}
,
adsnote
=
{Provided by the SAO/NASA Astrophysics Data System}
}
This diff is collapsed.
Click to expand it.
theory/SPH/kernel/kernel_definitions.tex
+
9
−
7
View file @
f104bb3a
\documentclass
[a4paper]
{
mnras
}
\documentclass
[usenatbib, useAMS,a4paper]
{
mnras
}
\usepackage
[utf8]
{
inputenc
}
\usepackage
{
amsmath
}
\usepackage
{
graphicx
}
\usepackage
{
graphicx
}
\usepackage
{
xspace
}
\usepackage
{
amsmath,paralist,xcolor,xspace,amssymb
}
\usepackage
{
times
}
\newcommand
{
\swift
}{{
\sc
Swift
}
\xspace
}
\newcommand
{
\swift
}{{
\sc
Swift
}
\xspace
}
%opening
%opening
\title
{
SPH kernels in SWIFT
}
\title
{
SPH kernels in SWIFT
}
\author
{
Matthieu Schaller
}
\author
{
Matthieu Schaller
}
...
@@ -16,7 +13,9 @@
...
@@ -16,7 +13,9 @@
\maketitle
\maketitle
In here we follow the definitions of Dehnen
\&
Aly 2012.
We follow the definitions and notation of
\cite
{
Dehnen2012
}
. Motivation for all the material given here can be
found in their paper.
\section
{
General Definitions
}
\section
{
General Definitions
}
...
@@ -238,4 +237,7 @@ expressions and are shown on Fig.~\ref{fig:sph:kernel_derivatives}:
...
@@ -238,4 +237,7 @@ expressions and are shown on Fig.~\ref{fig:sph:kernel_derivatives}:
\end{eqnarray*}
\end{eqnarray*}
Note that for all the kernels listed above,
$
f'
(
0
)
=
0
$
.
Note that for all the kernels listed above,
$
f'
(
0
)
=
0
$
.
\bibliographystyle
{
mnras
}
\bibliography
{
./bibliography.bib
}
\end{document}
\end{document}
This diff is collapsed.
Click to expand it.
theory/SPH/kernel/run.sh
+
2
−
0
View file @
f104bb3a
#!/bin/bash
#!/bin/bash
python kernels.py
python kernels.py
pdflatex kernel_definitions.tex
pdflatex kernel_definitions.tex
bibtex kernel_definitions.aux
pdflatex kernel_definitions.tex
pdflatex kernel_definitions.tex
pdflatex kernel_definitions.tex
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