-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into lroberts36/add-sparse-vector-wave-test
- Loading branch information
Showing
181 changed files
with
7,158 additions
and
2,571 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
\begin{tikzpicture} | ||
\begin{axis}[grid=both, | ||
ymin=0, | ||
ymax=4.5, | ||
xmax=4.5, | ||
xmin=0, | ||
xticklabel=\empty, | ||
yticklabel=\empty, | ||
minor tick num=1, | ||
axis lines = middle, | ||
xlabel=$x_1$, | ||
ylabel=$x_2$, | ||
label style = {at={(ticklabel cs:1.1)}}, | ||
axis equal=true, width=6cm, height=6cm] | ||
|
||
\coordinate (t1ll) at (1, 1); | ||
\pic at (t1ll) {ig_tree={t1, $\Omega_1$}}; | ||
\pic at (t1ll) {ig_tree_region={{0.8, 0.8}, {1.0, 1.0}, green}}; | ||
|
||
\coordinate (t2ll) at (3, 1); | ||
\pic at (t2ll) {ig_tree={t2, $\Omega_2$}}; | ||
\pic at (t2ll) {ig_tree_region={{-0.2, 0.8}, {0.0, 1.0}, green}}; | ||
|
||
\coordinate (t3ll) at (3, 3); | ||
\pic at (t3ll) {ig_tree={t3, $\Omega_3$}}; | ||
\pic at (t3ll) {ig_tree_region={{-0.2, -0.2}, {0.0, 0.0}, green}}; | ||
|
||
\path[thick, ->] ([shift={(0.9, 0.85)}]t1ll) edge[bend right] node [below] | ||
{$\tau_{1 \rightarrow 2}$} ([shift={(-0.15, 0.85)}]t2ll); | ||
|
||
\path[thick, ->] ([shift={(-0.05, 0.95)}]t2ll) edge[bend right] node [right] | ||
{$\tau_{2 \rightarrow 3}$} ([shift={(-0.05, -0.15)}]t3ll); | ||
|
||
\path[thick, ->] ([shift={(0.9, 0.95)}]t1ll) edge node [left] | ||
{$\tau_{1 \rightarrow 3}$} ([shift={(-0.15, -0.05)}]t3ll); | ||
\end{axis} | ||
\end{tikzpicture} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
\begin{tikzpicture} | ||
\newcommand{\Depth}{2} | ||
\newcommand{\Height}{2} | ||
\newcommand{\Width}{2} | ||
\coordinate (O) at (0,0,0); | ||
\coordinate (A) at (0,\Width,0); | ||
\coordinate (B) at (0,\Width,\Height); | ||
\coordinate (C) at (0,0,\Height); | ||
\coordinate (D) at (\Depth,0,0); | ||
\coordinate (E) at (\Depth,\Width,0); | ||
\coordinate (F) at (\Depth,\Width,\Height); | ||
\coordinate (G) at (\Depth,0,\Height); | ||
|
||
\draw[black] (O) node [left]{2} -- (C) node [left]{0} -- (G) node [right]{1} -- (D) node [right]{3} -- cycle;% Bottom Face | ||
\draw[black] (O) -- (A) -- (E) -- (D) -- cycle;% Back Face | ||
\draw[black] (O) -- (A) -- (B) -- (C) -- cycle;% Left Face | ||
\draw[black] (D) -- (E) -- (F) -- (G) -- cycle;% Right Face | ||
\draw[black] (C) -- (B) -- (F) -- (G) -- cycle;% Front Face | ||
\draw[black] (A) node [left]{6} -- (B) node [left]{4} -- (F) node [right]{5}-- (E) node [right]{7} -- cycle;% Top Face | ||
|
||
\path[->] ([shift={(0,0,0)}]C) edge node [below] {$x_1$} ([shift={(-1.0, 0, 0)}]G); | ||
\path[->] ([shift={(0,0,0)}]C) edge node [right] {$x_2$} ([shift={(0, 0, 1.0)}]O); | ||
\path[->] ([shift={(0,0,0)}]C) edge node [left] {$x_3$} ([shift={(0, -1.0, 0)}]B); | ||
%\draw[blue, fill=black] (1.0, 2.0, 1.0) circle (0.05) node[above] {$(0, 0, 1)$}; | ||
%\draw[blue, fill=black] (1.0, 0.0, 1.0) circle (0.05) node[below] {$(0, 0, -1)$}; | ||
%\draw[blue, fill=black] (2.0, 1.0, 1.0) circle (0.05) node[right] {$(1, 0, 0)$}; | ||
%\draw[blue, fill=black] (0.0, 1.0, 1.0) circle (0.05) node[left] {$(-1, 0, 0)$}; | ||
\end{tikzpicture} |
Binary file not shown.
Oops, something went wrong.