opm-simulators/opm/core/pressure
Bård Skaflestad 4378bf7192 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
..
mimetic Changed code to use new include path: <opm/core/...> 2011-12-12 11:28:09 +01:00
msmfem Moved code from opmcore/ to opm/core/ 2011-12-12 11:13:54 +01:00
tpfa Encapsulate ifs_tpfa pressure solution in ad-hoc structure. 2012-03-15 14:26:40 +01: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 Initialise all tpfa_solution members to zero (i.e., NULL). 2012-03-15 15:13:03 +01:00
IncompTpfa.hpp IncompTpfa::solve() now accepts boundary conditions. 2012-03-07 09:32:56 +01:00