mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
Initial testing suggests that stability or convergence may be affected by the accuracy with which we solve the individual Jacobian systems.
38 lines
467 B
Plaintext
38 lines
467 B
Plaintext
# use shell glob syntax for wildcards etc.
|
|
syntax: glob
|
|
|
|
# General patterns
|
|
*~
|
|
*.o
|
|
*.lo
|
|
*.la
|
|
.libs
|
|
.deps
|
|
*.pc
|
|
stamp-*
|
|
*.aux
|
|
*.log
|
|
|
|
# Some more files generated by autotools.
|
|
Makefile
|
|
Makefile.in
|
|
Doxyfile
|
|
Doxyfile.in
|
|
aclocal.m4
|
|
am
|
|
autom4te.cache
|
|
configure
|
|
config.*
|
|
dependencies.m4
|
|
depcomp
|
|
install-sh
|
|
libtool
|
|
ltmain.sh
|
|
missing
|
|
|
|
# Ignoring executables
|
|
*_test
|
|
dune/porsol/blackoil/test/bo_fluid_pressuredeps
|
|
dune/porsol/blackoil/test/bo_fluid_p_and_z_deps
|
|
examples/spu_2p
|