mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
.github
DEMSystems
benchmarks
cmake
doc
solvers
src
thirdParty
Zoltan
SampleCmakeScripts
SampleConfigurationScripts
cmake
config
doc
docs
dev_html
tu_html
Makefile
README
api.tex
contents.tex
examples.tex
introduction.tex
methods.tex
tutorial.html
ug_html
Zoltan.html
Zoltan_FAQ.html
Zoltan_bugreport.html
Zoltan_cite.html
Zoltan_construction.html
Zoltan_download.html
Zoltan_phil.html
Zoltan_pubs.html
index.html
example
siMPI
src
test
CMakeLists.txt
COPYRIGHT_AND_LICENSE
Disclaimer
Known_Problems
Makefile.am
Makefile.export.zoltan.in
Makefile.in
README
README.developer
README.md
ReleaseNotes.txt
VERSION
bootstrap-local
buildlib
configure
configure.ac
siMPI_README.txt
README.md
tutorials
utilities
.gitignore
CMakeLists.txt
LICENSE
README.md
READMEPostprocess.md
phasicFlowConfig.H.in
22 lines
334 B
TeX
22 lines
334 B
TeX
\documentclass[12pt, notitlepage, openany]{book}
|
|
\usepackage{url}
|
|
|
|
\title{Zoltan Tutorial}
|
|
\author{Erik G. Boman, Karen D. Devine, Lee Ann Riesen}
|
|
\date{January 31, 2007; revised Jan. 9, 2009}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\tableofcontents
|
|
\newpage
|
|
|
|
\input{introduction}
|
|
\input{methods}
|
|
\input{api}
|
|
\input{examples}
|
|
|
|
\end{document}
|
|
|