Commit Graph

  • 7dfc25048c Add missing header files Håkon Hægland 2024-08-06 21:33:35 +02:00
  • d4855b08e1 Check if MPI is enabled Håkon Hægland 2024-09-09 09:16:03 +02:00
  • 864b55f99b Rebased, and fixed command line parsing Håkon Hægland 2024-08-12 15:17:38 +02:00
  • 5dfbf50b7d Remove debug code Håkon Hægland 2024-08-06 21:49:07 +02:00
  • ef62ea7a7d Add missing header files Håkon Hægland 2024-08-06 21:33:35 +02:00
  • 097f951557 Improved comments Håkon Hægland 2024-08-05 14:43:18 +02:00
  • dffe282bf0 Redirect slave standard output to a logfile Håkon Hægland 2024-06-28 15:49:13 +02:00
  • e58ada1e76 Copy command line parameters from master Håkon Hægland 2024-06-28 14:10:55 +02:00
  • 71d06c5bdb Pass parameter --slave=true to the slaves Håkon Hægland 2024-06-28 13:36:10 +02:00
  • ba7c1d589b Open MPI does not support output redirection Håkon Hægland 2024-06-28 12:49:25 +02:00
  • bf5962061a Do not specify program name twice Håkon Hægland 2024-06-28 10:38:56 +02:00
  • 4fd225c004 Spawn slaves from master Håkon Hægland 2024-06-21 08:55:00 +02:00
  • 6aef3ee2f1 Transmissibility::update(): use lambdas to reduce code duplication Arne Morten Kvarving 2025-01-17 12:52:07 +01:00
  • efae526ae5 Transmissibility::applyMultipliers: use FaceDir::FromIntersectionIndex Arne Morten Kvarving 2025-01-17 15:12:49 +01:00
  • 2dda16bc71 Transmissibility::applyAllZMultipliers: simplify by passing FaceInfo structs Arne Morten Kvarving 2025-01-17 14:28:28 +01:00
  • 637bd7a1c4 Transmissibility::applyNtg_: increase readbility, no reason for using a switch Arne Morten Kvarving 2025-01-17 15:13:11 +01:00
  • 68dfd12a3c Transmissibility::applyNtg_: simplify by passing FaceInfo struct Arne Morten Kvarving 2025-01-17 14:28:28 +01:00
  • 6c292a9d4a Transmissibility::computeFaceProperties: simplify by passing FaceInfo structs Arne Morten Kvarving 2025-01-17 14:28:28 +01:00
  • 81de485575 Transmissibility: introduce a FaceInfo struct Arne Morten Kvarving 2025-01-17 14:24:48 +01:00
  • e10531513a Transmissibility::update: add faceIdxDir lambda function Arne Morten Kvarving 2025-01-17 12:30:50 +01:00
  • 2197a1ea7c Transmissibility::update: extract calculation of harmonic mean to a lambda Arne Morten Kvarving 2025-01-17 12:22:57 +01:00
  • 50c5369c39 Transmissibility::computeHalfDiffusivity_: use return value instead of out-param Arne Morten Kvarving 2025-01-17 11:45:45 +01:00
  • 9ce9fe49f2 Transmissibility::computeHalfTrans_: use return value instead of out-param Arne Morten Kvarving 2025-01-17 11:45:45 +01:00
  • 3695ea8b0b Transmissibility::update(): use Dune::intersections() range generator Arne Morten Kvarving 2025-01-16 13:24:33 +01:00
  • a9787f23f7 Transmissibility:update: replace operator[] with insert_or_assign() Arne Morten Kvarving 2025-01-16 13:20:48 +01:00
  • 471eeb1004 cosmetics Arne Morten Kvarving 2025-01-16 13:20:30 +01:00
  • 41524e3cca Merge pull request #5889 from atgeirr/use-createthreaditerators Atgeirr Flø Rasmussen 2025-01-17 13:53:21 +01:00
  • 2bbf48c39c Merge pull request #5856 from michal-toth/bugfix/thread-spawn Markus Blatt 2025-01-16 17:12:26 +01:00
  • bdf825e785 Merge pull request #5888 from akva2/transmissibility_centroids_cache Atgeirr Flø Rasmussen 2025-01-16 14:13:50 +01:00
  • c06d89b068 Use the createThreadIterators() utility. Atgeirr Flø Rasmussen 2025-01-16 13:56:19 +01:00
  • db18a9b4ea Fix whitespace after rebase Svenn Tveit 2025-01-16 13:49:45 +01:00
  • 96ccc8cb96 Accommodate for implemnetation of generic cubic EOS Svenn Tveit 2025-01-15 12:50:07 +01:00
  • 9a97bf41c5 Transmissibility: add a cache for centroids and use this in update() Arne Morten Kvarving 2025-01-16 11:53:09 +01:00
  • 635d7d77dd Merge pull request #5862 from GitPaean/simplying_flash_usage Atgeirr Flø Rasmussen 2025-01-16 10:59:48 +01:00
  • 82665d23e5 Merge pull request #5817 from daavid00/allocTrans Atgeirr Flø Rasmussen 2025-01-16 07:47:22 +01:00
  • 66b353d8ee Remove one extraneous registration of ThreadsPerProcess parameter Michal Tóth 2025-01-15 16:53:06 +01:00
  • 47c44862ab Remove false-positive warning with OMP_NUM_THREADS. Michal Tóth 2025-01-15 16:51:45 +01:00
  • 2a86950959 refactoring initial() function in FlowProblemComp Kai Bao 2025-01-14 15:19:17 +01:00
  • 5cff36e986 Revert fvbaseparameters.hh:ThreadsPerProcess back to 1 Michal Tóth 2025-01-15 16:05:56 +01:00
  • 74d6ac18af Skip allocTrans when enableEclOutput is False and David Landa Marban 2024-12-19 15:30:49 +01:00
  • 76667d613b Introduce struct to reduce number of constructor params Vegard Kippe 2025-01-15 13:34:05 +01:00
  • d2c882952a Merge pull request #5867 from akva2/blackoilmodel_impl Bård Skaflestad 2025-01-15 12:53:10 +01:00
  • c3489c5e62 Make 2 threads default and fix -1 for automatic Michal Tóth 2025-01-15 12:09:03 +01:00
  • dcd739fa09 BlackoilModel: add impl file Arne Morten Kvarving 2025-01-13 11:15:36 +01:00
  • 76f690c869 Merge pull request #5877 from akva2/fix_wcycle_multiple_blocks Bård Skaflestad 2025-01-15 10:56:27 +01:00
  • 5df8c8b2a7 Merge pull request #5885 from akva2/simulatorfullyimplicitblackoil_param_tu Bård Skaflestad 2025-01-15 10:46:39 +01:00
  • 95aa6599a8 Merge pull request #5884 from akva2/damaris_param_tu Bård Skaflestad 2025-01-15 10:45:54 +01:00
  • 3cb1f16e05 Merge pull request #5883 from akva2/flowproblem_param_generic Bård Skaflestad 2025-01-15 10:44:48 +01:00
  • fe94ea1100 Merge pull request #5882 from akva2/outputblackmodule_param_generic Bård Skaflestad 2025-01-15 10:43:59 +01:00
  • ecc231a2a2 Merge pull request #5858 from akva2/blackoilwellmodel_temperature_constexpr Arne Morten Kvarving 2025-01-15 10:41:25 +01:00
  • d1c9c040ce SimulatorFullyImplicitBlackoil: move parameter registration to TU Arne Morten Kvarving 2025-01-14 09:06:12 +01:00
  • 9a015b51db Merge pull request #5822 from totto82/fixNETV4 Tor Harald Sandve 2025-01-15 09:23:55 +01:00
  • 512263110c OutputBlackoilModule: move some more code to GenericOutputBlackoilModule Arne Morten Kvarving 2025-01-14 08:02:30 +01:00
  • ef176d4b5c Damaris: move some more code to TU Arne Morten Kvarving 2025-01-14 08:45:32 +01:00
  • f7cfa7a04b FlowProblem: move some more code to FlowGenericProblem Arne Morten Kvarving 2025-01-14 08:02:30 +01:00
  • 5e7e3af816 Merge pull request #5842 from atgeirr/reduce-elementcontext-usage Tor Harald Sandve 2025-01-15 07:50:50 +01:00
  • 5ba8e87f55 Uncomment OpmLog warning Michal Tóth 2025-01-14 16:42:31 +01:00
  • d6a362fe03 Merge pull request #5846 from lisajulia/feature/ACTIONX-pyAction-insert-kw-GEFAC Markus Blatt 2025-01-14 16:03:22 +01:00
  • 6438f120ed Merge pull request #5871 from akva2/blackoilmodel_penalty_card Bård Skaflestad 2025-01-14 15:56:47 +01:00
  • 70987f4e48 Merge pull request #5880 from lisajulia/feature/fix/documentation Lisa Julia Nebel 2025-01-14 15:15:04 +01:00
  • 6fecef3fb1 Add missing return type to check_simulation_finished function of BlackOilSimulator Lisa Julia Nebel 2025-01-14 14:11:09 +01:00
  • 424c327609 Rename file pyactionComparisons.cmake to pyactionActionXComparisons.cmake Lisa Julia Nebel 2025-01-07 17:16:45 +01:00
  • ca4beb4be5 Add tests for GEFAC for ACTIONX and PYACTON Lisa Julia Nebel 2025-01-07 17:15:02 +01:00
  • 070af4f147 Merge pull request #5878 from akva2/flowvanguard_move_param_code Bård Skaflestad 2025-01-14 14:03:24 +01:00
  • cee75a152a FlowBaseVanguard: move some more code to FlowGenericVanguard Arne Morten Kvarving 2025-01-14 08:02:30 +01:00
  • 6d8c8949d6 simplying the initializatoin of co2ptflashproblem Kai Bao 2025-01-14 13:19:48 +01:00
  • 48454762bf Merge pull request #5876 from lisajulia/feature/fix/documentation Atgeirr Flø Rasmussen 2025-01-14 13:14:37 +01:00
  • 359915819b changing the default FlashTolerance to be 1.e-8 Kai Bao 2025-01-14 12:57:21 +01:00
  • 4454e550b1 add another WCYCLE regression test Arne Morten Kvarving 2025-01-14 12:40:48 +01:00
  • 610788eaa9 fixed: need to grab open times for wells before processing wcycle Arne Morten Kvarving 2025-01-14 12:40:02 +01:00
  • 21c534f1a8 Merge pull request #5848 from lisajulia/feature/pyAction-insert-kw-INCLUDE Markus Blatt 2025-01-14 11:00:50 +01:00
  • 6958abdbc2 Change return type of other _init_ of the BlackOilSimulator class Lisa Julia Nebel 2025-01-14 10:58:12 +01:00
  • 9b3ea1936f Merge pull request #5875 from lisajulia/feature/fix/documentation Atgeirr Flø Rasmussen 2025-01-14 10:54:12 +01:00
  • bff5c9c377 Merge pull request #5874 from akva2/simulator_convergence_output_class Bård Skaflestad 2025-01-14 10:46:37 +01:00
  • 053fe26eff Change return type of _init_ of the BlackOilSimulator class Lisa Julia Nebel 2025-01-14 10:32:55 +01:00
  • 15cb87576c SimulatorConvergenceOutput: move to separate class Arne Morten Kvarving 2025-01-14 09:33:02 +01:00
  • 38b0e5b737 Merge pull request #5873 from lisajulia/feature/fix/documentation Lisa Julia Nebel 2025-01-14 09:57:11 +01:00
  • eb782d9ae2 Set maximum threads immediately after parsing paramteres. Remove hotfix. Michal Tóth 2025-01-14 09:54:08 +01:00
  • f267df98b4 Avoid repeated rewriting. Michal Tóth 2025-01-09 09:47:08 +01:00
  • b865e80c2f Set limit to the number of threads if it is unset when we ask for the number. Michal Tóth 2025-01-08 14:39:30 +01:00
  • 25cd79c04b Merge pull request #5872 from akva2/nonlinear_param_tidy_up Bård Skaflestad 2025-01-14 09:45:26 +01:00
  • 924e6a9f9b Merge pull request #5868 from GitPaean/regress_gaswater_msw Arne Morten Kvarving 2025-01-14 09:41:35 +01:00
  • 016a806a0c Change return type of _init_ of the BlackOilSimulator class Lisa Julia Nebel 2025-01-14 09:40:54 +01:00
  • 79f5a1a958 NonlinearSolver::Parameters: move to separate struct Arne Morten Kvarving 2025-01-14 07:49:15 +01:00
  • 52a1fd9eb3 Merge pull request #5855 from vkip/avoid_setwsolvent_wcycle_shut_wells Arne Morten Kvarving 2025-01-14 07:14:43 +01:00
  • 653cdfc247 BlackoilModel: move to has-a instead of is-a modelling of penalty cards Arne Morten Kvarving 2025-01-13 15:35:13 +01:00
  • d7d83c4f45 Avoid setWsolvent call for wells shut by WCYCLE (assertion failure, at best) Vegard Kippe 2025-01-13 15:30:36 +01:00
  • b82616adcc Merge pull request #5869 from akva2/was_switched Bård Skaflestad 2025-01-13 14:59:22 +01:00
  • 2cd0d63fe4 Update KeywordValidator tests to new constructor signature Vegard Kippe 2025-01-13 14:34:30 +01:00
  • 7590f015bf BlackoilModel: make wasSwitched_ private Arne Morten Kvarving 2025-01-13 14:20:16 +01:00
  • 7bf47e6679 regression test for gas water and multisegment wells Kai Bao 2025-01-13 14:17:54 +01:00
  • f59262d403 Merge pull request #5800 from blattms/feature/default-is-merge-well-cells-for-partioning Markus Blatt 2025-01-13 13:40:12 +01:00
  • 495831c090 Separate keyword validation for fully supported keywords Vegard Kippe 2025-01-13 13:31:09 +01:00
  • 1e51f27150 Merge pull request #5864 from akva2/blackoilprops_separate_file Bård Skaflestad 2025-01-13 13:30:39 +01:00
  • 7630191940 Merge pull request #5865 from akva2/fix_serial_build_pyaction_tests Arne Morten Kvarving 2025-01-13 13:18:16 +01:00
  • acc56c1ecc Tight CNV relaxed tolerance to fix parallel 3_A_MPI_MULTFLT_SCHED_MODEL2 Markus Blatt 2025-01-13 13:06:52 +01:00
  • b984298ae4 Merge pull request #5863 from multitalentloes/refactor_move_to_gpu Kjetil Olsen Lye 2025-01-13 12:52:35 +01:00
  • 0b57d01cbb fixed: don't run parallel pyaction tests without mpi Arne Morten Kvarving 2025-01-13 12:36:59 +01:00
  • aa9ff21589 Merge pull request #5818 from GitPaean/gw_msw Kai Bao 2025-01-13 11:42:29 +01:00
  • c909283288 BlackoilModel: move properties to separate header Arne Morten Kvarving 2025-01-13 11:27:08 +01:00