Atgeirr Flø Rasmussen
1415384146
Change order of steps in algorithm to avoid rework.
2014-12-29 12:28:29 +01:00
Atgeirr Flø Rasmussen
eeae67c647
Follow renaming of function.
2014-12-29 12:28:29 +01:00
Atgeirr Flø Rasmussen
696d51deb7
Fix bug in test.
...
Also add (inactive) second test.
2014-12-29 12:28:29 +01:00
Atgeirr Flø Rasmussen
c10e28478f
Fix bug in distance derivative function.
2014-12-29 12:28:29 +01:00
Atgeirr Flø Rasmussen
86655f1962
Work in progress.
2014-12-29 12:28:29 +01:00
Atgeirr Flø Rasmussen
1ddb0abc89
Initial versions of compute functions done.
...
Still has bugs.
2014-12-29 12:28:29 +01:00
Atgeirr Flø Rasmussen
89b4ecb193
Solver logic finished.
...
Methods isClose(), computeFromTri() and computeFromLine() are still dummies.
2014-12-29 12:28:29 +01:00
Atgeirr Flø Rasmussen
c0fbb8ea03
Work in progress on AnisotropicEikonal.
2014-12-29 12:28:29 +01:00
Atgeirr Flø Rasmussen
3997d1c462
Added simple test, work in progress.
2014-12-29 12:28:29 +01:00
Atgeirr Flø Rasmussen
1f79502f10
Add skeleton of AnisotropicEikonal class and test.
2014-12-29 12:28:29 +01:00
Atgeirr Flø Rasmussen
a14b2fd434
Merge pull request #710 from andlaus/remove_m4_directory
...
remove the obsolete 'm4' subdirectory
2014-12-23 09:51:51 +01:00
Andreas Lauser
07848a1870
remove the obsolete 'm4' subdirectory
...
as far as I can see, it provided M4 macros for autotools based
projects which wanted to use OPM. I have severe doubts that this was
used by anyone because it most likely does not even work. (e.g. the M4
macros does not seem to specify the ERT and opm-parser prerequisites.)
Note that I'm not 100% sure of the above, so if I'm wrong, state so
loudly and I'll close the PR...
2014-12-19 15:21:26 +01:00
Atgeirr Flø Rasmussen
060a2fea0f
Merge pull request #702 from jorgekva/linsolver_petsc
...
PETSc support in OPM
2014-12-19 11:25:58 +01:00
Joakim Hove
0fc5e7a3bc
Merge pull request #706 from joakim-hove/move-log
...
Renamed ParserLog -> OpmLog
2014-12-16 13:23:10 +01:00
Bård Skaflestad
18cc1c8cb5
Merge pull request #707 from andlaus/enable_experimental_grid_extensions
...
Finddune-grid.cmake: always enable the experimental grid extensions
2014-12-16 12:50:19 +01:00
Andreas Lauser
0d27bd4bff
Finddune-grid.cmake: always enable the experimental grid extensions
...
this is now done by a config.h macro. The reason is that quite a bit
of code depends on boundary IDs which are only available as an
"experimental" grid extension in recent Dune releases...
2014-12-16 12:41:31 +01:00
Joakim Hove
6f2fe0457c
ERT-747: Renamed ParserLog -> Logger
2014-12-15 12:22:34 +01:00
Bård Skaflestad
e9eb1b8b61
Merge pull request #703 from andlaus/remove_strict_parsing
...
adapt to the removal of the "strict parsing" concept
2014-12-11 13:39:26 +01:00
Andreas Lauser
be9f181a94
adapt to the removal of the "strict parsing" concept
2014-12-11 13:11:33 +01:00
Jørgen Kvalsvik
510074e858
Removed installation of file call_petsc.h
2014-12-10 18:35:49 +01:00
Jørgen Kvalsvik
31fbb2f58d
Sets initial guess to zero.
...
Setting it to nonzero means starting to approximate from memory garbage values.
2014-12-10 18:15:33 +01:00
Jørgen Kvalsvik
ed18b283f1
Adds missing VecCreate.
2014-12-10 18:15:13 +01:00
Jørgen Kvalsvik
e2e6299ee6
Adds missing preconditoner destruction.
2014-12-10 18:09:13 +01:00
Jørgen Kvalsvik
33c7b48d06
Renamed variables to match Ax = b
2014-12-10 18:09:01 +01:00
Jørgen Kvalsvik
ef59c5afdb
Vector construction is now value oriented.
...
No longer initialised and constructed in two places.
2014-12-10 18:07:45 +01:00
Jørgen Kvalsvik
2db194aca6
Removes unecessary whitespace.
2014-12-10 18:06:28 +01:00
Jørgen Kvalsvik
c6f42a63bd
Fixes performance bug in matrix construction.
...
At the same time changes the construction to be value-oriented, not
constructing it in OEM_DATA, but rather in to_petsc_mat
2014-12-10 18:05:04 +01:00
Joakim Hove
3c75d3f439
Merge pull request #698 from joakim-hove/fixup-writeECLData
...
Revert signature of writeECLData()
2014-12-08 15:24:03 +01:00
Joakim Hove
2b9b09865c
Revert signature of writeECLData()
2014-12-08 15:21:56 +01:00
Joakim Hove
1970b14472
Merge pull request #695 from chflo/OPM_139_wellinfo_eclrestart
...
Opm 139 wellinfo eclrestart
2014-12-08 12:59:37 +01:00
chflo
29dd303eaa
OPM-139: Minor changes after review
2014-12-08 12:04:07 +01:00
chflo
0f97f947e6
OPM-139: Cleaned out compiler warnings
2014-12-08 12:04:07 +01:00
chflo
950ec4a67e
OPM-139: Changes due to signature change in ert library
2014-12-08 12:04:06 +01:00
chflo
d6d5d8db71
OPM-139: Extended EclipseWriter to write wellinfo to eclipse restart files
2014-12-08 12:04:06 +01:00
chflo
2fd00e04a1
OPM-139: Added unitttest and testdata for testing writing of welldata to eclipse restart files
2014-12-08 12:04:06 +01:00
chflo
89b53ed681
OPM-139: Linked in small ert library ecl_well to be used in unitttest test_writenumwells.cpp
2014-12-08 12:04:05 +01:00
Atgeirr Flø Rasmussen
933e4d7376
Merge pull request #696 from dr-robertk/PR/eclipsewriter-support-cell-reordering
...
EclipseWriter: support reordering of compressed cells.
2014-12-08 11:30:27 +01:00
Robert K
488c9ca7ff
remove unused restrictToActive method and rewrite the other one to cover both, restrict
...
and reorder.
2014-12-08 11:24:57 +01:00
Robert K
d504007030
EclipseWriter: fix docu of convertToEclipseOrder function.
2014-12-08 10:40:52 +01:00
Robert K
207f4bfd30
EclipseWriter: support reordering of compressed cells, e.g. space filling curves.
2014-12-05 15:44:39 +01:00
Atgeirr Flø Rasmussen
cfc3afd01a
Merge pull request #694 from atgeirr/silence-warning
...
Silence unused argument warning.
2014-12-02 09:18:03 +01:00
Atgeirr Flø Rasmussen
98cf664b3f
Silence unused argument warning.
2014-12-02 09:17:11 +01:00
Atgeirr Flø Rasmussen
fdad6860cb
Merge pull request #688 from andlaus/temperature_dependent_PVT
...
PVT properties: allow them to be temperature dependent
2014-12-02 08:48:57 +01:00
Andreas Lauser
e530ce03d8
PVT properties: allow them to be temperature dependent
...
Note that this patch does not introduce any real temperature
dependence but only changes the APIs for the viscosity and for the
density related methods. Note that I also don't like the fact that
this requires so many changes to so many files, but with the current
design of the property classes I cannot see a way to avoid this...
2014-12-01 20:06:31 +01:00
Bård Skaflestad
2a4a7eb61e
Merge pull request #685 from atgeirr/vertex-neighbours
...
Add free function vertexNeighbours() and test.
2014-12-01 17:10:07 +01:00
Atgeirr Flø Rasmussen
48439d6420
Use proper way to access pi() from boost::math.
2014-12-01 14:55:06 +01:00
Atgeirr Flø Rasmussen
8af3b17c68
Simplify formula with atan2().
2014-12-01 14:38:08 +01:00
Atgeirr Flø Rasmussen
35a8bd4791
Fix more whitespace tab->space issues.
2014-12-01 14:21:16 +01:00
Atgeirr Flø Rasmussen
9e26afaaba
Fix comment referencing renamed function.
2014-12-01 13:43:34 +01:00
Atgeirr Flø Rasmussen
6bc74bd746
Replace M_PI with boost usage.
2014-12-01 12:11:27 +01:00