aboutsummaryrefslogtreecommitdiff
path: root/Docs/source/latex_theory/theory.tex
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2017-09-19 20:55:22 +0000
committerGravatar Remi Lehe <remi.lehe@normalesup.org> 2017-09-19 20:55:22 +0000
commit8e9ddc9fce63ef78f438d3c126a4ab9c1597844c (patch)
tree3b67e89c9266bc3289ffa9909937aecfa9684cc9 /Docs/source/latex_theory/theory.tex
parent74b55dbbdca668d0a64f68a4699c256a96bf8ada (diff)
parent594de46736791c12b16b431def869addb9a70077 (diff)
downloadWarpX-8e9ddc9fce63ef78f438d3c126a4ab9c1597844c.tar.gz
WarpX-8e9ddc9fce63ef78f438d3c126a4ab9c1597844c.tar.zst
WarpX-8e9ddc9fce63ef78f438d3c126a4ab9c1597844c.zip
Merged in expand_doc (pull request #31)
Refactor the theoretical section of the documentation
Diffstat (limited to 'Docs/source/latex_theory/theory.tex')
-rw-r--r--Docs/source/latex_theory/theory.tex48
1 files changed, 48 insertions, 0 deletions
diff --git a/Docs/source/latex_theory/theory.tex b/Docs/source/latex_theory/theory.tex
new file mode 100644
index 000000000..643c53786
--- /dev/null
+++ b/Docs/source/latex_theory/theory.tex
@@ -0,0 +1,48 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% Reviews of Accelerator Science and Technology
+%% Trim Size: 11in x 8.5in
+%% Text Area: 9.25in (include runningheads) x 6.6in
+%% Main Text: 10/13pt
+%% Date: 16-04-2014
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%\documentclass[wsdraft]{ws-rast} % to draw visible frames for the text
+%\documentclass[twocolumn]{ws-rast}
+\documentclass[]{report}
+
+\usepackage{bm}
+\usepackage{amsmath}
+\usepackage{amssymb}
+\usepackage{graphicx}
+\usepackage{url}
+\usepackage{hyperref}
+
+\usepackage[displaymath]{lineno}\usepackage{bm}% bold math
+
+\input{newcommands}
+
+\begin{document}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\section{Mesh refinement}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\input{AMR/AMR.tex}
+
+%%%%%\input{Particle_pushers/Vay_pusher.tex}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\section{Boundary conditions}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\input{PML/PML.tex}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\section{Moving window and optimal Lorentz boosted frame}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\input{Boosted_frame/Boosted_frame.tex}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\section{Inputs and outputs}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\input{input_output/input_output.tex}
+
+
+\end{document}