update: auto commit
This commit is contained in:
+21
-16
@@ -240,6 +240,9 @@
|
|||||||
\begin{frame}{Searching for a first order Z4c}{Why Z4c?}
|
\begin{frame}{Searching for a first order Z4c}{Why Z4c?}
|
||||||
\section{Searching for a first order Z4c}
|
\section{Searching for a first order Z4c}
|
||||||
\subsection{Why Z4c?}
|
\subsection{Why Z4c?}
|
||||||
|
Let's look at the relationship between different formulations of Einstein's equations:
|
||||||
|
\begin{figure}
|
||||||
|
\centering
|
||||||
\begin{tikzpicture}[
|
\begin{tikzpicture}[
|
||||||
>=Latex,
|
>=Latex,
|
||||||
node distance=8mm and 10mm,
|
node distance=8mm and 10mm,
|
||||||
@@ -256,27 +259,29 @@
|
|||||||
fo/.style={sys, fill=red!10, very thick},
|
fo/.style={sys, fill=red!10, very thick},
|
||||||
rel/.style={->, thick},
|
rel/.style={->, thick},
|
||||||
weak/.style={->, semithick, dashed}
|
weak/.style={->, semithick, dashed}
|
||||||
]
|
equv/.style={<->, thick}
|
||||||
|
]
|
||||||
|
|
||||||
\node[std] (bssn) {BSSN};
|
\node[std] (bssn) {BSSN};
|
||||||
\node[std, right=of bssn] (z4) {Z4};
|
\node[std, right=of bssn] (z4) {Z4};
|
||||||
\node[std, right=of z4] (z4c) {Z4c};
|
\node[std, right=of z4] (z4c) {Z4c};
|
||||||
\node[std, right=of z4c] (ccz4) {CCZ4};
|
\node[std, right=of z4c] (ccz4) {CCZ4};
|
||||||
|
|
||||||
\node[fo, below=10mm of bssn] (fobssn) {FOBSSN};
|
% \node[fo, below=10mm of bssn] (fobssn) {FOBSSN};
|
||||||
\node[fo, below=10mm of z4c] (gh) {GH};
|
\node[fo, below=10mm of z4] (gh) {GH};
|
||||||
\node[fo, below=10mm of ccz4] (foccz4) {FOCCZ4};
|
% \node[fo, below=10mm of ccz4] (foccz4) {FOCCZ4};
|
||||||
|
|
||||||
\draw[rel] (z4) -- (z4c);
|
\draw[rel] (z4) -- (z4c);
|
||||||
\draw[rel] (z4) to[bend left=18] (ccz4);
|
\draw[rel] (z4) to[bend left=18] (ccz4);
|
||||||
\draw[weak] (bssn) -- (z4c);
|
\draw[weak] (bssn) -- (z4c);
|
||||||
|
|
||||||
\draw[rel] (bssn) -- (fobssn);
|
% \draw[rel] (bssn) -- (fobssn);
|
||||||
\draw[rel] (ccz4) -- (foccz4);
|
% \draw[rel] (ccz4) -- (foccz4);
|
||||||
\draw[weak] (z4) -- (gh);
|
\draw[rel] (z4) -- (gh);
|
||||||
|
|
||||||
\node[draw=none, above=1mm of gh, font=\scriptsize] {full first order};
|
% \node[draw=none, above=1mm of gh, font=\scriptsize] {full first order};
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
|
\end{figure}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}{Searching for a first order Z4c}{Hyperbolicity of first order systems}
|
\begin{frame}{Searching for a first order Z4c}{Hyperbolicity of first order systems}
|
||||||
|
|||||||
Reference in New Issue
Block a user