Simulator programs and utilities for automatic differentiation.
Go to file
Jørgen Kvalsvik ade7aa658e Removes call_petsc.c and calls the lib from C++
call_petsc.c was really a thin C wrapper around the call to petsc itself and
turns out was mostly unnecessary C++ emulation. This removes the file entirely
and ports its functionality into LinearSolverPetsc.cpp.

All features from the file should now be more readable as well as properly
utilising modern C++ features.

The patch uses the CHKERRXX macro from petsc to handle errors reported by
petsc, and currently does not handle this and give the control back to OPM's
error/throw system.
2014-10-14 14:43:42 +02:00
examples convert the examples and the tests to opm-parser 2014-04-25 14:25:54 +02:00
opm/core Removes call_petsc.c and calls the lib from C++ 2014-10-14 14:43:42 +02:00
tests Add HAVE_PETSC macro. 2014-07-08 10:58:39 +08:00