Joakim Hove
|
8cb65a77a6
|
Merge pull request #1507 from joakim-hove/dent-keywords
Add simple POD class to internalize keywords xxxDENT
|
2020-02-26 09:55:58 +01:00 |
|
Joakim Hove
|
3bfef790c6
|
Merge pull request #1512 from joakim-hove/add-rst-info
Add restart info to TimeMap() constructor
|
2020-02-25 15:34:25 +01:00 |
|
Joakim Hove
|
a5d396f1fb
|
Merge pull request #1511 from joakim-hove/extract-timestepping
Extracted timestepnning keywords from the regular handleKeyword()
|
2020-02-25 15:34:14 +01:00 |
|
Joakim Hove
|
964b707b0d
|
Merge pull request #1510 from joakim-hove/invalid-name-report-step
Add report_step argument to Schedule::invalidNamePattern()
|
2020-02-25 15:34:01 +01:00 |
|
Joakim Hove
|
5797ebd23d
|
Add member gas_comp_index to TableManager
|
2020-02-25 15:06:34 +01:00 |
|
Joakim Hove
|
24528ea607
|
Add simple POD class to internalize keywords xxxDENT
|
2020-02-25 15:06:34 +01:00 |
|
Joakim Hove
|
40dec6bd54
|
Add restart info to TimeMap() constructor
|
2020-02-25 09:23:55 +01:00 |
|
Joakim Hove
|
1cdb4aa579
|
Extracted timestepnning keywords from the regular handleKeyword()
|
2020-02-25 09:17:47 +01:00 |
|
Joakim Hove
|
b6aea46115
|
Add report_step argument to Schedule::invalidNamePattern()
|
2020-02-25 09:10:45 +01:00 |
|
Arne Morten Kvarving
|
989d643140
|
Merge pull request #1509 from blattms/fix-g++-versioncheck-fs
Fix compiler version check for -lstdc++fs
|
2020-02-25 08:55:07 +01:00 |
|
Joakim Hove
|
09595b98ad
|
Merge pull request #1495 from joakim-hove/opmpack-copy-restart
The opmpack utility can also copy restart and import files
|
2020-02-25 08:32:06 +01:00 |
|
Joakim Hove
|
3a69bcbf4a
|
Merge pull request #1503 from joakim-hove/wellsegments-alt-cons
Simplify WellSegments serialization construction
|
2020-02-25 08:31:30 +01:00 |
|
Joakim Hove
|
e1b4b64497
|
Merge pull request #1506 from atgeirr/guide-rate-generic
Add overloads to eval() and get() for simpler generic usage.
|
2020-02-25 08:30:26 +01:00 |
|
Bård Skaflestad
|
df21acfc49
|
Merge pull request #1492 from akva2/conditional_test_suite
changed: disable building of test suite if Boost::test is not found
|
2020-02-24 20:30:53 -06:00 |
|
Markus Blatt
|
31e6f316db
|
Fix compiler version check for -lstdc++fs
There was a typo in the if condition which probably always
made it true. Linking to to -lstdc++fs is needed until
g++-9, see e.g. https://gitlab.kitware.com/cmake/cmake/issues/17834
|
2020-02-24 22:00:10 +01:00 |
|
Atgeirr Flø Rasmussen
|
8b110916e6
|
Add overloads to eval() and get() for simpler generic usage.
|
2020-02-24 16:05:48 +01:00 |
|
Atgeirr Flø Rasmussen
|
dae7b2f331
|
Merge pull request #1504 from akva2/remove_opmfil
remove unused enum entry OpmFIL
|
2020-02-24 13:31:29 +01:00 |
|
Arne Morten Kvarving
|
aceb3b443a
|
remove unused enum entry OpmFIL
|
2020-02-24 11:41:50 +01:00 |
|
Joakim Hove
|
815969a7d1
|
Simplify WellSegments serialization construction
|
2020-02-22 10:57:57 +01:00 |
|
Bård Skaflestad
|
561a594365
|
Merge pull request #1501 from goncalvesmachadoc/patch-2
Add SALTVD table to CMake List
|
2020-02-21 11:44:21 -06:00 |
|
Joakim Hove
|
95d1cc29ff
|
Merge pull request #1500 from goncalvesmachadoc/goncalvesmachadoc-addSaltKeywords
add Keywords for Salt
|
2020-02-21 18:44:13 +01:00 |
|
Cintia Goncalves Machado
|
80da943b36
|
Add SALTVD table to CMake
|
2020-02-21 16:45:07 +01:00 |
|
Cintia Goncalves Machado
|
452a49d56f
|
add Keywords for Salt
|
2020-02-21 13:47:10 +01:00 |
|
Joakim Hove
|
ae504bcb45
|
Merge pull request #1499 from totto82/addControlWELTARG
Add production control from WELTARG
|
2020-02-21 13:25:20 +01:00 |
|
Tor Harald Sandve
|
83a8a9f4fe
|
add test for production control from WELTARG
|
2020-02-21 12:39:58 +01:00 |
|
Joakim Hove
|
9d1cf2482f
|
Merge pull request #1498 from atgeirr/silence-warnings
Silence warnings.
|
2020-02-21 11:57:04 +01:00 |
|
Tor Harald Sandve
|
df14e0d66a
|
Add production control from WELTARG
|
2020-02-21 11:15:18 +01:00 |
|
Atgeirr Flø Rasmussen
|
f35529d7ff
|
Silence warnings.
- One class vs struct declaration.
- Unused variables in a test.
|
2020-02-21 10:49:41 +01:00 |
|
Joakim Hove
|
7b145e360f
|
Merge pull request #1497 from joakim-hove/use-size_t
Use std::size_t instead of int for size
|
2020-02-21 09:30:58 +01:00 |
|
Joakim Hove
|
c11d0bb4cc
|
Use std::size_t instead of int for size
|
2020-02-21 07:43:25 +01:00 |
|
Joakim Hove
|
1a5cf27418
|
The opmpack utility can also copy restart and import files
|
2020-02-20 15:12:38 +01:00 |
|
Joakim Hove
|
4816777700
|
Merge pull request #1494 from joakim-hove/use-size_t
Use std::size_t instead of int for size
|
2020-02-20 13:57:16 +01:00 |
|
Joakim Hove
|
412909fa3a
|
Use std::size_t instead of int for size
|
2020-02-20 11:54:40 +01:00 |
|
Joakim Hove
|
a3c634b1f8
|
Merge pull request #1458 from joakim-hove/eclstate-aquifer-config
Eclstate aquifer config
|
2020-02-20 08:25:25 +01:00 |
|
Joakim Hove
|
6a87be8512
|
Merge pull request #1490 from joakim-hove/use-complnum
Store complnum value directly without taking std::abs()
|
2020-02-20 08:24:28 +01:00 |
|
Joakim Hove
|
6a0785b172
|
Merge pull request #1477 from joakim-hove/move-restart-config
Move RestartConfig to Schedule
|
2020-02-20 07:06:58 +01:00 |
|
Joakim Hove
|
aed8c78af5
|
Move RestartConfig from EclipseState to Schedule
|
2020-02-19 12:35:07 +01:00 |
|
Joakim Hove
|
269802ae48
|
Add comment about locating shared library while testing Python
|
2020-02-19 12:33:50 +01:00 |
|
Joakim Hove
|
59f6cc7c11
|
Remove moot test
|
2020-02-19 12:33:50 +01:00 |
|
Joakim Hove
|
89cf50e0d5
|
Remove hack for Python 3D testing
|
2020-02-19 12:33:50 +01:00 |
|
Joakim Hove
|
b3601c7357
|
Merge pull request #1489 from akva2/more_boost_prune
Continue replacing boost usage
|
2020-02-19 12:29:06 +01:00 |
|
Arne Morten Kvarving
|
f76daabbb4
|
changed: disable building of test suite if Boost::test is not found
|
2020-02-19 12:25:32 +01:00 |
|
Joakim Hove
|
36e40040a0
|
Merge pull request #1491 from atgeirr/accept-mixed-case-months
Use upper case to look up month numbers.
|
2020-02-19 11:38:46 +01:00 |
|
Arne Morten Kvarving
|
36d4fa2923
|
replace boost with std in comment
|
2020-02-19 09:53:01 +01:00 |
|
Arne Morten Kvarving
|
3d83512f09
|
get rid of usage of boost::join
|
2020-02-19 09:51:57 +01:00 |
|
Arne Morten Kvarving
|
26c9a1e3f1
|
changed: get rid of boost::lexical_cast
replace with std::strtoul. not as pretty, but boost is not popular in
here
|
2020-02-19 09:51:57 +01:00 |
|
Arne Morten Kvarving
|
83a7cd04c3
|
remove unused boost includes
and deal with missing include fallout
|
2020-02-19 09:51:46 +01:00 |
|
Atgeirr Flø Rasmussen
|
4a16f6022d
|
Use upper case to look up month numbers.
This means we accept strings such as "Sep" and "oCT" as valid months,
not just "SEP" and "OCT".
|
2020-02-19 09:37:28 +01:00 |
|
Arne Morten Kvarving
|
2b6754151f
|
add internal replacement for boost::split and use it
|
2020-02-19 09:29:25 +01:00 |
|
Joakim Hove
|
20afa1ed31
|
Store complnum value directly without taking std::abs()
|
2020-02-19 07:16:03 +01:00 |
|