Commit Graph

964 Commits

Author SHA1 Message Date
Bård Skaflestad
6f003d091c Kill EOF blank lines. 2010-10-26 22:26:25 +02:00
Bård Skaflestad
dcb548c07f Update ifsh_assemble() comment to reflect effective terms. 2010-10-26 18:39:06 +02:00
Atgeirr Flø Rasmussen
56822daebb Added implementation header to SOURCES variable as recommended by automake. 2010-10-26 14:37:47 +02:00
Atgeirr Flø Rasmussen
1add223064 Moved and removed files. 2010-10-26 14:19:07 +02:00
Atgeirr Flø Rasmussen
411dafca63 Fixed for interface changes. 2010-10-26 13:58:38 +02:00
Atgeirr Flø Rasmussen
474c2ef855 Transformed fsh->cfsh when meaning compressible flow solver hybrid. 2010-10-26 13:54:49 +02:00
Bård Skaflestad
e073bfa081 Merge from Atgeirr. 2010-10-26 13:16:27 +02:00
Atgeirr Flø Rasmussen
8fee3b3963 Fixed to conform with new interface (ifsh now wants effective inner products etc.). 2010-10-26 12:51:34 +02:00
Bård Skaflestad
63b941791f Complete cset a68849062624 (Update comment...).
Pointy hat: bska
2010-10-26 12:35:35 +02:00
Atgeirr Flø Rasmussen
9315bae82f For some reason, weird stuff happened in merging .hgignore, removed duplicates. 2010-10-26 12:35:27 +02:00
Atgeirr Flø Rasmussen
0e3ba05925 Merged from bska. 2010-10-26 12:34:26 +02:00
Atgeirr Flø Rasmussen
fd1e772b76 Temporary commit. Transition to new ifsh interface unfinished. 2010-10-26 12:33:13 +02:00
Bård Skaflestad
3d4485b7b4 Update comment to reflect reality. 2010-10-26 12:33:07 +02:00
Atgeirr Flø Rasmussen
e78b1580a5 Fixed const-correctness warning. 2010-10-26 12:32:30 +02:00
Atgeirr Flø Rasmussen
3c5af26931 Fixed name of declared function. 2010-10-26 12:31:58 +02:00
Atgeirr Flø Rasmussen
94b4cbbe79 Now includes fsh_common.h for fsh_destroy(). 2010-10-26 12:31:10 +02:00
Atgeirr Flø Rasmussen
1fa947d089 Fixed include guards. 2010-10-26 12:30:42 +02:00
Bård Skaflestad
0d008e03a2 Don't update in place. 2010-10-26 12:28:31 +02:00
Bård Skaflestad
edb9e567a9 Declare local tensor alias 'const' in htrans_compute(). 2010-10-26 12:17:26 +02:00
Bård Skaflestad
915eb44abc Use correct spelling of fsh_define_linsys_arrays(). 2010-10-26 12:10:21 +02:00
Bård Skaflestad
bfea1166fe Merge changes to .hgignore from cset 1809f720de31 . 2010-10-26 12:03:55 +02:00
Bård Skaflestad
461d47c9e0 Implement simple gravity handling.
Produces expected results on standard verification test.
2010-10-26 11:57:00 +02:00
Atgeirr Flø Rasmussen
8f4bc05767 Merged branch from bska. 2010-10-26 11:16:43 +02:00
Atgeirr Flø Rasmussen
976e12ca8b Added .hgignore file. 2010-10-26 10:11:26 +02:00
Bård Skaflestad
db0517f794 Remove zero eigenval. Prepare for adding gravity. 2010-10-25 20:28:34 +02:00
Bård Skaflestad
f486eb01fe Add traditional trans mobility weighting. 2010-10-25 13:56:38 +02:00
Bård Skaflestad
1965507cad The ifs_tpfa_press_flux() function does not need 'src'. 2010-10-24 21:22:29 +02:00
Bård Skaflestad
afc77d25d1 Add (incomp) pressure system assembler based on TPFA. 2010-10-24 21:20:15 +02:00
Bård Skaflestad
58591b7503 Add preliminary TPFA transmissibility calculator. 2010-10-24 15:26:21 +02:00
Bård Skaflestad
98afc235bc Change 'P' term sign in accordance with MRST impl. 2010-10-21 14:13:17 +02:00
Bård Skaflestad
3715c2b403 Trivial, janitorial change.
Correct a comment and break a long line.
2010-10-20 19:17:58 +02:00
Bård Skaflestad
b193e461ca Add utilities for computing derived fluid quantities.
These are (currently) entirely geared towards pressure solvers.
2010-10-20 19:14:07 +02:00
Bård Skaflestad
a886165290 Correct spelling error in comment. 2010-10-20 10:11:36 +02:00
Bård Skaflestad
16378ac793 Janitorial work to re-enable building.
Remove defunct well support inherited from ifsh.c.  Rename ifsh_*
functions to fsh_* functions.  Update calls accordingly.
2010-10-20 10:10:13 +02:00
Bård Skaflestad
4388dc68d6 Add initial files for implementing compressible flows. 2010-10-19 23:04:15 +02:00
Bård Skaflestad
d2fa5f4e10 Re-factor IFSH into FSH common and IFSH special parts. In
preparation of adding compressible flow solver.
2010-10-15 18:49:46 +02:00
Bård Skaflestad
84a6a1c9ae Add facilities for computing/updating gpress/Binv.
We were already computing the inverse IP, but now centralise the
gpress as well.  Moreover, the mim_ip_*_update() functions will assist
in the pressure solvers accepting effective inner products and gravity
pressures only.
2010-10-14 14:20:11 +02:00
Bård Skaflestad
4a2b5e4e0e Move implementation of vector_zero() to central location.
There is no need for each file to contain a separate, though
trivial, implementation of this feature.
2010-10-14 13:58:47 +02:00
Bård Skaflestad
2985200ad5 Ignore files generated by the Autotools. 2010-10-13 23:21:17 +02:00
Bård Skaflestad
fdf089c6a8 Remark that enumerate_active_bf() is restricted to internal CFs. 2010-10-13 19:02:06 +02:00
Bård Skaflestad
c026c35bf7 Use canonical include guards.
Suggested by atgeirr.  Template:

   OPM_<FILENAME>_HEADER_INCLUDED
2010-10-13 18:35:15 +02:00
Atgeirr Flø Rasmussen
a8073dd254 Added ignores. 2010-10-13 12:42:12 +02:00
Atgeirr Flø Rasmussen
1198e74817 Added m4 dir. 2010-10-13 12:36:54 +02:00
Atgeirr Flø Rasmussen
3422a74d76 Modified autotools details. 2010-10-13 12:34:36 +02:00
Jostein R. Natvig
789217900e Remove unused function declarations.
Suggest use of decorated include guards.
2010-10-13 11:35:10 +02:00
convert-repo
c8a8ee2094 update tags 2010-10-13 09:26:46 +00:00
Bård Skaflestad
afd165c257 Use 'preprocess.c' as canonical source file. 2010-10-12 15:01:34 +02:00
Bård Skaflestad
5e45aa6a63 Add Autotools setup. 2010-10-12 14:51:10 +02:00
Atgeirr Flø Rasmussen
d3ea54b1c8 Whitespace. 2010-10-12 13:14:17 +02:00
Bård Skaflestad
a974c729bd Fix typos. 2010-10-12 11:05:55 +00:00