-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmu-diff-user-guide.tex
More file actions
executable file
·215 lines (151 loc) · 5.76 KB
/
mu-diff-user-guide.tex
File metadata and controls
executable file
·215 lines (151 loc) · 5.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
\documentclass[11pt,twoside,a4paper]{book}
% Pour avoir les lettres accentuŽes et l'hyphŽnation
\usepackage[T1, T5]{fontenc}
\usepackage{lmodern}
\usepackage[applemac]{inputenc}
\usepackage[english]{babel}
\usepackage{epsfig}
\usepackage{mathrsfs}
\usepackage[usenames,dvipsnames]{color}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
%\usepackage{showkeys}
\usepackage{epstopdf}
\usepackage{graphicx}
\usepackage{graphics}
\usepackage{subfigure}
\usepackage{pgfplots}
\usepackage{pgfkeys}
\usepackage{import} % pour les .pdf_tex
\usepackage{pdfsync}
\usepackage{dirtree} %Directory tree
\usepackage{fullpage}
\usepackage{xspace}
%\usepackage[table]{xcolor}
\usepackage{minitoc} % pour la table des matieres ˆ chaque chapitre
%%% FOOTNOTE
%\usepackage{footnpag}
\usepackage{footmisc}
%% Mes macros ˆ moi
\usepackage{MesCommandes}
%\usepackage[framed,numbered,autolinebreaks,useliterate]{mcode}
\usepackage[framed,autolinebreaks,useliterate]{mcode}
%% HYPERREF (pdf interactif) A PLACER EN DERNIER !!!
\usepackage[pdftex]{hyperref}
%Inline code in a text ...
\newcommand{\code}[1]{\mcode{#1}}
%.... and in a tabular
\newcommand{\tabcode}[1]{\lstbasicfont{#1}}
\newcommand{\blockCode}[1]{\begin{lstlisting}{#1}\end{lstlisting}}
\newcommand{\folder}[1]{\texttt{#1}}
%\newcommand{\hilight}[1]{\colorbox{yellow}{#1}}
%\newcommand{\funByName}[3]{\textbullet\;\;\texttt{#1} (\textit{#2})\\#3\\[0.1cm]}
\usepackage[framemethod=tikz]{mdframed}
% To avoid vertical spacing... :
\parindent0mm
\let\svendmdframed\endmdframed
\makeatletter
\def\endmdframed{\svendmdframed\unskip\vspace{-6pt}}
\makeatother
%To describe a function
\definecolor{light-gray}{gray}{0.95}
\newcommand{\funByNameAux}[3]{\textbullet\;\;\texttt{#1} (\textit{#2})\\#3}
\newcommand{\funByName}[3]{\begin{mdframed}[hidealllines=true, backgroundcolor=blue!20, skipbelow=0pt, skipabove=0pt]\funByNameAux{#1}{#2}{#3}\end{mdframed}}
\newcommand{\funByNameEven}[3]{\begin{mdframed}[hidealllines=true, backgroundcolor=light-gray, skipbelow=2pt, skipabove=2pt]\funByNameAux{#1}{#2}{#3}\end{mdframed}}
\newcommand{\funByNameUneven}[3]{\begin{mdframed}[hidealllines=true, backgroundcolor=white, skipbelow=2pt, skipabove=2pt]\funByNameAux{#1}{#2}{#3}\end{mdframed}}
\newcounter{FolderCounter}
\setcounter{FolderCounter}{0}
\newcommand{\NewFolder}[1]{\stepcounter{FolderCounter}\medskip\textbf{\large #1}\\}
\newcommand{\funByFolderAux}[2]{\textbullet\;\;\texttt{#1}: #2}
\newcommand{\funByFolder}[2]{\funByFolderAux{#1}{#2}\\[0.1cm]}
\newcommand{\funByFolderEven}[2]{\begin{mdframed}[hidealllines=true, backgroundcolor=light-gray, skipbelow=2pt, skipabove=2pt]\funByFolderAux{#1}{#2}\end{mdframed}}
\newcommand{\funByFolderUneven}[2]{\begin{mdframed}[hidealllines=true, backgroundcolor=white, skipbelow=2pt, skipabove=2pt]\funByFolderAux{#1}{#2}\end{mdframed}}
%% For chain in Latex
\usepackage{tikz}
\usetikzlibrary{calc,trees,positioning,arrows,chains,shapes.geometric,%
decorations.pathreplacing,decorations.pathmorphing,shapes,%
matrix,shapes.symbols}
\tikzset{
>=stealth',
punktchain/.style={
rectangle,
rounded corners,
% fill=black!10,
draw=black, very thick,
text width=10em,
minimum height=3em,
text centered,
on chain},
line/.style={draw, thick, <-},
element/.style={
tape,
top color=white,
bottom color=blue!50!black!60!,
minimum width=8em,
draw=blue!40!black!90, very thick,
text width=10em,
minimum height=3.5em,
text centered,
on chain},
every join/.style={->, thick,shorten >=1pt},
decoration={brace},
tuborg/.style={decorate},
tubnode/.style={midway, right=2pt},
}
%%%% end chain
%MU DIFF FUNCTIONS
\usepackage{LatexHelper/file/mudiff}
\title{\huge The \mudiff toolbox: user guide}
%\author{X. Antoine\thanks{Institut Elie Cartan Nancy (IECN), Nancy University, INRIA Corida Team, B.P. 239, F-54506
% Vandoeuvre-l\`es-Nancy Cedex, France.}, \and
% C. Besse\thanks{?} \and P. Klein}
\author{\Large Xavier \textsc{Antoine} and Bertrand \textsc{Thierry}}
\date{{\large \today}\\[0.5cm]version $1$}
\begin{document}
%\maketitle
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
%\footnotetext[1]{Laboratoire J.L. Lions (LJLL), University of Paris VI, Paris, France. ({\tt bertrand.thierry1@gmail.com}).}
%\footnotetext[2]{Universit\'e de Lorraine, Institut Elie Cartan de Lorraine, UMR 7502, Vandoeuvre-l\`es-Nancy, F-54506, France. ({\tt xavier.antoine@univ-lorraine.fr}).}
%\footnotetext[3]{Department of Mathematics, University College in Qunfudah, Umm Al-Qura University, Saudi Arabia.
% ({\tt cachniti@uqu.edu.sa;hmzubaidi@uqu.edu.sa}).}
\renewcommand{\thefootnote}{\arabic{footnote}}
\maketitle
\dominitoc
\tableofcontents
\chapter*{Copyright}
\input{copyright}
\chapter*{Introduction to the user guide}
\input{introduction}
\chapter*{How to install $\mu$-diff}
\input{install}
\chapter*{Log version}
\input{log}
\chapter{Boundary integral equations: a short survey}\minitoc
\label{chap:math}
\input{math}
\chapter{Multiple scattering by disks: approximation method in $\mu$-diff}\minitoc
\label{chap:fourier}
\input{fourier}
\chapter{Description of the \mudiff toolbox and first examples}\minitoc
\label{chap:code}
\input{code}
\chapter{Simple examples of multiple scattering problems solved with $\mu$-diff}\minitoc
\label{chap:examples}
\input{examples}
\chapter{\mudiff as a solver}
\input{solver}
%\chapter*{Conclusion}
%\input{conclusion}
\appendix
\chapter{List of the \mudiff functions (alphabetical order)}\minitoc
\input{LatexHelper/file/TableFromName}
\label{app:funFromName}
\chapter{List of the \mudiff functions (ordering by folder name)}\minitoc
\input{LatexHelper/file/TableFromFolder}
\label{app:funFromFolder}
\bibliographystyle{plain}
%\bibliography{Biblio_mudiff.bib}
\bibliography{Biblio_mudiff}
\end{document}