opm-simulators/opm/core/pressure
Bård Skaflestad 0a99364c27 Switch to a sparse/compressed boundary condition representation.
Specifically, replace the existing flowbc_t (that was densely
represented on each interface, including internal interface and
external no-flow interfaces) with a new structure given by

    struct FlowBoundaryConditions

The semantics of this structure mirror those of "struct Wells" from
<opm/core/newwells.h>, but is currently mostly intended for simple,
incompressible flow purposes.

Update pressure solvers supporting boundary conditions to accommodate
the new boundary condition representation in the process.
2012-03-06 20:07:35 +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 Start encapsulating ifs_tpfa driving forces into a managing structure. 2012-03-06 14:00:34 +01:00
flow_bc.c Switch to a sparse/compressed boundary condition representation. 2012-03-06 20:07:35 +01:00
flow_bc.h Switch to a sparse/compressed boundary condition representation. 2012-03-06 20:07:35 +01:00
IncompTpfa.cpp Start encapsulating ifs_tpfa driving forces into a managing structure. 2012-03-06 14:00:34 +01:00
IncompTpfa.hpp Expose internal half-transmissibility through read-only reference. 2012-02-27 17:29:09 +01:00