Tor Harald Sandve
fdc4b0142e
Write restart when SAVE keyword is in the schedule file
2018-09-14 13:36:22 +02:00
Arne Morten Kvarving
142994dde6
Merge pull request #491 from akva2/improve_lto
...
improve lto support
2018-09-14 12:30:16 +02:00
Arne Morten Kvarving
d58001f608
improve lto support
...
need to use the wrappers for ar and ranlib, or static
libraries are problematic.
2018-09-14 10:29:59 +02:00
Joakim Hove
7dccd13c50
Merge pull request #492 from totto82/minpvfil
...
fix unit of minpvfil
2018-09-13 19:08:45 +02:00
Joakim Hove
fb5e1229ef
Merge pull request #495 from joakim-hove/remove-include
...
Remove include + use plain C api for test_area
2018-09-13 19:07:37 +02:00
Joakim Hove
d30fc975e3
Merge pull request #444 from lars-petter-hauge/support_ctfac
...
Support CTFAC
2018-09-13 18:21:24 +02:00
Joakim Hove
9d7ec59e9e
Use plain C api for test area
2018-09-13 17:25:33 +02:00
Joakim Hove
eded8bacfc
Remove unused include
2018-09-13 17:11:49 +02:00
Lars Petter Øren Hauge
87e3beb601
Support CTFAC in output
2018-09-13 10:23:47 +02:00
Joakim Hove
492a240f09
Merge pull request #488 from joakim-hove/opm-formatted-rst
...
Add opm_formatted property to the IOConfig
2018-09-12 12:57:26 +02:00
Tor Harald Sandve
e6c0ccb5bf
fix unit of minpvfil
2018-09-12 11:44:33 +02:00
Joakim Hove
71d92c3dc8
Add opm_formatted property to the IOConfig
2018-09-12 11:34:57 +02:00
Bård Skaflestad
2ea1b7860f
Merge pull request #490 from bska/fix-index-oob
...
Ensure Correctly Sized ACTNUM Vector
2018-09-12 10:09:24 +02:00
Bård Skaflestad
9fd5ce396b
Ensure Correctly Sized ACTNUM Vector
...
Size must be equal to number of global (Cartesian) cells.
2018-09-12 09:46:53 +02:00
Arne Morten Kvarving
bff3c0bff1
Merge pull request #489 from joakim-hove/ignore-extra-kwII
...
Add option to ignore extra keywords in the regresstion testing
2018-09-11 16:09:53 +02:00
Joakim Hove
7cd29ea7d7
Add option to ignore extra keywords in the regresstion testing
2018-09-11 13:34:51 +02:00
Arne Morten Kvarving
a3c9943a5e
Merge pull request #487 from joakim-hove/fix-shared-build
...
Fix build of tests when using shared library
2018-09-11 13:27:06 +02:00
Joakim Hove
552c390465
Merge pull request #464 from joakim-hove/peaceman-formula
...
Peaceman formula
2018-09-11 13:18:40 +02:00
Joakim Hove
9f9041dcae
Fix build of tests when using shared library
2018-09-10 18:33:47 +02:00
Joakim Hove
c870172a30
Merge pull request #484 from joakim-hove/use-c-smspec
...
Using plain C api for smspec_nodes
2018-09-10 17:51:23 +02:00
Arne Morten Kvarving
80918f030b
Merge pull request #486 from akva2/combine_compare_apps
...
Combine comparison applications into one
2018-09-10 11:06:31 +02:00
Joakim Hove
1d55e923f9
Merge pull request #483 from joakim-hove/use-c-testare
...
Use c testare
2018-09-10 10:15:23 +02:00
Arne Morten Kvarving
cb525c5c75
changed: fold compareSummary into compareECL application
2018-09-10 08:42:26 +02:00
Joakim Hove
4a5b71d8c1
Include Peaceman calculation in Connection class
...
- The calculation of well connection transmissibility CF and effective
permeability is calculated.
- The Connection objects are immutable; should never be updated.
- The properties of the Connection class are just plain properties, have
removed getter methods and the use of Value<double>.
2018-09-09 11:16:42 +02:00
Joakim Hove
ff939b44f2
Add testdecks SPE1 and SPE9
2018-09-09 11:16:42 +02:00
Joakim Hove
9e8110e67b
Add Peaceman utility functions from opm-simulators
2018-09-09 11:16:42 +02:00
Arne Morten Kvarving
b877c8b340
changed: put Deviation struct in a separate header
...
ODR
2018-09-07 15:33:50 +02:00
Arne Morten Kvarving
7a034ffd01
changed: split ECL(Integration|Regression)Test classes to separate files
...
to unify code with the summary comparison classes
2018-09-07 15:33:46 +02:00
Arne Morten Kvarving
6e0c31bed4
changed: make getCellVolume a static member of ECLFilesComparator
...
needed in upcoming splitting commit
2018-09-07 14:38:03 +02:00
Arne Morten Kvarving
ef63206925
changed: rename (Integration|Regression)Test ECL(Integration|RegressionTest)
...
for clarity
2018-09-07 14:38:03 +02:00
Arne Morten Kvarving
0b6d36658d
changed: pass basenames as std::string
...
to unify code with the other comparison classes
2018-09-07 14:38:03 +02:00
Arne Morten Kvarving
44f3b86547
changed: rename the summary regression/integrationtest classes
...
it restores c++ ODR which is nice, but the main reason is to
allow usage of summary and generic comparison classes in the
the same application.
2018-09-07 14:38:03 +02:00
Arne Morten Kvarving
bee4590aaa
changed: move the comparison classes out of libopmcommon
...
these classes are really not made for reusability.
thus they should only be built into the applications.
2018-09-07 14:38:03 +02:00
Joakim Hove
5aa0bfadf0
Use plain C api for smspec_nodes
2018-09-07 13:56:04 +02:00
Joakim Hove
e1948ccf99
Add operator[] to GridDims
2018-09-07 10:20:50 +02:00
Joakim Hove
45e81a02fa
Use plain C api for temporary testarea
2018-09-07 05:53:20 +02:00
Joakim Hove
085bbc263b
Merge pull request #482 from joakim-hove/thpres-fixup
...
Fixup: THPRESPR -> THRESPR
2018-09-05 21:10:34 +02:00
Joakim Hove
3e95d3f42b
Fixup: THPRESPR -> THRESHPR
2018-09-05 17:53:33 +02:00
Joakim Hove
6b93051616
Merge pull request #480 from joakim-hove/thrpes-solution-section
...
Thrpes solution section
2018-09-04 14:18:14 +02:00
Joakim Hove
d3249d965f
Merge pull request #477 from joakim-hove/multregt-default
...
Multregt default
2018-09-04 14:17:50 +02:00
Joakim Hove
4a10023c0d
Make sure the THPRESPR field is written in solution section
2018-09-04 08:38:15 +02:00
Joakim Hove
065b9c9c9f
Merge pull request #479 from joakim-hove/thpres-move-it
...
Rename THPRES string to THPRESPR
2018-09-04 08:25:55 +02:00
Joakim Hove
ae3c4e0d8c
Rename THPRES string to THPRESPR
2018-09-03 17:15:01 +02:00
Joakim Hove
4d5ef337ec
Accept default values when parsing MULTREGT keyword
2018-08-31 15:47:28 +02:00
Joakim Hove
a2394c06f5
Refacored MULTREGT scanner
2018-08-31 14:32:10 +02:00
Atgeirr Flø Rasmussen
43e4f0ca87
Merge pull request #473 from alfbr/master
...
Make compiling with OpenMP default.
2018-08-27 13:28:38 +02:00
Joakim Hove
cdf876fa15
Merge pull request #475 from dhan16opm/dhan16_fixes
...
fix missing "include <string>" in InitConfig.hpp
2018-08-25 09:24:34 +02:00
CDN MacbookPro13
12402916a7
See # https://github.com/OPM/opm-common/issues/474 . header files should be self-sufficient
2018-08-25 12:50:58 +05:30
Alf Birger Rustad
0183fa884a
Make compiling with OpenMP default.
2018-08-17 13:39:44 +02:00
Arne Morten Kvarving
e407e65b54
Merge pull request #472 from akva2/add_analysis
...
added: error analysis support in compareSummary / compareECL
2018-08-15 08:08:47 +02:00