mrst
Tighten tolerance for better fit with sim_simple.cpp.
2013-05-06 13:27:48 +02:00
.gitignore
Ignore autosave files from Vim.
2013-05-14 17:45:20 +02:00
AutoDiff.hpp
Implement constant() and variable() in terms of function()
2013-04-30 13:41:13 +02:00
AutoDiffBlock.hpp
Added size() member for ease of use.
2013-05-15 08:48:36 +02:00
AutoDiffBlockArma.hpp
Unfinished version of Armadillo-using AD class added.
2013-05-06 09:43:26 +02:00
AutoDiffHelpers.hpp
Add spdiag() prototype to silence GCC 4.6 warning.
2013-05-15 09:34:59 +02:00
AutoDiffVec.hpp
Completed basic version of AD vector class and test.
2013-04-30 16:15:00 +02:00
BlackoilPropsAd.cpp
Initial untested implementation of relperm() methods.
2013-05-14 15:11:46 +02:00
BlackoilPropsAd.hpp
Implemented most of the fluid interface.
2013-05-14 13:33:14 +02:00
find_zero.cpp
Use named constructor pattern.
2013-04-30 11:05:59 +02:00
fluid.data
Add required fluid densities
2013-05-14 15:46:00 +02:00
ImpesTPFAAD.hpp
Start fleshing out overall structure of Newton loop
2013-05-14 13:40:56 +02:00
README.md
Initial commit
2013-04-29 01:31:45 -07:00
sim_2p_incomp_adfi.cpp
Updated check for umfpack for (opm-core) implicit solver.
2013-05-07 00:46:35 +02:00
sim_simple.cpp
Updated for helper class name change (UpwindSelector).
2013-05-15 08:35:38 +02:00
SimulatorIncompTwophaseAdfi.cpp
Added gravity treatment to transport solver (untested).
2013-05-07 13:13:38 +02:00
SimulatorIncompTwophaseAdfi.hpp
Added simulator class that can use AD transport solver.
2013-05-06 23:41:41 +02:00
test_ad.cpp
Use named constructor pattern.
2013-04-30 11:05:59 +02:00
test_block.cpp
Complete Addition tests.
2013-05-03 12:53:51 +02:00
test_boprops_ad.cpp
Add test cases for density and water viscosity.
2013-05-14 17:29:49 +02:00
test_impestpfa_ad.cpp
Add first, working gravity solution
2013-05-14 11:40:07 +02:00
test_syntax.cpp
Use named constructor pattern.
2013-04-30 11:05:59 +02:00
test_vec.cpp
Completed basic version of AD vector class and test.
2013-04-30 16:15:00 +02:00
TransportSolverTwophaseAd.cpp
Use subset() for simpler code.
2013-05-08 12:59:38 +02:00
TransportSolverTwophaseAd.hpp
Added gravity treatment to transport solver (untested).
2013-05-07 13:13:38 +02:00