Skip to content

Commit 1ad580b

Browse files
authored
fix reflecting equations in HSE reconstruction docs (#48)
1 parent 32ae8b8 commit 1ad580b

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/hse-reconstruction.ipynb

+11-3
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,17 @@
162162
"\n",
163163
"We also explicitly enforce reflection on the interface states:\n",
164164
"\n",
165-
"$${\\bf q}_{{\\tt lo}-1/2,L} = {\\bf q}_{{\\tt lo}-1/2,R}$$\n",
166-
"\n",
167-
"$${\\bf q}_{{\\tt hi}+1/2,R} = {\\bf q}_{{\\tt hi}+1/2,L}$$"
165+
"\\begin{align*}\n",
166+
"{\\rho}_{{\\tt lo}-1/2,L} &= {\\rho}_{{\\tt lo}-1/2,R} \\\\\n",
167+
"{u}_{{\\tt lo}-1/2,L} &= -{u}_{{\\tt lo}-1/2,R} \\\\\n",
168+
"{p}_{{\\tt lo}-1/2,L} &= {p}_{{\\tt lo}-1/2,R}\n",
169+
"\\end{align*}\n",
170+
"\n",
171+
"\\begin{align*}\n",
172+
"{\\rho}_{{\\tt hi}+1/2,R} &= {\\rho}_{{\\tt hi}+1/2,L} \\\\\n",
173+
"{u}_{{\\tt hi}+1/2,R} &= {\\rho}_{{\\tt hi}+1/2,L} \\\\\n",
174+
"{\\}_{{\\tt hi}+1/2,R} &= {\\rho}_{{\\tt hi}+1/2,L}\n",
175+
"\\end{align*}"
168176
]
169177
},
170178
{

0 commit comments

Comments
 (0)