Commit Graph

165 Commits

Author SHA1 Message Date
Pål Grønås Drange
526bee2a6f Using API get3DProperties() 2016-04-12 14:50:15 +02:00
Andreas Lauser
27efc6d295 only update a summary file once per report step
this fixes the problem that well totals are off by a factor of
two. Note that the better solution would be to continue to write once
per substep but skipping report step writes if the adaptive time
stepper is used. since I've got no idea how to find this out I propose
this patch.
2016-04-05 18:58:28 +02:00
Andreas Lauser
01af172599 copy the configure wrapper from opm-autodiff
this enables to build opm-output using an unpatched `dunecontrol` from
Dune 2.3 (and Dune 2.4 if USE_CMAKE is set to "no").

In the medium term the build system needs to become compatible with
Dune's cmake based build system since I think I read somewhere that
the Dune devs intend to remove the autotools based build system before
their next release.
2016-04-04 15:38:26 +02:00
Joakim Hove
769f2dee17 Merge pull request #8 from joakim-hove/refactor-rft-output
Refactor RFT output
2016-04-04 11:22:52 +02:00
Joakim Hove
484fe89308 Refactor RFT output
With this patch the RFT output writer will write a new RFT file for
every simulation, not update in place which was the case previously.
2016-04-01 15:37:43 +02:00
Atgeirr Flø Rasmussen
e6d66c3de2 Remove unused function argument. 2016-03-31 16:11:10 +02:00
Kjell W. Kongsvik
e4df4dd48d Updated with changes from opm-core master 2016-03-29 14:45:48 +02:00
Kjell W. Kongsvik
68b5c38f3a Copy changes from opm-core
Ref 81f6c2dd8e
2016-03-17 12:45:29 +01:00
Kjell W. Kongsvik
bbd526d348 fix travis: opm-material is dependant on dune 2016-03-17 09:37:42 +01:00
Kjell W. Kongsvik
c8b9745fc9 Also include opm-material in travis build 2016-03-16 14:27:18 +01:00
Kjell W. Kongsvik
a4904a88c7 travis build must include opm-core 2016-03-16 14:06:42 +01:00
Kjell W. Kongsvik
51c8416e28 Moved OutputWriter to opm-output
Moved opm/core/io/* in opm-core to opm-output opm/output along with tests.
Is still dependant on opm-core.
2016-03-16 10:47:35 +01:00
Jørgen Kvalsvik
39b3c32d3e Fix broken travis script. 2016-03-08 16:09:13 +01:00
Jørgen Kvalsvik
aa43346053 Rewrite cmake files to use opm infrastructure
Borrows macros and common infrastructure from the rest of the opm
project instead of half-implementing its own (as parser must do).
Largely a build system simplification.
2016-03-08 16:00:35 +01:00
Jørgen Kvalsvik
0881fece8b Initial commit. Travis, dune and cmake support. 2016-02-22 16:17:32 +01:00