aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
blob: bc570bd0096e2b7d0df5a8f29b3097b444969fad (plain)
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
27
28
29
30
\documentclass{article}

\begin{document}

\title{ADMCoupling}
\author{Ian Hawke}
\date{03/05/2002}
\maketitle

\abstract{ADMCoupling} 

\section{Purpose}
\label{sec:aux}

This thorn is completely trivial (there's already more words in the
documentation than in the code). The point is to allow clean coupling
of matter thorns and spacetime evolution thorns. By making a spacetime
thorn (such as BSSN) a friend of ADMCoupling it can know about the
variables of the matter thorns (such as Whisky) as long as they are
also friends of ADMCoupling, and then the appropriate stress energy
tensor terms can be included through the {\tt CalcTmunu} interface.
This avoids explicit dependencies between the spacetime and matter
evolution thorns. Note that we need to do the same for certain
analysis thorns, such as ADMConstraints.

\include{interface}
\include{param}
\include{schedule}

\end{document}