opm-simulators/opm/core/pressure
Bård Skaflestad 11671f0cad Assemble flux boundary conditions into system of linear equations.
A few restrictions apply:

  * The bc->value is interpreted as an inflow *into* the connecting
    cell.  Outflow conditions must be specified using a negative
    sign.

  * We do not currently support general total flux conditions
    (necessitates the introduction of additional degrees of freedom),
    so bc->cond_pos[i+1]-bc->cond_pos[i] must be one (1) for all
    BC_FLUX_TOTVOL conditions.
2012-03-13 21:00:51 +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 Assemble flux boundary conditions into system of linear equations. 2012-03-13 21:00:51 +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 Remove disabled code. 2012-03-07 19:42:41 +01:00
IncompTpfa.hpp IncompTpfa::solve() now accepts boundary conditions. 2012-03-07 09:32:56 +01:00