Collection of utilities, solvers and other components.
Go to file
Bård Skaflestad 116b8f9d95 Initialise all tpfa_solution members to zero (i.e., NULL).
This is in anticipation of introducing additional structure members to
represent solution variables associated with wells whilst having the
compiler generate the appropriate null pointers to aid debugging.

Unfortunately, GCC warns about the standard "structure = { 0 }" idiom
under -Wmissing-field-initializers which is enabled by default under
"-Wextra".
2012-03-15 15:13:03 +01:00
examples Minor comment changed. 2012-03-14 12:51:51 +01:00
m4 Now detects boost and compiles some tests. 2011-12-19 15:26:26 +01:00
opm/core Initialise all tpfa_solution members to zero (i.e., NULL). 2012-03-15 15:13:03 +01:00
tests Adjust to new semantics of "struct FlowBoundaryCondtions". 2012-03-06 20:08:34 +01:00
.hgignore Add demonstration for bare-bones reordering implementation. 2012-01-17 14:41:00 +01:00
.hgtags update tags 2011-12-21 11:21:09 +00:00
CMakeLists.txt Added -ldunecommon to link flags. 2012-02-21 22:13:24 +01:00
configure.ac Initialise maths support early. 2012-02-10 14:59:40 +01:00
Makefile.am Fix specification error: Header files go in _HEADERS. 2012-03-14 20:14:10 +01:00