Collection of utilities, solvers and other components.
Go to file
Atgeirr Flø Rasmussen a558878917 Major simplification of IncompTpfa interface.
Most significant changes:
     - Single solve() call used for all cases (with or without gravity,
       with or without rock compressibility). This is intentionally
       similar to CompressibleTpfa::solve().
     - Constructor take a property object and computation of necessary total
       mobilities etc. moved inside class.
     - Optional constructor args for rock compressibility, gravity, wells,
       boundary conditions (null pointer accepted) and source terms (empty
       vector accepted).
     - Nonlinear iterations for the compressible rock case now handled inside
       IncompTpfa. This part intentionally made similar to CompressibleTpfa.
2012-06-12 10:27:48 +02:00
examples Changed interface of solve() and solveGravity() to accept full saturation (both phases) input. 2012-06-09 14:56:29 +02:00
m4 Don't use AC_REQUIRE within a conditional. 2012-06-05 19:56:17 +02:00
opm/core Major simplification of IncompTpfa interface. 2012-06-12 10:27:48 +02:00
tests Added convert function from vag grid to opm::unstructed. In the process it was added a convenience function to allocate unstructured grid in grid.h. Compute geometry is used to calculate the new geometry. 2012-06-08 20:50:41 +02:00
tutorials Removed default null argument for wells in IncompTpfa constructor. 2012-06-07 13:34:05 +02:00
.hgignore Added doxygen configuration files (remove Doxyfile from .hgignore). 2012-04-10 17:22:14 +02:00
.hgtags Added tag 2012-05.0 for changeset b52158edf104 2012-05-29 12:25:45 +02:00
CMakeLists.txt Added -ldunecommon to link flags. 2012-02-21 22:13:24 +01:00
configure.ac Add preliminary build glue to include AGMG in the OPM-Core library. 2012-06-05 19:44:18 +02:00
Doxyfile Added skeleton doxygen_main.hpp for overview documentation. 2012-06-05 15:20:13 +02:00
DoxygenLayout.xml Added doxygen configuration files (remove Doxyfile from .hgignore). 2012-04-10 17:22:14 +02:00
generate_doc_figures.py using pvpython. 2012-05-24 15:28:34 +02:00
Makefile.am Add support for reading vag/(unstructured format) 2012-06-08 15:34:00 +02:00
style.css Added css file, change font and size of formulas. 2012-04-12 18:10:18 +02:00