Bård Skaflestad
8002de23e4
Catch up to interface change of IncompTPFA::solve().
...
Revision 13e1ab7e1093 introduced well solution vectors (accessed only when
wells are present). Update the method call accordingly to restore build.
2012-04-12 18:39:19 +02:00
Xavier Raynaud
f2b56c22bf
Added Latex format in documentation.
2012-04-12 18:13:57 +02:00
Xavier Raynaud
cb026af3a4
Added tutorial2 in python script.
2012-04-12 18:12:29 +02:00
Xavier Raynaud
5f43e97cc0
Added tutorial2 in Makefile.
2012-04-12 18:12:03 +02:00
Xavier Raynaud
c5c0487227
Corrected typo in comments.
2012-04-12 18:11:24 +02:00
Xavier Raynaud
42a9888829
Added css file, change font and size of formulas.
2012-04-12 18:10:18 +02:00
Xavier Raynaud
bd2757670c
Added second tutorial.
2012-04-12 18:09:06 +02:00
Xavier Raynaud
1143943b7f
Minor changes.
2012-04-12 18:08:46 +02:00
Kjetil Olsen Lye
bc275a4755
Made a computeWDP-function
2012-04-12 17:50:51 +02:00
Kjetil Olsen Lye
1a524b0a14
Changed input arguments for group checking
2012-04-12 16:56:58 +02:00
Atgeirr Flø Rasmussen
b6afa84a65
Initialize data members in declared order.
2012-04-12 16:52:57 +02:00
Kjetil Olsen Lye
5664fcd7d7
Made us of wells output arguments in IncompTpfa
2012-04-12 16:39:12 +02:00
Kjetil Olsen Lye
4aa0567fd4
Made IncompTpfa receive wells-output-arguments
2012-04-12 16:36:08 +02:00
Kjetil Olsen Lye
34460f1711
merge.
2012-04-12 15:48:59 +02:00
Kjetil Olsen Lye
49b18b2d96
Made queries upwards from wells to group to group
2012-04-12 15:48:24 +02:00
Atgeirr Flø Rasmussen
68a2d7fe26
Added and implemented parameter num_transport_substeps.
2012-04-12 14:43:05 +02:00
Atgeirr Flø Rasmussen
9121a81165
Removed unnecessary guard against using rock compressibility with segregation.
2012-04-12 14:25:53 +02:00
Kjetil Olsen Lye
77dc0991cf
Made the WellNode be aware of their own index
2012-04-12 14:25:39 +02:00
Atgeirr Flø Rasmussen
8f7939ca10
Added #include <numeric> for std::accumulate().
2012-04-12 14:14:24 +02:00
Atgeirr Flø Rasmussen
d0eb42c5d8
Changed satRange() behaviour to use highest sw in SWOF as max (instead of 1.0).
2012-04-12 13:52:41 +02:00
Kjetil Olsen Lye
9511d8dce2
Cleaned up examples/Makefile.am somewhat [made linking more clear]
2012-04-12 12:17:27 +02:00
Bård Skaflestad
74653b42d2
Replace malloc() call with default grid constructor.
...
This enables removing the explicit initialisation of pointer members
in the UnstructuredGrid because the return value from
create_grid_empty() is already in a fully defined state and may be
passed directly on to destroy_grid().
2012-04-11 19:12:06 +02:00
Bård Skaflestad
394c463f1e
Add default grid constructor. Creates an empty grid.
...
This is mostly for use in *other* grid constructors, as it enables
putting a grid into a defined state before allocating and/or filling
the specific fields of the UnstructuredGrid.
While here, add a Doxygen \file command lest function documentation
not be output to the documentation set.
2012-04-11 18:48:29 +02:00
Kjetil Olsen Lye
c65dff9f2d
Added necessary libraries to the examples
2012-04-11 16:35:45 +02:00
Kjetil Olsen Lye
7f36232ba0
merge
2012-04-11 15:31:10 +02:00
Kjetil Olsen Lye
e70a6bbbd3
Made linear solving of first timestep
2012-04-11 15:29:58 +02:00
Atgeirr Flø Rasmussen
e2bbeef778
Extract all docs by default.
2012-04-11 14:04:37 +02:00
Atgeirr Flø Rasmussen
c8c50bbafb
Documented grid.h (UnstructuredGrid struct and destroy_grid() function).
2012-04-11 14:03:57 +02:00
Atgeirr Flø Rasmussen
6cfe32b9e1
Removed unnecessary call to compute_geometry().
2012-04-11 12:45:24 +02:00
Atgeirr Flø Rasmussen
04ab5c83ce
Renamed all grid construction functions to create_grid_<something>().
2012-04-11 12:35:19 +02:00
Atgeirr Flø Rasmussen
36097f1656
Renamed free_grid() -> destroy_grid().
2012-04-11 11:40:51 +02:00
Atgeirr Flø Rasmussen
702aaec8ab
Removed unneeded #include statement.
2012-04-11 11:36:23 +02:00
Atgeirr Flø Rasmussen
b66ee75058
Moved free_grid() to grid.h and (new file) grid.c.
2012-04-11 11:32:52 +02:00
Atgeirr Flø Rasmussen
866cb0b6ab
Updated #include statements to match moved and renamed headers.
2012-04-11 11:27:45 +02:00
Atgeirr Flø Rasmussen
c52e7c9ece
Updated Makefile.am to account for moved and renamed files.
2012-04-11 11:20:31 +02:00
Atgeirr Flø Rasmussen
62c365e718
Moved and renamed cornerpoint grid functions.
2012-04-11 11:10:00 +02:00
Atgeirr Flø Rasmussen
7454bd7a29
Moving grid-related files to opm/core/grid/
2012-04-11 11:07:18 +02:00
Atgeirr Flø Rasmussen
f23c3144e6
Moved internal functions into anonymous namespace.
2012-04-11 10:56:08 +02:00
Atgeirr Flø Rasmussen
c2818654c3
Improved formatting.
2012-04-11 10:52:45 +02:00
Atgeirr Flø Rasmussen
5a62896a04
Improve formatting.
2012-04-11 10:49:45 +02:00
Atgeirr Flø Rasmussen
6e5ff1b70e
Removed unneeded check for WELSPECS and shadowing of existing object.
2012-04-11 10:47:30 +02:00
Bård Skaflestad
b156a5e41b
Don't build the 'wells_example' unless UMFPACK is available.
...
While here, clean up the link-time dependency information. This
information is inferred from the libopmcore.la Libtool library.
2012-04-11 09:06:07 +02:00
Bård Skaflestad
ad36e05f8c
Don't add per-target LDADD that are already implied by global LDADD.
2012-04-10 19:40:00 +02:00
Bård Skaflestad
6d7959869c
M-x whitespace-cleanup .
2012-04-10 19:38:41 +02:00
Bård Skaflestad
2930722be6
Prune duplicate <cmath> inclusion.
2012-04-10 18:16:51 +02:00
Bård Skaflestad
70a0186b31
Briefly mention the role of the ACLOCAL_AMFLAGS.
2012-04-10 18:15:01 +02:00
Bård Skaflestad
24ef4cde3c
Merge from upstream.
2012-04-10 18:13:15 +02:00
Bård Skaflestad
47241e458f
Reorder sections for greater internal cohesion. No functional changes.
...
While here, add a few comments to outline the purpose of each section,
particularly the "libopmcore_la_LDFLAGS".
2012-04-10 18:02:33 +02:00
Xavier Raynaud
f9af5b12f5
Fixed bug in python script. Remove vtu files used to generate figures.
2012-04-10 17:54:50 +02:00
Xavier Raynaud
490f312821
Fixed configure.ac file to take into account tutorials
2012-04-10 17:46:52 +02:00