• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cmake/H30-Jan-2019-73

include/H30-Jan-2019-2,9562,107

src/H03-May-2022-49,82224,776

COPYRIGHTH A D30-Jan-20191.6 KiB3326

READMEH A D30-Jan-2019813 2819

README.kitware.mdH A D30-Jan-2019538 1310

README

1========================================================================
2CONTACT:
3
4Greg Sjaardema,
5Sandia-2017 National Laboratories,
6gdsjaar@sandia.gov
7
8========================================================================
9LICENSE:
10The Exodus library is licensed under the terms of the BSD License.
11
12Legal stuff (copyright, licensing restrictions, etc.) can be found in
13the file COPYRIGHT which contains:
14
151. The Sandia Corporation Copyright Notice.
162. The BSD License.
17
18We appreciate feedback from users of this package.  Please send
19comments, suggestions, and bug reports to Greg Sjaardema
20<gdsjaar@sandia.gov>.
21
22Please identify the version of the package.
23
24========================================================================
25BUILDING
26
27See instructions at the top-level of the repository in README.md
28

README.kitware.md

1# ExodusII fork for VTK
2
3This branch contains changes required to embed exodusII into VTK. This
4includes changes made primarily to the build system to allow it to be embedded
5into another source tree as well as a header to facilitate mangling of the
6symbols to avoid conflicts with other copies of the library within a single
7process.
8
9  * Add attributes to pass commit checks within VTK.
10  * Use VTK's netcdf library.
11  * CMake code to integrate with VTK's module system.
12  * Mangle all exported symbols to have a `vtkexodusII_` prefix.
13