opm-core/opm/core
Bård Skaflestad 69bc8e16d6 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
..
eclipse Fixed PLYMAX. 2012-03-05 15:09:45 +01:00
fluid Added satRange() method to Incomp* classes and Saturation* classes. 2012-02-17 14:15:25 +01:00
linalg Untabify. 2012-03-01 15:22:26 +01:00
pressure Switch to a sparse/compressed boundary condition representation. 2012-03-06 20:07:35 +01:00
transport Added Newton iterations to column solver. 2012-03-02 13:45:33 +01:00
utility Clarify a few other allocation-related comments. 2012-03-02 19:05:03 +01:00
ColumnExtract.hpp Made column extractor work also if grid.global_cell is null. 2012-03-02 13:18:49 +01:00
grid.h 1) Move extra fields found in struct CornerpointGrid into struct UnstructuredGrid. 2012-02-01 14:56:38 +01:00
GridAdapter.hpp Fallout from removal of grid_t typedef. 2012-02-01 20:29:05 +01:00
GridManager.cpp Throws if it fails to initialise grid. 2012-02-20 13:35:47 +01:00
GridManager.hpp Added GridManager class. 2012-02-20 11:34:27 +01:00
newwells.h Implement basic memory management for new well interface. 2012-02-03 21:35:19 +01:00
well.h Add field for specifying which surface volume fraction is injected. 2011-12-12 18:43:11 +01:00