Andreas Lauser
436c9f8791
rename the "grid manager" to "vanguard"
...
IMO the term "vanguard" expresses better what these classes are
supposed to do: level the ground for the cavalry. Normally this simply
means to create and distribute a grid object, but it can become quite
a bit more complicated, as exemplified by the vanguard classes of
ebos..
2018-02-08 16:26:58 +01:00
Andreas Lauser
260d62c2b8
adapt to the move of code from opm-common to opm-material
2018-02-08 12:11:20 +01:00
Tor Harald Sandve
c979ba1f95
Communicate the default thpress
2017-11-29 16:02:18 +01:00
Andreas Lauser
96381e3ed7
remove support for dune < 2.4
...
this allows quite a substantial amount of code decluttering, mainly
because Dune 2.4 renamed mapper.map() to mapper.index().
2017-07-13 14:08:02 +02:00
Andreas Lauser
b429af41b1
ebos: no longer fail if the EQLDIMS keyword is not explicitly mentioned in the deck
...
we use the "Eqldims" object which is exposed EclipseState.
2017-02-13 19:20:27 +01:00
Tor Harald Sandve
0dbbfbd8a6
Don't include connections with negligible flow in thpress caclulations
2017-01-02 16:03:19 +01:00
Andreas Lauser
46071d5e82
ebos: avoid a few copies for opm-parser object
...
this is done by simply making these variables const references. these
were overlooked in the big opm-parser pointer-to-references-spree...
2016-12-16 18:45:43 +01:00
Andreas Lauser
36c010c956
ebos: replace the opm-parser related pointers/smart pointers by references
...
this seems to be the spirit of the season. note that now the deck
object must be copied, but I suppose that copying it is pretty cheap.
2016-12-07 20:24:48 +01:00
Andreas Lauser
759c2dbdaa
move all applications into their top-level directory
...
thanks to [at]akva2 for the suggestion.
2016-11-11 15:04:04 +01:00