You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
990 B
35 lines
990 B
2 years ago
|
\begin{titlepage}
|
||
|
\begin{center}
|
||
|
SAND2008-xxxx\\
|
||
|
DRAFT\\
|
||
|
Draft Date: \today\\
|
||
|
\end{center}
|
||
|
|
||
|
\vspace{1.0in}
|
||
|
|
||
|
\begin{center}
|
||
|
{\Huge\bf EXODUS:\\ A Finite Element Data Model\\}
|
||
|
\vspace{1.0in}
|
||
|
{\large Gregory D. Sjaardema\\
|
||
|
Larry A. Schoof\\
|
||
|
Victor R. Yarberry\\
|
||
|
Computational Mechanics and Visualization Department\\
|
||
|
Sandia National Laboratories\\
|
||
|
Albuquerque, NM 87185}
|
||
|
\end{center}
|
||
|
\vspace{1.0in}
|
||
|
\begin{center}
|
||
|
\large\bf Abstract
|
||
|
\end{center}
|
||
|
|
||
|
\exo{} is a model developed to store and retrieve data for finite
|
||
|
element analyses. It is used for preprocessing (problem definition),
|
||
|
postprocessing (results visualization), as well as code to code data
|
||
|
transfer. An \exo{} data file is a random access, machine independent,
|
||
|
binary file that is written and read via C, C++, or Fortran library
|
||
|
routines which comprise the Application Programming Interface (API).
|
||
|
|
||
|
See also the doxygen-generated documentation at \url{https://sandialabs.github.io/seacas-docs/html/index.html}
|
||
|
|
||
|
\end{titlepage}
|