opm-simulators/opm/core/pressure
Bård Skaflestad bdcd5236bd Don't crash on models without wells.
The user will legitimately want to run models that do not specify wells
(e.g., using boundary conditions).  While we do not yet fully support
that configuration (no wells), we absolutely must not crash by
dereferencing null pointers or generating pointers into ::empty()
std::vector<>s.

This commit installs the required guards needed to avoid said failure
mode.
2012-09-20 15:03:38 +02:00
..
mimetic Add Doxygen-style documentation to all interfaces. 2012-06-24 03:59:18 +02:00
msmfem Reference module headers from canonical location. 2012-06-22 19:39:52 +02:00
tpfa Function cfs_tpfa_residual_assemble() and friends now return singularity flag. 2012-08-23 14:00:04 +02:00
CompressibleTpfa.cpp Don't crash on models without wells. 2012-09-20 15:03:38 +02:00
CompressibleTpfa.hpp Merge remote-tracking branch 'atgeirr/master' 2012-08-27 13:32:55 +02:00
flow_bc.c Handle flow_conditions_construct(0) correctly. 2012-03-08 15:24:50 +01:00
flow_bc.h Enable further compression of boundary conditions. 2012-03-07 19:08:14 +01:00
FlowBCManager.cpp Fixed indexing bug in findSideFaces(). 2012-03-09 15:50:48 +01:00
FlowBCManager.hpp Added methods pressureSide() and fluxSide(). 2012-03-08 13:48:26 +01:00
IncompTpfa.cpp Fixed one use of wells, when wells=NULL 2012-06-14 09:06:58 +02:00
IncompTpfa.hpp Enable inheritance from IncompTpfa for limited purposes. 2012-06-13 19:45:23 +02:00