Halvor M. Nilsen
81d804ca31
Fixed makefiles.
2011-12-19 17:18:57 +01:00
Atgeirr Flø Rasmussen
23a61cb167
Changed code to use new include path: <opm/core/...>
2011-12-12 11:28:09 +01:00
Atgeirr Flø Rasmussen
14dad62014
Moved umfpack-dependent programs into conditional block.
2011-12-12 10:30:40 +01:00
Atgeirr Flø Rasmussen
0e84c3de31
Replaces std::array with std::tr1::array for improved compatibility (not requiring c++11).
2011-12-12 10:29:40 +01:00
Bård Skaflestad
70104f5aa8
Staticise 'compute_porevolume()' to avoid warning about missing prior declaration.
2011-12-08 16:41:27 +01:00
Bård Skaflestad
7bda6e5d53
Conform to C90 standard (don't mix declaration and code).
2011-12-08 16:40:43 +01:00
Bård Skaflestad
74b8fe759a
Reference headers using canonical (installed) paths.
2011-12-08 16:18:33 +01:00
Bård Skaflestad
953507907e
Update include paths and link to OPM core library.
2011-12-08 16:17:13 +01:00
Bård Skaflestad
e4fa3dbc4f
Catch up to changing location of 'scaneclipsedeck' example.
...
While here, remove MEX related grid processing from core library.
2011-12-08 15:08:04 +01:00
Bård Skaflestad
5248a6f51f
Move 'scaneclipsedeck' to example programs.
2011-12-08 15:06:23 +01:00
Bård Skaflestad
66b82865d4
Complete cset ad3d926031e7.
2011-12-08 14:49:09 +01:00
Bård Skaflestad
16780b8312
Remove remnants of previous Autotools build system.
2011-12-08 13:58:10 +01:00
Bård Skaflestad
ec3586697f
Incorporate OPMTransport into OPM core library directory structure.
2011-12-08 13:48:16 +01:00
Bård Skaflestad
e66dc789f3
Merge from upstream.
2011-12-05 19:30:30 +01:00
Bård Skaflestad
95ebbb3899
changeset: 451:4120bd6d7e8f
...
tag: tip
user: Andreas Lauser <andreas.lauser@iws.uni-stuttgart.de>
date: Mon Dec 05 19:07:44 2011 +0100
summary: fix compile
2011-12-05 19:22:20 +01:00
Bård Skaflestad
ca041be109
Parametrise vector assignment to support line search on ::std::vector<>'s.
...
Implement the (_AXPY-like) interface for containers (base-vectors)
that support a begin()/end() iterator pair (e.g., ::std::vector<>).
Finally, update examples accordingly.
This restores independent build of OPMTransport (when used outside Dune).
2011-11-25 19:17:17 +01:00
Bård Skaflestad
420b14af05
Properly initialise the cell_facepos.
2011-10-24 10:01:13 +02:00
Bård Skaflestad
6442d3fda2
Don't reference (non-existent) Dune directories. Remove disabled code.
2011-10-13 19:38:33 +02:00
Halvor M. Nilsen
7ac7bdfbac
moved dune definishins for dune to porsol/common
2011-10-13 13:52:38 +02:00
Halvor M. Nilsen
0a1fc38fd0
checking after changing back to grid interface euler in traits and adding boundary conditions for fixed, the code finialy does something
2011-10-13 10:26:51 +02:00
Halvor M. Nilsen
27cecaabef
changes the code compile: runs: and give wrong results
2011-10-12 16:10:51 +02:00
Halvor M. Nilsen
f5fa61eb13
definitions to use opmtransport in dune-upscaling
2011-10-11 14:55:11 +02:00
Halvor M. Nilsen
ee62a57dc7
added EulerUpstreamImplicit, added implicit traits: does notthing now
2011-10-11 11:42:40 +02:00
Bård Skaflestad
ee43437183
Increase problem size, and report solver meta data upon completion.
2011-10-06 17:25:13 +02:00
Bård Skaflestad
da683da206
Add a simple saturation dump using vector_write() from OPMPressure.
2011-10-06 15:12:43 +02:00
Bård Skaflestad
c56215bdcd
Use control parameters that don't lead to singular matrices.
2011-10-06 15:07:00 +02:00
Bård Skaflestad
b0e35ca07a
Honour ImplicitTransport requirement introduced in cset af1c979d2947.
...
We need to define a coefficient matrix clearing operator.
2011-10-06 15:02:15 +02:00
Bård Skaflestad
72953ac126
Add an example program demonstrating the use of the ImplicitTransport solver.
...
Building contingent upon availability of both OPMPressure *and* UMFPACK.
2011-10-05 20:06:03 +02:00
Bård Skaflestad
b1f35c50b1
Add a POD representation of transport problem source terms.
2011-10-05 20:04:21 +02:00
Bård Skaflestad
8fa1eecce6
Import Jostein R. Natvig's implementation of a Cartesian grid.
2011-10-05 20:03:43 +02:00
Bård Skaflestad
f1c44286cc
Import glue code for calling into UMFPACK using an OPMPressure CSRMatrix.
2011-10-05 20:03:07 +02:00