File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -154,3 +154,9 @@ http://tex.stackexchange.com/questions/172475/how-can-i-define-a-custom-tcolorbo
154
154
155
155
156
156
http://www.scriptscoop2.com/t/e6de0140d668/counters-for-chapter-and-section-environments-when-using-tcolorbox-for.html
157
+
158
+
159
+ http://tex.stackexchange.com/questions/254401/use-the-exercise-environment-from-legrand-book-template
160
+
161
+ http://www.latextemplates.com/template/the-legrand-orange-book
162
+
Original file line number Diff line number Diff line change @@ -941,7 +941,7 @@ \section{Multi-dimensional advection}
941
941
the average over the face of the zone with the flux at the center of the face. Then we have:
942
942
\begin {equation }
943
943
a_{i,j}^{n+1} = a_{i,j}^n - \Delta t \left [
944
- \frac {(ua)_{i+\myhalf ,j}^{n+\myhalf } - (ua)_{i-\myhalf ,j}^{n+\myhalf }}{\Delta x} -
944
+ \frac {(ua)_{i+\myhalf ,j}^{n+\myhalf } - (ua)_{i-\myhalf ,j}^{n+\myhalf }}{\Delta x} +
945
945
\frac {(va)_{i,j+\myhalf }^{n+\myhalf } - (va)_{i,j-\myhalf }^{n+\myhalf }}{\Delta y} \right ]
946
946
\end {equation }
947
947
You can’t perform that action at this time.
0 commit comments