Simulator programs and utilities for automatic differentiation.
Go to file
Andreas Lauser dc08a8b4dd use a custom parameter file parser
this allows the key names to be transformed, i.e.,

```
enable-vtk=true
```

is now also possible in parameter files whereas before only CamelCase
parameter names like

```
EnableVtk=true
```

were valid. besides this, any valid Windows INI file that does not use
parameter groups should be readable, i.e., semicolons are now also
treated as a comment indicator.
2018-08-10 18:13:04 +02:00
bin relax the python script to check the reference solutions 2013-07-07 19:02:28 +02:00
doc slightly improve the handbook build script 2017-01-16 15:32:16 +01:00
examples adapt to the fluid system naming convention change in opm-material 2018-07-27 12:56:19 +02:00
tests use a custom parameter file parser 2018-08-10 18:13:04 +02:00