Atgeirr Flø Rasmussen
ffcb9e0748
Reorganized and commented initialization section to prepare for change.
2012-01-23 13:06:25 +01:00
Atgeirr Flø Rasmussen
38cbdf5121
Re-introduced reorder functionality.
2012-01-23 12:43:37 +01:00
Atgeirr Flø Rasmussen
80ec53241f
Merged.
2012-01-23 12:41:06 +01:00
Bård Skaflestad
0a8df0e33d
Back out reorder option. We're not ready to begin using this.
2012-01-23 00:57:13 +01:00
Bård Skaflestad
a07f5b3eee
Suppress warnings about missing previous function declarations.
2012-01-23 00:32:59 +01:00
Atgeirr Flø Rasmussen
efcd191ea1
Added "output" parameter for turning file output on/off.
2012-01-20 15:51:29 +01:00
Atgeirr Flø Rasmussen
da0bcc13a4
Added "use_reorder" parameter and implemented the option.
2012-01-20 15:36:52 +01:00
Atgeirr Flø Rasmussen
54a9d038c9
New parameters "guess_old_solution", "verbosity", "max_it" and "max_it_ls".
2012-01-19 23:51:09 +01:00
Atgeirr Flø Rasmussen
b2ce765133
Now writes output in vtk format.
2012-01-19 16:48:27 +01:00
Atgeirr Flø Rasmussen
df31c95197
Moved output of report struct into dedicated operator<<().
2012-01-19 14:24:39 +01:00
Atgeirr Flø Rasmussen
2f5bba3835
Now a primitive simulator.
2012-01-19 14:12:53 +01:00
Atgeirr Flø Rasmussen
de59283a19
Now spu_2p is a (very) simple simulator, work in progress.
2012-01-19 13:58:25 +01:00
Atgeirr Flø Rasmussen
46b76fb04d
Backed out changeset d0cd4424dd9a
2012-01-19 13:56:55 +01:00
Atgeirr Flø Rasmussen
80f9164948
Merge.
2012-01-19 13:55:11 +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
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
74b8fe759a
Reference headers using canonical (installed) paths.
2011-12-08 16:18:33 +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
6442d3fda2
Don't reference (non-existent) Dune directories. Remove disabled code.
2011-10-13 19:38:33 +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