update: auto commit

This commit is contained in:
2026-04-10 00:12:39 -04:00
parent c03aac675b
commit f315177944
+44 -1
View File
@@ -295,7 +295,50 @@
\end{itemize}
\end{frame}
\begin{frame}{Searching for a first order Z4c}{Why Z4c?}
\begin{frame}{Searching for a first order Z4c}{First order Z4c?}
\begin{figure}
\centering
\begin{tikzpicture}[
scale=0.5,
>=Latex,
node distance=8mm and 10mm,
every node/.style={font=\small},
sys/.style={
draw,
rounded corners,
align=center,
minimum width=15mm,
minimum height=7mm,
inner sep=2pt
},
std/.style={sys, fill=blue!8},
fo/.style={sys, fill=red!10},
rel/.style={->, thick},
weak/.style={->, semithick, dashed},
equv/.style={<->, thick, dotted}
]
\node[std] (bssn) {BSSN};
\node[std, right=of bssn] (z4) {Z4};
\node[std, right=of z4] (z4c) {Z4c};
\node[std, right=of z4c] (ccz4) {CCZ4};
\node[fo, below=10mm of bssn] (fobssn) {FOBSSN};
\node[fo, below=8mm of z4] (gh) {GH};
\node[fo, below=10mm of ccz4] (foccz4) {FOCCZ4};
\draw[rel] (z4) -- (z4c);
\draw[rel] (z4) to[bend left=18] (ccz4);
\draw[weak] (bssn) -- (z4c);
\draw[rel] (bssn) -- (fobssn);
\draw[rel] (ccz4) -- (foccz4);
\draw[equv] (z4) -- (gh);
% \node[draw=none, above=1mm of gh, font=\scriptsize] {full first order};
\end{tikzpicture}
\caption{Commenly used systems, and first order reductions.}
\end{figure}
\end{frame}