-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSEforCSE.tex
90 lines (72 loc) · 2.54 KB
/
SEforCSE.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
\documentclass[sunil1]{sunil} %See documentation for other class options
%\documentclass[sunil1,ChapterTOCs]{sunil} %See documentation for other class options
\usepackage{fixltx2e,fix-cm}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{makeidx}
\usepackage{multicol}
\usepackage{paralist}
\usepackage{color}
%\usepackage{hyperref}
\newcommand{\comment}[1]{\textcolor{red}{{\bf#1}}}
\newcommand{\response}[1]{\textcolor{blue}{{\bf#1}}}
\frenchspacing
\tolerance=5000
\makeindex
\def \la {\mathrel{\vcenter
{\hbox{$<$}\nointerlineskip\hbox{$\sim$}}}}
\def \ga {\mathrel{\vcenter
{\hbox{$>$}\nointerlineskip\hbox{$\sim$}}}}
\begin{document}
\title{Software Process for Multicomponent Multiphysics
Codes}
\tableofcontents
%\include{foreword}
%\include{preface}
%\listoffigures
%\listoftables
%\include{contributor}
%\include{symbollist}
\mainmatter
\chapterauthor{Anshu Dubey}{ANL}
\chapterauthor{Katie Antypas}{LBL}
\chapterauthor{Ethan Coon}{LANL}
\chapterauthor{Katherine Riley}{ANL}
\chapter{Software Process for Multiphysics Multicomponent Codes}
\section {Introduction}
\input{introduction}
\section{Lifecycle}
\input{lifecycle}
\section{Domain Challenges}
\input{domain_challenges}
\section{Institutional Challenges}
\input{institutional_challenges}
\section{Case Studies}
\label{sec:case-studies}
\input{flash}
\input{amanzi}
\section{Generalization}
\input{generalization}
\section{Additional Future Considerations}
%How the software, design and policies might need to change in Future.
\input{future}
\section*{Acknowledgements}
This work was supported by the U.S. Department of
Energy, Office of Science, under contract number DE-AC02-06CH11357;
National Energy Research Scientific Computing Center, a DOE Office
of Science User Facility under Contract No. DE-AC02-05CH11231;
Department of Energy at Los Alamos National Laboratory under contracts
DE-AC52-06NA25396 and the DOE Office of Science Biological and
Environmental Research (BER) program in Subsurface Biogeochemical
Research. Support was also provided through the IDEAS
scientific software productivity project (www.ideas-productivity.org),
funded by the U.S. Department of Energy Office of Science, Advanced
Scientific Computing Research and Biological and Environmental
Research programs. One software described in this work was in part
developed by the DOE-supported ASC / Alliance Center for Astrophysical
Thermonuclear Flashes at the University of Chicago under grant B523820.
\bibliographystyle{plain}
\bibliography{SEforCSE}
\end{document}