Simulator programs and utilities for automatic differentiation.
Go to file
Andreas Lauser b77c58b502 fix a few tests
- don't use references to entity pointers in the semi-implicit models
  anymore. this caused the element pointer to go out of scope and made
  it dangle. It was just pure luck that it (mostly) worked anyway.
- fix the non-isothermal navier-stokes model
- reduce the default value for the final time of the water-air problem
  to 5000 seconds. this should avoid time-out problems on slower
  machines (nalle, I'm looking at you)
- reduce the final time for the reservoir problem to 100 seconds to avoid
  numeric errors from accumulating too much.
- don't complain about saturation differences less than .1% anymore
- make the fix for the end time detection work for negative end times
- reduce the total time the stokes problem is run to 10 seconds. this
  is probably not a real fix, but the navier-stokes model does not
  work nicely yet anyway...
- do not compare floating point values with the '==' operator in the
  immiscible flash constraint solver.
2012-10-25 14:55:55 +02:00
bin fix a few tests 2012-10-25 14:55:55 +02:00
doc fix 'make dist' 2012-10-22 14:59:56 +02:00
examples fix another bunch of tests 2012-10-22 17:19:04 +02:00
tests fix tests for test_diffusion, test_navierstokes 2012-10-23 16:55:44 +02:00