* Add hypre_State type to track initialization state of hypre * Add HYPRE_Initialized to determine whether hypre has been initialized * Add HYPRE_Finalized to determine whether hypre has been finalized * Add private implementations for hypre_initialized/finalized * Add HYPRE_Initialize * Update Fortran interface for HYPRE_Initialize * Use HYPRE_Initialize in test drivers and examples * Clean-up mentions of HYPRE_Init * Add HYPRE_DEPRECATED macro to autotools and CMake builds * Add regression test for library initialization/finalization
47 lines
710 B
Plaintext
47 lines
710 B
Plaintext
*.o
|
|
*.obj
|
|
*.a
|
|
*.so
|
|
*.out.*
|
|
*.err.*
|
|
*.err
|
|
*.out
|
|
*.perf
|
|
config.log
|
|
config.status
|
|
Makefile.config
|
|
HYPRE_config.h
|
|
autom4te.cache
|
|
src/TAGS
|
|
hypre/
|
|
cmbuild/
|
|
|
|
###############
|
|
# Documentation
|
|
###############
|
|
src/docs/ref-manual-html/
|
|
src/docs/ref-manual.pdf
|
|
src/docs/ref-manual/latex/
|
|
src/docs/ref-manual/xml/
|
|
src/docs/usr-manual-html/
|
|
src/docs/usr-manual.pdf
|
|
src/docs/usr-manual/_build/
|
|
|
|
###############
|
|
# Executables
|
|
###############
|
|
src/test/ams_driver
|
|
src/test/ij
|
|
src/test/ij_assembly
|
|
src/test/ij_mv
|
|
src/test/ij_mm
|
|
src/test/maxwell_unscaled
|
|
src/test/sstruct
|
|
src/test/sstruct_fac
|
|
src/test/struct
|
|
src/test/struct_migrate
|
|
src/test/zboxloop
|
|
src/examples/ex[0-9]
|
|
src/examples/ex1[0-6]
|
|
src/examples/ex5f
|
|
src/examples/ex12f |