Commit Graph

  • da22efb623 BlackoilWellModelGeneric: move operator== to translation unit Arne Morten Kvarving 2025-01-24 14:35:52 +01:00
  • 2b930ca51c SimulatorSerializer: add LoadFile to ignore list Arne Morten Kvarving 2025-01-24 08:23:55 +01:00
  • 6b5097ce63 Merge pull request #5913 from bska/udq-regression-tests Bård Skaflestad 2025-01-24 13:50:07 +01:00
  • f68864db8c reindent Arne Morten Kvarving 2025-01-24 12:27:41 +01:00
  • 8772f41e62 Transmissibility::update(): enable multithreading Arne Morten Kvarving 2025-01-16 14:12:09 +01:00
  • d551d95762 Transmissibility::update: use ThreadedMap for dispersivity_ Arne Morten Kvarving 2025-01-16 13:31:10 +01:00
  • a502a86dc1 Transmissibility::update: use ThreadSafeMapBuilder for diffusivity_ Arne Morten Kvarving 2025-01-16 13:31:10 +01:00
  • 23e1654ba7 Transmissibility::update: use ThreadSafeMapBuilder for thermalHalfTrans Arne Morten Kvarving 2025-01-16 13:31:10 +01:00
  • 5cbbde67d7 Transmissibility::update: use ThreadSafeMapBuilder for thermalHalfTransBoundary Arne Morten Kvarving 2025-01-16 13:31:10 +01:00
  • da696ff0eb Transmissibility::update: use ThreadSafeMapBuilder for trans_ Arne Morten Kvarving 2025-01-16 13:31:10 +01:00
  • 52a22afa3b Transmissibility::update: use ThreadSafeMapBuilder for transBoundary Arne Morten Kvarving 2025-01-16 13:31:10 +01:00
  • f0c62ff223 Add Regression Test for Group Level UDQ Assignments Bård Skaflestad 2025-01-24 11:06:30 +01:00
  • 0660b62d29 Add Restart Test for ZUDL Character Limit Bård Skaflestad 2025-01-24 10:05:25 +01:00
  • f67cdb0c6e Merge pull request #5891 from bska/group-udq Bård Skaflestad 2025-01-23 18:22:36 +01:00
  • 64edbff477 Chase UDQConfig::Eval() API Change Bård Skaflestad 2025-01-16 15:45:24 +01:00
  • 66f4e59c16 Merge pull request #5910 from atgeirr/fix-compile-error-and-warnings Bård Skaflestad 2025-01-23 12:42:27 +01:00
  • d02ad0f637 Merge pull request #5909 from hnil/add_tracy Bård Skaflestad 2025-01-23 12:24:55 +01:00
  • 439a0a9847 Add template parameter needed for clang. Atgeirr Flø Rasmussen 2025-01-23 11:59:56 +01:00
  • 057eabcbe8 Silence warning for missing 'override'. Atgeirr Flø Rasmussen 2025-01-23 11:59:24 +01:00
  • 06904dc93f Merge pull request #5908 from akva2/janitoring_sca_various Bård Skaflestad 2025-01-23 11:50:01 +01:00
  • f2bfa1b2ef added more timing Halvor M Nilsen 2025-01-22 11:04:24 +01:00
  • 716eaa8b0a reduce scope of variables Arne Morten Kvarving 2025-01-23 10:55:25 +01:00
  • 043f743cca use an explicit cast to better communicate intent Arne Morten Kvarving 2025-01-23 10:54:36 +01:00
  • 6d2fe4334a remove unnecessary arithmetic Arne Morten Kvarving 2025-01-23 10:54:00 +01:00
  • e1fea5469c remove some always true/false conditionals Arne Morten Kvarving 2025-01-23 10:53:29 +01:00
  • fe3c687eaa remove some duplicate if conditionals Arne Morten Kvarving 2025-01-23 10:52:32 +01:00
  • de986943f0 remove some unused bools Arne Morten Kvarving 2025-01-23 10:50:48 +01:00
  • 4ff851af9c WellState: replace some loops with standard algorithms Arne Morten Kvarving 2025-01-23 10:48:30 +01:00
  • b8ce6629ef fix some header vs implementation parameter name inconsistencies Arne Morten Kvarving 2025-01-23 10:47:58 +01:00
  • 8f293ba5e5 add some missing initializers Arne Morten Kvarving 2025-01-23 10:46:55 +01:00
  • 4d2b07432c fixed: rethrow exceptions using bare throw instead of making copies Arne Morten Kvarving 2025-01-23 10:45:32 +01:00
  • e108e4b8c1 use c++ casts Arne Morten Kvarving 2025-01-23 10:43:09 +01:00
  • 9ed93eeecc fixed: check correct variable (copy-pasta issue) Arne Morten Kvarving 2025-01-23 10:42:32 +01:00
  • 98497c52e9 fixed: broken range check Arne Morten Kvarving 2025-01-23 10:42:08 +01:00
  • 2760d2b09e vcfvstencil: use if constexpr Arne Morten Kvarving 2025-01-23 10:35:17 +01:00
  • 7b4acb0db4 Merge pull request #5907 from akva2/fix_mpibuffer Bård Skaflestad 2025-01-23 10:49:44 +01:00
  • 066f27bae5 mpibuffer: change to std::is_same_v Arne Morten Kvarving 2025-01-23 09:54:38 +01:00
  • fbd4e5c1d5 mpibuffer: change to std::size_t Arne Morten Kvarving 2025-01-23 09:51:08 +01:00
  • 73c0dafdcc fixed: use a vector in mpibuffer Arne Morten Kvarving 2025-01-23 09:50:00 +01:00
  • 0507c87e39 Merge pull request #5906 from akva2/janitoring_const_correctness Bård Skaflestad 2025-01-23 09:06:18 +01:00
  • 8d5d04a394 Merge pull request #5903 from aritorto/addCarfinRun Antonella Ritorto 2025-01-23 08:24:25 +01:00
  • c114def851 mark parameters/variables as const where appropriate Arne Morten Kvarving 2025-01-22 17:41:25 +01:00
  • a298496fd0 Merge pull request #5905 from akva2/fix_build_serial Arne Morten Kvarving 2025-01-22 17:43:44 +01:00
  • 918b6cc594 header cleanups Arne Morten Kvarving 2025-01-22 17:27:09 +01:00
  • 76c947b04c cosmetics Arne Morten Kvarving 2025-01-22 16:16:42 +01:00
  • 21073b729e Run SPE1CASE1_CARFIN.DATA Antonella Ritorto 2025-01-21 10:49:30 +01:00
  • ab380d5dfe Merge pull request #5904 from akva2/primaryvars_scalar_assignment Bård Skaflestad 2025-01-22 16:59:16 +01:00
  • 6cdb905ed7 fixed: condition on MPI_FOUND, not USE_MPI Arne Morten Kvarving 2025-01-22 15:36:14 +01:00
  • 078249503f changed: move NLDD BlackoilWellModel code to separate class Arne Morten Kvarving 2025-01-07 15:03:27 +01:00
  • 74cfde89e0 xxxPrimaryVariables: remove ctor from Scalar Arne Morten Kvarving 2025-01-22 15:15:42 +01:00
  • 64df3c25f4 header cleanups Arne Morten Kvarving 2025-01-22 15:15:20 +01:00
  • e288a61c59 Merge pull request #5894 from totto82/gsatprod Bård Skaflestad 2025-01-22 14:17:22 +01:00
  • 6813f3ab54 Merge pull request #5901 from GitPaean/fixing_logical_and Bård Skaflestad 2025-01-22 13:34:51 +01:00
  • 7b4894b600 cleanup based on review Tor Harald Sandve 2025-01-22 10:53:54 +01:00
  • 8b5ce37780 using logical AND instead of bit-wise AND Kai Bao 2025-01-22 13:12:48 +01:00
  • 939e6f3a6c Merge pull request #5861 from vkip/bugfix_restart_with_inactive_wells Kai Bao 2025-01-22 12:59:20 +01:00
  • 5c8a9eca5b adapt to changes in common Tor Harald Sandve 2025-01-21 12:55:59 +01:00
  • 7ae7ff6ee0 Mark GSATPROD supported Tor Harald Sandve 2025-01-17 12:44:59 +01:00
  • f9d6644197 add gsatprod to group rates Tor Harald Sandve 2025-01-17 12:34:47 +01:00
  • fef6cfcf38 Fix parallel gsatprod Tor Harald Sandve 2025-01-17 09:35:16 +01:00
  • ecc3c5557d Dont reset subtimestep from tuning/wcycle if time step is chopped due to convergence issues Tor Harald Sandve 2025-01-22 10:28:02 +01:00
  • 4d91d687eb Merge pull request #5679 from vkip/skip_empty_pos_args Bård Skaflestad 2025-01-21 17:01:17 +01:00
  • bf4a6a1814 Merge pull request #5898 from akva2/janitoring_sca Bård Skaflestad 2025-01-21 15:33:38 +01:00
  • 67d39d8d7e header scrub Arne Morten Kvarving 2025-01-21 12:51:36 +01:00
  • 1c537632fc mark methods override Arne Morten Kvarving 2025-01-21 12:51:26 +01:00
  • 6b53f5b4e8 remove unnecessary (empty) dtors Arne Morten Kvarving 2025-01-21 12:49:41 +01:00
  • 4119b66866 tabs to spaces Arne Morten Kvarving 2025-01-21 14:21:02 +01:00
  • 6d964c1370 mark constructors explicit Arne Morten Kvarving 2025-01-21 10:54:54 +01:00
  • 990c3f0248 Merge pull request #5620 from hakonhagland/timestepping2 Markus Blatt 2025-01-21 14:38:24 +01:00
  • c1e65aa044 Merge pull request #5886 from svenn-t/general_cubic_eos Kai Bao 2025-01-21 10:06:01 +01:00
  • afd2bf7829 Merge pull request #5897 from akva2/only_smry Bård Skaflestad 2025-01-21 08:55:15 +01:00
  • 8755413c72 added: option to only compare summary files in regression tests Arne Morten Kvarving 2025-01-21 06:20:03 +01:00
  • 18d35cb820 Explain the timestepping Håkon Hægland 2025-01-20 23:01:39 +01:00
  • b4192b06c3 Fix rebase problem Håkon Hægland 2025-01-17 22:09:23 +01:00
  • b0dcf0feb3 Fix indentation Svenn Tveit 2025-01-20 14:57:24 +01:00
  • 2f75635d21 Merge pull request #5892 from lisajulia/feature/pyAction-insert-kw-WELPI-WPIMULT-alternative Bård Skaflestad 2025-01-20 13:14:00 +01:00
  • 885b714e82 Add test to insert WPIMULT keyword to pyactionActionXComparisons.cmake Lisa Julia Nebel 2025-01-16 16:57:04 +01:00
  • b9e1db4f81 Add test to insert WELPI keyword to pyactionActionXComparisons.cmake Lisa Julia Nebel 2025-01-16 16:48:57 +01:00
  • f40f67023d Retrieve welpi map for Pyaction calls as well and hand it over to the runPyAction function of the Schedule Lisa Julia Nebel 2025-01-16 16:46:44 +01:00
  • 6d9e2d0487 Merge pull request #5895 from akva2/transmissibility_janitoring Arne Morten Kvarving 2025-01-20 09:52:01 +01:00
  • 5c142d1c4d only do cartesian cell index lookup once Arne Morten Kvarving 2025-01-20 09:28:11 +01:00
  • 93eda52576 Fix typo Håkon Hægland 2025-01-12 13:53:29 +01:00
  • f867f9a977 Cleanup after rebase on master Håkon Hægland 2025-01-04 16:24:08 +01:00
  • ac7e77bedb Remove duplicate headers Håkon Hægland 2024-12-09 13:20:18 +01:00
  • 18a03da1a8 Add doxygen comments Håkon Hægland 2024-12-08 22:31:31 +01:00
  • dfbafd9b23 Clearify that errhandler is a handle Håkon Hægland 2024-12-08 14:23:51 +01:00
  • 46406a24d6 Use Dune::MPITraits to determine MPI datatype Håkon Hægland 2024-12-07 22:33:00 +01:00
  • 89dc1930ef Mark GRUPSLAV and GRUPMAST as unsupported Håkon Hægland 2024-12-07 16:34:27 +01:00
  • 407424544e Fix typo in Equinor ASA Håkon Hægland 2024-12-07 16:28:09 +01:00
  • 8da3c203f3 Do not check return values for MPI calls Håkon Hægland 2024-12-03 14:05:31 +01:00
  • afab98a5a4 Clarify how the timestep is selected Håkon Hægland 2024-12-03 12:44:03 +01:00
  • 00be5ed47e Conversion of std::time_t to double Håkon Hægland 2024-12-03 10:21:32 +01:00
  • 879fa72ce8 Eliminate TimePoint class Håkon Hægland 2024-12-02 22:30:21 +01:00
  • 5ae50c90e1 Simplify storage of communicators Håkon Hægland 2024-12-02 14:05:17 +01:00
  • 402bb85103 Enable building without MPI Håkon Hægland 2024-12-01 15:55:34 +01:00
  • 943d7fc2ce Enable start at any report step Håkon Hægland 2024-11-21 11:18:20 +01:00
  • 48856f9f46 Timestepping for reservoir coupling Håkon Hægland 2024-08-19 23:45:56 +02:00
  • 9ad5b8a7f2 Rebased, and fixed command line parsing Håkon Hægland 2024-08-12 15:17:38 +02:00
  • 09aa0be11c Send slave start dates to master Håkon Hægland 2024-08-12 15:17:38 +02:00
  • e47c89832d Rebased, and fixed command line parsing Håkon Hægland 2024-08-12 15:17:38 +02:00