Commit Graph
34 Commits
Author SHA1 Message Date
Robert Kloefkorn 3a9b7dc7b5 [bgufix][femcompat] remove operator << and operator >> for __float128
that accidentally came into the code again.
2018-05-23 14:50:16 +02:00
Robert Kloefkorn 5c19ead909 [bugfix][Ewoms] make compile with dune-fem 2.5 2018-05-22 22:17:04 +02:00
Robert Kloefkorn f18b1cdf59 [feature][Simulator] allow parameters to be passed from outside to
simulator. The default behavior is unchanged and the parameters are
empty.
2017-08-23 15:51:51 +02:00
Robert Kloefkorn 902b2246db [cleanup] avoid buffer write/read when reordering is not necessary. 2017-06-23 22:58:50 +02:00
Robert Kloefkorn 06280c9062 [bugfix] index maps need to be created in any case to account for
possible reordering of element numbering.
2017-06-23 22:58:50 +02:00
Robert Kloefkorn f1da775f41 [bugfix] dimension was renamed in Geometry, so use from Element to be
consistent with earlier DUNE versions.
2017-06-23 22:58:50 +02:00
Robert Kloefkorn 206523cbec [cleanup] remove shared_ptr from PeacemanWell. 2017-06-23 22:58:50 +02:00
Robert Kloefkorn 7699ed59db [cleanup] make code compile when Scalar is non POD type. 2017-06-23 22:58:50 +02:00
Robert Kloefkorn 2aada96d8c [bugfix] fix build of ebos for Grid != CpGrid. 2017-06-23 22:58:49 +02:00
Robert Kloefkorn 18dd23ff44 [cleanup] make module compile with DUNE 2.5 2017-06-23 22:58:49 +02:00
Robert Kloefkorn c8bf519e5e [bugfix] fix propName for ROCKNUM. 2017-06-20 18:08:12 +02:00
Robert Kloefkorn 7f81518b0d When EnableEclOutput is false the EclWriter should not be created.
This fixes a problem with collecttoiorank which needs to be investigated
separately.
2017-02-10 13:45:44 +01:00
Robert Kloefkorn 5579caaa66 Avoid ambiguous call of std::abs. 2017-02-07 11:33:57 +01:00
Robert Kloefkorn 4921f7d817 When using matrialLawManager then elemIdx has to be used. 2016-12-05 13:47:04 +01:00
Robert Kloefkorn e3286b3ec0 EclEquil: use std::vector to store mappings. 2016-12-02 18:55:27 +01:00
Robert Kloefkorn e240cf8eae [bugfix] fix equil and grid mappings in initialization. 2016-12-02 18:54:14 +01:00
Robert Kloefkorn deed854a20 [bugfix] fix global, distributed and local mappings. 2016-12-02 18:51:19 +01:00
Robert Kloefkorn 0062a0e18f [bugfix] use neighbor to check whether neighbor is present. 2016-12-02 18:51:19 +01:00
Robert Kloefkorn 26e5abf699 [bugfix] use DUNE compatible way of computing cell center depth. 2016-10-25 16:45:50 +02:00
Robert Kloefkorn 073f14ef3d merged from master. 2016-01-06 16:22:09 -07:00
Robert Kloefkorn f97b6cb9b3 Merge remote-tracking branch 'upstream/master' into PR/ewoms-can-use-dune-fem 2016-01-06 16:21:17 -07:00
Robert Kloefkorn 2f8aa62db2 EclWellManager: only insert well that are located on the process. Not perfect yet. 2015-10-27 13:04:29 +01:00
Robert Kloefkorn 492c8c74a0 CartesianIndexMapper: fix computation of cartesianCoordinate. 2015-10-27 12:58:47 +01:00
Robert Kloefkorn a4f761be5e CollectToIORank: collects output data to a given I/O rank. 2015-10-21 17:49:21 +02:00
Robert Kloefkorn af5cea2add EclEquilInitializer: make it work for ALUGrid. 2015-10-20 17:28:49 +02:00
Robert Kloefkorn 324b764a96 EclEquilInitializer: adjust to BlackoilPropertiesFromDeck changes from opm-core. 2015-09-17 12:47:31 +02:00
Robert Kloefkorn f6b3bbc386 CartesianIndexMapper: use the CartesianIndexMapper to applied the mapping from the
Cartesian coordinate to the flat index and vice versa.
2015-09-10 16:01:53 +02:00
Robert Kloefkorn dc8101a692 Merge remote-tracking branch 'upstream/master' into PR/ewoms-can-use-dune-fem 2015-09-10 15:08:14 +02:00
Robert Kloefkorn 8700a9533c Merge remote-tracking branch 'upstream/master' into PR/ewoms-can-use-dune-fem 2015-09-01 12:40:19 +02:00
Robert Kloefkorn 67836d69ca make compile after update in opm-material. 2015-08-07 11:17:58 +02:00
Robert Kloefkorn c15fedf7a1 Merge remote-tracking branch 'andlaus/grid_adaptivity_fixes' into PR/ewoms-can-use-dune-fem 2015-08-06 18:07:35 +02:00
Robert Kloefkorn 2c12246698 remove warning due to unintialized values. 2015-08-06 14:55:49 +02:00
Robert Kloefkorn b7996ff5fe added operator << and >> for __float128. 2015-08-06 13:11:51 +02:00
Robert Kloefkorn 0baae605f2 Merge branch 'master' into dune-fem-adaptivity 2015-08-05 18:17:18 +02:00