forked from beauof/iron-tests
-
Notifications
You must be signed in to change notification settings - Fork 6
/
tests.tex
268 lines (255 loc) · 10.3 KB
/
tests.tex
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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Arsclassica Article
% LaTeX Template
% Version 1.1 (10/6/14)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Lorenzo Pantieri (http://www.lorenzopantieri.net) with extensive modifications by:
% Vel (vel@latextemplates.com)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[
10pt, % Main document font size
a4paper, % Paper type, use 'letterpaper' for US Letter paper
oneside, % One page layout (no page indentation)
%twoside, % Two page layout (page indentation for binding and different headers)
headinclude,footinclude, % Extra spacing for the header and footer
BCOR5mm, % Binding correction
]{scrartcl}
\input{doc/structure.tex} % Include the structure.tex file which specified the document structure and layout
\hyphenation{Fortran hy-phen-ation OpenCMISSLocalConfig} % Specify custom hyphenation points in words with dashes where you would like hyphenation to occur, or alternatively, don't put any dashes in a word to stop hyphenation altogether
\usepackage{datetime}
\usepackage{rotating}
\usepackage{verbatim}
\usepackage{media9} % for movies
\newcommand\highlightcolor{black}
\newcommand\opencmiss{\textit{OpenCMISS}}
\newcommand\dependencies{\textit{OpenCMISS-{\color{\highlightcolor}dependencies}}}
\newcommand\iron{\textit{OpenCMISS-{\color{\highlightcolor}iron}}}
\newcommand\zinc{\textit{OpenCMISS-{\color{\highlightcolor}zinc}}}
\newcommand\example{\textit{example}}
\newcommand\examples{\textit{OpenCMISS-{\color{\highlightcolor}examples}}}
\newcommand\myexamples{\textit{myOpenCMISS-examples}}
\newcommand\debug{\textit{{\color{\highlightcolor}debug}}}
\newcommand\release{\textit{{\color{\highlightcolor}release}}}
\newcommand\totalview{\textit{TotalView}}
\newcommand\git{\textit{git}}
\newcommand\github{\textit{GitHub}}
\newcommand\lead{\textit{LEAD}}
\newcommand{\at}{\makeatletter @\makeatother}
%----------------------------------------------------------------------------------------
% TITLE AND AUTHOR(S)
%----------------------------------------------------------------------------------------
\title{\normalfont{\iron\ examples and tests used by \opencmiss\ developers at University of Stuttgart, Germany}} % The article title
%\author{\spacedlowsmallcaps{Andreas Hessenthaler* \& James Smith\textsuperscript{1}}} % The article author(s) - author affiliations need to be specified in the AUTHOR AFFILIATIONS block
\author{% NOTE : Surnames in alphabetical order
Christian Bleiler\footnote{Institute of Applied Mechanics (CE), University of Stuttgart, Pfaffenwaldring 7, 70569 Stuttgart, Germany},
Dr.-Ing.\ Nehzat Emamy\footnote{Institute for Parallel and Distributed Systems, University of Stuttgart, Universit\"atsstra\ss e 38, 70569 Stuttgart, Germany},\\
Andreas Hessenthaler\footnotemark[1],
Thomas Klotz\footnotemark[1],\\
Aaron Kr\"amer\footnote{Lehrstuhl Mathematische Methoden f\"ur komplexe Simulation der Naturwissenschaft und Technik, University of Stuttgart, Allmandring 5b, 70569 Stuttgart, Germany},
Benjamin Maier\footnotemark[2],
Sergio Morales\footnotemark[1],\\
Mylena Mordhorst\footnotemark[1],
Harry Saini\footnotemark[1]
}
\usdate
\date{\color{gray}\large \today \\ \currenttime} % An optional date to appear under the author(s)
%===============================================================================
%===============================================================================
\begin{document}
%===============================================================================
%===============================================================================
% HEADERS
%===============================================================================
%===============================================================================
\renewcommand{\sectionmark}[1]{\markright{\spacedlowsmallcaps{#1}}} % The header for all pages (oneside) or for even pages (twoside)
%\renewcommand{\subsectionmark}[1]{\markright{\thesubsection~#1}} % Uncomment when using the twoside option - this modifies the header on odd pages
\lehead{\mbox{\llap{\small\thepage\kern1em\color{halfgray} \vline}\color{halfgray}\hspace{0.5em}\rightmark\hfil}} % The header style
\pagestyle{scrheadings} % Enable the headers specified in this block
%
%===============================================================================
%===============================================================================
% TABLE OF CONTENTS & LISTS OF FIGURES AND TABLES
%===============================================================================
%===============================================================================
\maketitle % Print the title/author/date block
\setcounter{tocdepth}{3} % Set the depth of the table of contents
% to show sections and subsections only
\tableofcontents % Print the table of contents
\listoffigures % Print the list of figures
\listoftables % Print the list of tables
%===============================================================================
%===============================================================================
% TEST SUMMARY
%===============================================================================
%===============================================================================
%
\clearpage
%
\section{Test summary}
%
\verbatiminput{results.summary}
%
\subsection{Details}
%
\verbatiminput{failed.tests}
%
%===============================================================================
%===============================================================================
% INTRODUCTION
%===============================================================================
%===============================================================================
%
\clearpage
%
\input{doc/intro}
%
%===============================================================================
%===============================================================================
% PROGRESS
%===============================================================================
%===============================================================================
%
\input{doc/progress}
%
%===============================================================================
%===============================================================================
% Examples
%===============================================================================
%===============================================================================
%
\clearpage
%
\section{Diffusion equation}
%
\subsection{Equation in general form}
%
The governing equation is,
%
\begin{equation}
\partial_t u + \nabla \cdot [\boldsymbol{\sigma} \nabla u] = f,
\end{equation}
%
with conductivity tensor $\boldsymbol{\sigma}$. The conductivity tensor is,
%
\begin{itemize}
\item{defined in material coordinates (fibre direction),}
\item{diagonal,}
\item{defined per element.}
\end{itemize}
%
\input{examples/example-0001/doc/example}
%
\input{examples/example-0001-u/doc/example}
%
\input{examples/example-0002/doc/example}
%
\input{examples/example-0003/doc/example}
%
\input{examples/example-0004/doc/example}
%
%\input{examples/example-0002-b/doc/example}
%
\input{examples/example-0005/doc/example}
%
\input{examples/example-0011/doc/example}
%
\input{examples/example-0012/doc/example}
%
\input{examples/example-0013/doc/example}
%
%===============================================================================
%
\clearpage
%
\section{Linear elasticity}
%
\subsection{Equation in general form}
%
\begin{equation}
\partial_{tt} \boldsymbol{u} + \nabla \cdot \boldsymbol{\sigma} (\boldsymbol{u}, t) = \boldsymbol{f} (\boldsymbol{u}, t)
\end{equation}
%
\input{examples/example-0101/doc/example}
%
\input{examples/example-0102/doc/example}
%
\input{examples/example-0111/doc/example}
%
\input{examples/example-0112/doc/example}
%===============================================================================
%
\clearpage
%
\section{Finite elasticity}
%
\input{examples/example-0201-u/doc/example} % uniaxial test, isotropic & anisotropic Neo-Hooke
%
%\input{examples/example-0202-u/doc/example} % shear test, isotropic & anisotropic Neo-Hooke
%
%\input{examples/example-0203-u/doc/example} % cube with activation
%
\input{examples/example-0204-u/doc/example} % TA with stretch
%
%===============================================================================
%
\clearpage
%
\section{Navier-Stokes flow}
%
\subsection{Equation in general form}
%
\begin{equation}
\partial_{t} (\rho \boldsymbol{v}) + \nabla \cdot (\rho \boldsymbol{v} \otimes \boldsymbol{v} + p \boldsymbol{I}) = \rho \boldsymbol{f}
\end{equation}
%
%\input{examples/example-0301/doc/example}
%
\input{examples/example-0302-u/doc/example}
%
%===============================================================================
%
\clearpage
%
\section{Monodomain}
%
\input{examples/example-0401/doc/example}
\input{examples/example-0402/doc/example}
\input{examples/example-0404-c/doc/example}
%
%===============================================================================
%
\clearpage
%
\section{CellML model}
%
%\input{examples/example-0501/doc/example}
%
%
%===============================================================================
% BIBLIOGRAPHY
%===============================================================================
%===============================================================================
%
\clearpage
%
%\renewcommand{\refname}{\spacedlowsmallcaps{References}} % For modifying the bibliography heading
\bibliographystyle{unsrt}
\bibliography{doc/refs}
%===============================================================================
%===============================================================================
\end{document}
%===============================================================================
%===============================================================================
%===============================================================================
%===============================================================================