Atgeirr Flø Rasmussen
291b13c2d4
Avoid ambiguous calls to abs with unsigned integers.
2016-06-15 10:55:42 +02:00
Atgeirr Flø Rasmussen
1b6048016b
Merge pull request #1031 from akva2/opm_output_upstream
...
update jenkins build scripts
2016-06-13 13:37:00 +02:00
Bård Skaflestad
bbd6a5f03d
Merge pull request #1035 from akva2/revert_umfpack
...
Revert "Check for HAVE_UMFPACK in LinearSolverFactory"
2016-06-13 12:37:58 +02:00
Arne Morten Kvarving
ba255d89d3
Revert "Check for HAVE_UMFPACK in LinearSolverFactory"
...
This reverts commit f54c74db06
.
2016-06-13 10:43:21 +02:00
Atgeirr Flø Rasmussen
192bb54e70
Merge pull request #1017 from jokva/umfpack-correct-preprocessor-directive
...
Check for HAVE_UMFPACK in LinearSolverFactory
2016-06-13 08:43:30 +02:00
Jørgen Kvalsvik
f54c74db06
Check for HAVE_UMFPACK in LinearSolverFactory
...
Check for the right preprocessor define to enable umfpack support.
Matches the directive set in config.h
2016-06-10 17:00:34 +02:00
jokva
4e40b784af
Merge pull request #1032 from joakim-hove/travis-reorg
...
Using build-all travis script.
2016-06-10 16:38:09 +02:00
Joakim Hove
98707b87a8
Using build-all travis script.
2016-06-10 13:38:13 +02:00
Arne Morten Kvarving
6a8ddb76b2
update jenkins build scripts
...
output is now an upstream and not a downstream
2016-06-10 13:20:26 +02:00
Joakim Hove
d3aa0926c8
Merge pull request #1016 from jokva/refactor-output-restart
...
Breaking opm-core dependency in opm-output; new summary implementation
2016-06-10 13:15:34 +02:00
Atgeirr Flø Rasmussen
bb2a582aa8
Merge pull request #1028 from qilicun/format-message
...
Format message
2016-06-08 10:57:31 +02:00
Liu Ming
1db1b3d178
Output file name and line number.
2016-06-08 09:45:32 +02:00
Liu Ming
f948d9ea44
add a blank line.
2016-06-08 09:45:04 +02:00
Atgeirr Flø Rasmussen
7f355929ac
Merge pull request #1026 from blattms/add-parallel-linfinity-norm
...
Added utilities to compute a real L-infinity norm in parallel.
2016-06-07 20:26:23 +02:00
Markus Blatt
324e60171c
Added utilities to compute a real L-infinity norm in parallel.
2016-06-07 15:00:57 +02:00
Atgeirr Flø Rasmussen
681846686a
Merge pull request #1024 from andlaus/lad_to_dad
...
rename some variables from "Lad" to "Eval" (was: to "Dad")
2016-06-07 11:43:42 +02:00
Atgeirr Flø Rasmussen
f5cf2d47e1
Merge pull request #1025 from totto82/fix_hydrocarbonstate
...
Fix to handle cases without DISGAS and VAPOIL
2016-06-07 11:38:16 +02:00
Andreas Lauser
20662fffb9
rename some variables from "*Lad" to "*Eval"
...
this was an involuntary omission in the "local AD" to "dense AD"
rename...
2016-06-07 11:14:11 +02:00
Tor Harald Sandve
ae9a10942e
Fix to handle cases without DISGAS and VAPOIL
...
- adds boolean has_disgas and has_vapoil to initHydroCarbonState()
2016-06-07 08:18:09 +02:00
Andreas Lauser
42e5e41fa2
Merge pull request #1022 from andlaus/localad_to_densead
...
rename "local AD" to "dense AD"
2016-06-06 14:02:45 +02:00
Jørgen Kvalsvik
2ad419bd1a
Make struct wells unique member of WellState
2016-06-06 12:42:54 +02:00
Jørgen Kvalsvik
392dc8557d
2 -> To
2016-06-06 12:41:48 +02:00
Jørgen Kvalsvik
c0b0b0d40a
Newlines
2016-06-06 12:41:04 +02:00
Jørgen Kvalsvik
c6fc7f5e30
Braces.
2016-06-06 12:40:44 +02:00
Jørgen Kvalsvik
1bf201f294
Travis: build opm-output
2016-06-06 12:40:44 +02:00
Jørgen Kvalsvik
be0187d512
WellState::report() to make opm-output Well data
2016-06-06 12:40:44 +02:00
Atgeirr Flø Rasmussen
39924206ca
Merge pull request #1023 from qilicun/refine-messagetype
...
paramemters output should go in Debug mode.
2016-06-06 12:35:37 +02:00
Liu Ming
408ea0845d
paramemters output should go in Debug mode.
2016-06-06 11:57:05 +02:00
Andreas Lauser
2d2f86f089
rename "local AD" to "dense AD"
2016-06-03 21:57:48 +02:00
Jørgen Kvalsvik
8f3829bb76
utility/Compat
...
Introduces some helper functions to quickly enable support for the new
opm-output implementation. Conversion from simulator oriented cell- and
well representation to opm-output defined representation.
2016-05-30 14:24:25 +02:00
Atgeirr Flø Rasmussen
7de314bb7e
Merge pull request #1021 from blattms/add-missing-fstream-include
...
Fix incomplete type error for std::ofstream in examples
2016-05-27 11:15:33 +02:00
Markus Blatt
dbf425411f
Fix incomplete type error for std::ofstream in examples
...
On my system I got
```c++
error: variable ‘std::ofstream file’ has initializer but incomplete type
std::ofstream file(fname.str().c_str());
```
This is fixed with this commit by including fstream. Previously,
this include might have happened implicitely.
2016-05-27 08:59:00 +00:00
Atgeirr Flø Rasmussen
ef2125f39e
Merge pull request #1019 from qilicun/log-more-messages
...
Write more messages into OpmLog.
2016-05-26 11:20:49 +02:00
Liu Ming
94ee69505a
make toString() method as static.
2016-05-24 09:07:28 +08:00
Liu Ming
7eba8b01f5
fix strange indentation.
2016-05-23 10:55:36 +08:00
Liu Ming
eab67baa3b
simplify the implementation.
2016-05-23 10:48:51 +08:00
Liu Ming
97eeee516d
fix indentation and messages.
2016-05-23 10:47:26 +08:00
Liu Ming
341472456a
write well related information into OpmLog.
2016-05-20 16:14:16 +08:00
Liu Ming
b7f7352b6d
Add enum to string functions.
2016-05-20 16:13:37 +08:00
Atgeirr Flø Rasmussen
537c4dd730
Merge pull request #1010 from qilicun/log_timer_messages
...
Log timer messages
2016-05-20 08:39:14 +02:00
Atgeirr Flø Rasmussen
f582de6023
Merge pull request #1018 from qilicun/cleanup-prefix
...
Cleanup the prefix.
2016-05-20 08:37:39 +02:00
Liu Ming
d06b515c47
write the parameters information into OpmLog.
2016-05-20 14:30:43 +08:00
Liu Ming
f55d216561
log the warning messages to OpmLog.
2016-05-20 14:27:38 +08:00
Liu Ming
a44ab90759
Cleanup the prefix.
2016-05-20 08:54:12 +08:00
Atgeirr Flø Rasmussen
2a43e9631f
Merge pull request #1011 from qilicun/format-output-relperm-diagnostics
...
Unify output messages format.
2016-05-19 15:06:52 +02:00
Liu Ming
b3db61bf7e
remove the prefix from raw string, using OpmLog format.
2016-05-19 10:07:36 +08:00
Liu Ming
b5e78ab1ec
use StreamLog to output messages.
2016-05-19 09:48:12 +08:00
Liu Ming
3028e819c6
remove internal counter.
2016-05-19 09:47:57 +08:00
Liu Ming
b25a964597
remove internal messages container.
2016-05-19 09:28:34 +08:00
Liu Ming
98a413bf5c
use tag for terminal output control.
2016-05-19 09:22:03 +08:00