opm-simulators/opm/core/pressure/tpfa
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
..
cfs_tpfa_residual.c Interpret `wells != 0 && wells->W == 0'' as `no wells''. 2012-09-20 15:48:48 +02:00
cfs_tpfa_residual.h Function cfs_tpfa_residual_assemble() and friends now return singularity flag. 2012-08-23 14:00:04 +02:00
compr_quant_general.h Moved code from opmcore/ to opm/core/ 2011-12-12 11:13:54 +01:00
compr_source.h Moved code from opmcore/ to opm/core/ 2011-12-12 11:13:54 +01:00
ifs_tpfa.c Corrected typo in comment. 2012-08-21 17:09:19 +02:00
ifs_tpfa.h Add partial Doxygen markup to public interfaces. 2012-07-03 01:30:18 +02:00