Commit Graph

4695 Commits

Author SHA1 Message Date
Arne Morten Kvarving
3475d45772 changed: mark single-parameter constructor explicit
quells a static analyzer warning
2018-01-11 13:03:27 +01:00
Kai Bao
b2cc783f43 adding keyword FRICTION 2018-01-11 09:50:34 +01:00
Joakim Hove
7f063e3ead Merge pull request #1179 from GitPaean/fixing_history_matching_well_1
Fixing history matching wells part 1
2018-01-09 14:36:57 +01:00
Joakim Hove
0118b8ac3e Merge pull request #1181 from GitPaean/adding_keywords_wsegsicd
adding keyword WSEGSICD
2018-01-09 14:35:19 +01:00
Joakim Hove
e4449b8129 Merge pull request #1183 from joakim-hove/dim-eror
Added generated keyword test.
2018-01-09 14:34:34 +01:00
Kai Bao
11e8202a38 adding keyword WSEGSICD 2018-01-08 17:19:35 +01:00
Joakim Hove
61cf4818ea Merge pull request #1182 from totto82/addPBDVandPDDV
Add support for PDVD and PBVD
2018-01-08 15:56:00 +01:00
Joakim Hove
9c9afc613a Added generated keyword test. 2018-01-08 15:20:39 +01:00
Tor Harald Sandve
867df8b7ce Add support for PDVD and PBVD 2018-01-08 14:17:37 +01:00
Andreas Lauser
98a61c67dc add the TOLCRIT keyword 2018-01-08 11:57:43 +01:00
Kai Bao
35ecd2e37a fixing WCONHIST. 2018-01-06 21:49:27 +01:00
Sveinung Rundhovde
5993cb7764 Add support for FGIPG keyword 2018-01-04 14:52:07 +01:00
Sveinung Rundhovde
dcfb0a4e47 Add support for FOIPL keyword 2018-01-04 14:52:06 +01:00
Sveinung Rundhovde
d0bf9753d9 Add support for FWIP keyword 2018-01-04 14:52:06 +01:00
Atgeirr Flø Rasmussen
c91291246c
Merge pull request #310 from akva2/remove_build_status
remove travis build status from README.md
2018-01-04 13:00:15 +01:00
Arne Morten Kvarving
3fdd39160b remove travis build status from README.md 2018-01-04 12:07:46 +01:00
Lars Petter Øren Hauge
130ec2f0a8 Add support for FGPT(F/S) 2018-01-03 14:46:58 +01:00
Lars Petter Øren Hauge
afbe8081f6 Add support for FGPR(F/S) 2018-01-03 14:46:46 +01:00
Lars Petter Øren Hauge
9497dfa1e5 Change unsupported keyword test
Support of FVIR is now implemented.
2018-01-03 13:56:15 +01:00
Lars Petter Øren Hauge
fc75de6fb0 Add tests for FV(I/P)/(R/T) 2018-01-03 13:56:15 +01:00
Lars Petter Øren Hauge
257e5fd983 Add FV(I/P)(R/T) keywords 2018-01-03 13:56:15 +01:00
Joakim Hove
58ea8da47c
Merge pull request #309 from joakim-hove/remove-travis
Removed travis intgeration
2018-01-02 20:33:11 +01:00
Joakim Hove
1d6041b482 Removed travis intgeration 2018-01-02 20:32:26 +01:00
Rohith Nair
531a531650 aquatab table object 2017-12-22 13:24:54 +01:00
Atgeirr Flø Rasmussen
6bc39f0ed0
Merge pull request #308 from atgeirr/fix-debug-log
Corrected debug log output
2017-12-22 11:14:35 +01:00
Rohith Nair
9e3e41b79a Adds tablemanager scheme for aqutab + modifications to aquct and aquancon parsing 2017-12-22 10:54:59 +01:00
hnil
3726641d08 corrected DEBUG log output 2017-12-22 09:21:29 +01:00
Rohith Nair
6361c12c65 Introduces an aqudims class and a test for the same 2017-12-21 15:10:32 +01:00
Arne Morten Kvarving
8fc5283b05
Merge pull request #306 from blattms/fix-pr-304
Include <module>-prereqs.cmake in <module>-config.cmake to process all dependencies
2017-12-21 14:00:32 +01:00
Markus Blatt
4c0625aa8b Include <module>-prereqs.cmake in <module>-config.cmake for transitive search
Otherwise implicit dependencies are never search for. That was the case
for dune-geometry and dune-grid when configuring opm-core as these are only
transitively required via opm-grid.

With this commit we include <module>-prereqs.cmake in <module>-config.cmake
and thus trigger searches for all modules that this module depends on.

We also install the file now <module>-prereqs.cmake as we need it for
installed modules, too.
2017-12-21 12:52:33 +00:00
Arne Morten Kvarving
390bf74f66
Merge pull request #307 from akva2/stupid_test_code
fixed: this test code slipped through
2017-12-21 13:10:15 +01:00
Arne Morten Kvarving
3a60e567bb fixed: this test code slipped through in 9737538708
sorry about that
2017-12-21 13:05:00 +01:00
Sveinung Rundhovde
69c08ff677 Add support for GVPRT keyword 2017-12-20 16:32:19 +01:00
Arne Morten Kvarving
f730e9bc80
Merge pull request #304 from akva2/pure_config_prereqs_in_repos
changed: get rid of find modules for opm modules
2017-12-20 15:18:36 +01:00
Arne Morten Kvarving
9737538708 changed: get rid of find modules for opm modules
use pure config mode.

we no longer compile a test application for the libraries,
however checks have been tightened by making sure version of
all opm modules are the same.

this allows for putting prereqs directly in the module repositories
2017-12-20 11:12:01 +01:00
Arne Morten Kvarving
6ba3f2e695 put more stuff in the config file
we cannot use the information from the imported targets as
it is incompatible with the rest of the opm build system setup.
2017-12-19 16:04:02 +01:00
Sveinung Rundhovde
42befdfa4c Add suport for GVPT keyword 2017-12-19 10:23:02 +01:00
Sveinung Rundhovde
ffb85c98bf Add support for GVPR keyword 2017-12-19 10:22:55 +01:00
Joakim Hove
0be2a44fcd Merge pull request #1171 from andlaus/fix_rtempvd
fix the TEMPI property if it is initialized using RTEMPVD
2017-12-15 13:12:22 +01:00
Andreas Lauser
c01a1a9d79 fix the TEMPI property if it is initialized using RTEMPVD
E100 seems to silently use equil region zero if EQLNUM was not
specified, and the data contained in the EQLNUM array uses
fortran-style indices.
2017-12-13 11:23:57 +01:00
Arne Morten Kvarving
58f5115c71
Merge pull request #303 from andlaus/update_dune.module
add dune-common to the list of modules depended on by dune.module
2017-12-13 11:04:13 +01:00
Andreas Lauser
7ab3cee7a7 add dune-common to the list of modules depended on by dune.module
since dune.module is primarily required for dunecontrol support and
you cannot run dunecontrol without dune-common anyway, nothing changes
for dunecontrol users.

for users who do not use dunecontrol, nothing changes either because
the dependencies are specified in opm-common-prereqs.cmake which stays
untouched by this commit.
2017-12-13 11:02:06 +01:00
Andreas Lauser
87ec3c0c23 add more thermal keywords and the associated infrastructure 2017-12-11 10:37:27 +01:00
ReedMe
c9c6128bb4 add GRUPNET to group 2017-12-07 15:28:04 +01:00
Arne Morten Kvarving
1ca9533862
Merge pull request #294 from akva2/fix_jenkins_install_at_end
fixed: perform installation at end of main module
2017-12-05 17:32:46 +01:00
Arne Morten Kvarving
68cbdc7397 fixed: perform installation at end of main module
not only if we build downstreams
2017-12-05 11:02:27 +01:00
Joakim Hove
2a7185baed Merge pull request #1165 from joakim-hove/new-sched-ctx
New sched ctx
2017-12-04 13:38:35 +01:00
Joakim Hove
56180285b3 Merge pull request #1164 from joakim-hove/one-arg-parsecontext
Added one-argument ParseContext constructor.
2017-12-04 13:38:09 +01:00
Joakim Hove
3f4f566c1e Added Schedule constructor which takes EclipseState arg. 2017-12-03 09:00:56 +01:00
Joakim Hove
6ef1bd7c25 Made ParseContext argument to Schedule constructor optional. 2017-12-03 09:00:02 +01:00