opm-simulators/opm/core
Bård Skaflestad b137eb0b65 Interpret `wells != 0 && wells->W == 0'' as `no wells''.
The CompressibleTpfa class always passes a non-null `forces->wells'
object to the constructor, assembly, and reconstruction routines but
uses ``forces->wells->W == 0'' to signify a simulation model without
wells.  This is, arguably, an error in the CompressibleTpfa class but
one that does not require a lot of work to support in the
cfs_tpfa_residual module.

Insert the extra tests in an effort to honour the ``liberal in what you
accept, strict in what you produce'' principle.
2012-09-20 15:48:48 +02:00
..
fluid Massive whitespace cleanup: entire fluid subdir. 2012-09-05 11:28:54 +02:00
linalg Restore coding conventions. 2012-08-14 11:05:09 +02:00
pressure Interpret `wells != 0 && wells->W == 0'' as `no wells''. 2012-09-20 15:48:48 +02:00
simulator Changed well initialization and property calculation. 2012-09-14 09:53:11 +02:00
transport/reorder Fixed documentation. 2012-09-05 14:07:51 +02:00
utility Fix stride bug in WellReport::push(). Use convert::to(). 2012-09-04 13:12:06 +02:00
wells Fix error message. 2012-09-14 09:52:13 +02:00
newwells.h Document add_well()s "name" parameter. 2012-06-18 10:18:14 +02:00
well.h Document the obsolescent well representation. 2012-06-25 00:55:50 +02:00