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.
7 lines
412 B
7 lines
412 B
2 years ago
|
\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).
|