-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import opm-models #4627
Import opm-models #4627
Commits on Feb 7, 2024
-
Merge pull request OPM#873 from blattms/nnc-fix-flows-flores
[bugfix] Do not try to save FLOWS or FLOWRES values for NNCs.
Configuration menu - View commit details
-
Copy full SHA for edbe1a1 - Browse repository at this point
Copy the full SHA edbe1a1View commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c76c3b8 - Browse repository at this point
Copy the full SHA c76c3b8View commit details -
Tor Harald Sandve committed
Feb 12, 2024 Configuration menu - View commit details
-
Copy full SHA for e6c8eed - Browse repository at this point
Copy the full SHA e6c8eedView commit details -
Merge pull request OPM#874 from totto82/fixNNCFlows
Fix Flows/Flores for NNCs
Configuration menu - View commit details
-
Copy full SHA for cdc86b4 - Browse repository at this point
Copy the full SHA cdc86b4View commit details
Commits on Mar 1, 2024
-
Tag Certain Parameters As Maybe-Unused
These parameters get referenced only in certain configurations.
Configuration menu - View commit details
-
Copy full SHA for 2b0d9a7 - Browse repository at this point
Copy the full SHA 2b0d9a7View commit details -
Merge pull request OPM#878 from bska/maybe-unused-parameters
Tag Certain Parameters As Maybe-Unused
Configuration menu - View commit details
-
Copy full SHA for 866a1f4 - Browse repository at this point
Copy the full SHA 866a1f4View commit details
Commits on Mar 5, 2024
-
Merge pull request OPM#875 from akva2/adjust_outputmodule
adjust to output module accessor change
Configuration menu - View commit details
-
Copy full SHA for 6f9ab61 - Browse repository at this point
Copy the full SHA 6f9ab61View commit details
Commits on Mar 11, 2024
-
fixed: initialize meaning variables
in particular the solventMeaning can lead to out-of-bounds dereferences in updatePrimaryVariables
Configuration menu - View commit details
-
Copy full SHA for 99ac834 - Browse repository at this point
Copy the full SHA 99ac834View commit details
Commits on Mar 21, 2024
-
changing including guard name for two diffusionmodule
they used to use the same EWOMS_DIFFUSION_MODULE_HH
Configuration menu - View commit details
-
Copy full SHA for 1898a16 - Browse repository at this point
Copy the full SHA 1898a16View commit details -
Merge pull request OPM#881 from GitPaean/changing_include_guard_name_…
…diffusion changing including guard name for two diffusionmodule
Configuration menu - View commit details
-
Copy full SHA for 45dd411 - Browse repository at this point
Copy the full SHA 45dd411View commit details
Commits on Mar 22, 2024
-
remove last remnants of property system macros
these have been deactivated for years
Configuration menu - View commit details
-
Copy full SHA for 0d9312b - Browse repository at this point
Copy the full SHA 0d9312bView commit details -
Merge pull request OPM#882 from akva2/remove_propsystem_macros
remove last remnants of property system macros
Configuration menu - View commit details
-
Copy full SHA for 6fd995c - Browse repository at this point
Copy the full SHA 6fd995cView commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 967738e - Browse repository at this point
Copy the full SHA 967738eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0da838f - Browse repository at this point
Copy the full SHA 0da838fView commit details -
Merge pull request OPM#883 from akva2/remove_reset_params
Remove unused EWOMS_RESET_PARAMS macro
Configuration menu - View commit details
-
Copy full SHA for 81c62e1 - Browse repository at this point
Copy the full SHA 81c62e1View commit details -
remove EWOMS_END_PARAM_REGISTRATION macro
it adds no simplicity and only obfuscates
Configuration menu - View commit details
-
Copy full SHA for 783eaa2 - Browse repository at this point
Copy the full SHA 783eaa2View commit details -
remove macro EWOMS_PARAM_IS_SET macro
it simplifies nothing, only obscures. remove unused different propTagName and use paramName.
Configuration menu - View commit details
-
Copy full SHA for 4f6bc92 - Browse repository at this point
Copy the full SHA 4f6bc92View commit details -
Merge pull request OPM#884 from akva2/remove_end_param_macro
remove EWOMS_END_PARAM_REGISTRATION macro
Configuration menu - View commit details
-
Copy full SHA for 8044bd3 - Browse repository at this point
Copy the full SHA 8044bd3View commit details -
Merge pull request OPM#885 from akva2/remove_ewoms_param_is_set_macro
remove macro EWOMS_PARAM_IS_SET macro
Configuration menu - View commit details
-
Copy full SHA for a2ff5e9 - Browse repository at this point
Copy the full SHA a2ff5e9View commit details -
remove EWOMS_GET_PARAM_LISTS macro
it adds no simplicity and only obfuscates
Configuration menu - View commit details
-
Copy full SHA for 399e39b - Browse repository at this point
Copy the full SHA 399e39bView commit details -
Merge pull request OPM#886 from akva2/remove_macro_ewoms_get_param_lists
remove EWOMS_GET_PARAM_LISTS macro
Configuration menu - View commit details
-
Copy full SHA for 8370e90 - Browse repository at this point
Copy the full SHA 8370e90View commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f22f51a - Browse repository at this point
Copy the full SHA f22f51aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b309088 - Browse repository at this point
Copy the full SHA b309088View commit details -
Merge pull request OPM#887 from akva2/remove_hide_param_macro
remove EWOMS_HIDE_PARAM macro
Configuration menu - View commit details
-
Copy full SHA for 2fea434 - Browse repository at this point
Copy the full SHA 2fea434View commit details -
Parameters::registerParam: remove propertyName
it is always the same as paramName
Configuration menu - View commit details
-
Copy full SHA for 8b02ba2 - Browse repository at this point
Copy the full SHA 8b02ba2View commit details -
fixed: inconsistent parameter setups
registered as int and obtained as unsigned, or registered as Scalar and obtained as int
Configuration menu - View commit details
-
Copy full SHA for 6103383 - Browse repository at this point
Copy the full SHA 6103383View commit details -
Merge pull request OPM#889 from akva2/fix_inconsistent_params
fixed: inconsistent parameter setups
Configuration menu - View commit details
-
Copy full SHA for 2066977 - Browse repository at this point
Copy the full SHA 2066977View commit details
Commits on Apr 5, 2024
-
Parameters::registerParam: pass Property struct and use parameter typ…
…e from its definition
Configuration menu - View commit details
-
Copy full SHA for 069161b - Browse repository at this point
Copy the full SHA 069161bView commit details -
Parameters::registerParam: grab name from struct
optionally allow a member to override
Configuration menu - View commit details
-
Copy full SHA for 22a5aab - Browse repository at this point
Copy the full SHA 22a5aabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48fa0f3 - Browse repository at this point
Copy the full SHA 48fa0f3View commit details -
Merge pull request OPM#890 from akva2/remove_ewoms_register_param_macro
Remove ewoms register param macro
Configuration menu - View commit details
-
Copy full SHA for bdb93b6 - Browse repository at this point
Copy the full SHA bdb93b6View commit details -
pass property struct instead of name of stringified parameter.
Configuration menu - View commit details
-
Copy full SHA for 04273d3 - Browse repository at this point
Copy the full SHA 04273d3View commit details -
Merge pull request OPM#891 from akva2/hide_param_no_strings
Parameters::hideParam
Configuration menu - View commit details
-
Copy full SHA for a2a7003 - Browse repository at this point
Copy the full SHA a2a7003View commit details -
remove unused propName param in Parameters::get
it is always the same as paramName
Configuration menu - View commit details
-
Copy full SHA for 5dea27c - Browse repository at this point
Copy the full SHA 5dea27cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72322ec - Browse repository at this point
Copy the full SHA 72322ecView commit details -
pass property struct to Parameters::get
use this to obtain default value and parameter name
Configuration menu - View commit details
-
Copy full SHA for fe06454 - Browse repository at this point
Copy the full SHA fe06454View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d24861 - Browse repository at this point
Copy the full SHA 4d24861View commit details -
Configuration menu - View commit details
-
Copy full SHA for 078b0e8 - Browse repository at this point
Copy the full SHA 078b0e8View commit details -
Merge pull request OPM#892 from akva2/remove_ewoms_get_param_macro
Remove ewoms get param macro
Configuration menu - View commit details
-
Copy full SHA for c52f24a - Browse repository at this point
Copy the full SHA c52f24aView commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd92d15 - Browse repository at this point
Copy the full SHA cd92d15View commit details -
Merge pull request OPM#893 from timokoch/fix/missing-include-vtkmulti…
…writer [fix] Fix missing include dune/common/version.hh
Configuration menu - View commit details
-
Copy full SHA for 66152c5 - Browse repository at this point
Copy the full SHA 66152c5View commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b02eb95 - Browse repository at this point
Copy the full SHA b02eb95View commit details -
Merge pull request OPM#894 from akva2/parameters_isset_struct
Parameters::isSet: pass parameter struct instead of stringified
Configuration menu - View commit details
-
Copy full SHA for f105a3a - Browse repository at this point
Copy the full SHA f105a3aView commit details -
there is no way to inconsistently access parameters any more so this sanity check is unnecessary
Configuration menu - View commit details
-
Copy full SHA for 43cbc05 - Browse repository at this point
Copy the full SHA 43cbc05View commit details -
ParameterSystem: drop unnecessary Param struct
move code to the appropriate template functions instead
Configuration menu - View commit details
-
Copy full SHA for fee52d4 - Browse repository at this point
Copy the full SHA fee52d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac909fe - Browse repository at this point
Copy the full SHA ac909feView commit details -
Merge pull request OPM#895 from akva2/parametersystem_spring_cleaning
ParameterSystem: some cleanup
Configuration menu - View commit details
-
Copy full SHA for 1c8acff - Browse repository at this point
Copy the full SHA 1c8acffView commit details
Commits on Apr 26, 2024
-
Avoid call to FaceDir::FromIntersectionIndex() in hot path.
Call is expensive, might also be good to improve the function in opm-common. (FaceDir.cpp)
Configuration menu - View commit details
-
Copy full SHA for 8699cec - Browse repository at this point
Copy the full SHA 8699cecView commit details
Commits on Apr 27, 2024
-
Merge pull request OPM#898 from atgeirr/fix-expensive-call-in-flux-calc
Avoid call to FaceDir::FromIntersectionIndex() in hot path.
Configuration menu - View commit details
-
Copy full SHA for d370945 - Browse repository at this point
Copy the full SHA d370945View commit details
Commits on Jun 28, 2024
-
fixed: don't use a runtime-parameter as a typetag property
since this is unused in any case, just remove it
Configuration menu - View commit details
-
Copy full SHA for bd4ed90 - Browse repository at this point
Copy the full SHA bd4ed90View commit details -
fixed: don't use a EnableVtkOutput parameters as a property
query it as a parameter should be queried instead
Configuration menu - View commit details
-
Copy full SHA for ca21f08 - Browse repository at this point
Copy the full SHA ca21f08View commit details
Commits on Jul 1, 2024
-
Merge pull request OPM#903 from akva2/fix_param_as_property
Fix runtime parameters used as properties
Configuration menu - View commit details
-
Copy full SHA for 055734e - Browse repository at this point
Copy the full SHA 055734eView commit details -
changed: start splitting compile time properties from runtime parameters
working towards putting the latter in the Opm::Parameters namespace. start by moving the ThreadsPerProcess parameter
Configuration menu - View commit details
-
Copy full SHA for 7e30429 - Browse repository at this point
Copy the full SHA 7e30429View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95841aa - Browse repository at this point
Copy the full SHA 95841aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for da2b47b - Browse repository at this point
Copy the full SHA da2b47bView commit details -
Configuration menu - View commit details
-
Copy full SHA for db9ac62 - Browse repository at this point
Copy the full SHA db9ac62View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1f3411 - Browse repository at this point
Copy the full SHA d1f3411View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaa7585 - Browse repository at this point
Copy the full SHA eaa7585View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7cf4b8 - Browse repository at this point
Copy the full SHA b7cf4b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f1e2eb - Browse repository at this point
Copy the full SHA 3f1e2ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for f77c12b - Browse repository at this point
Copy the full SHA f77c12bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3222a6 - Browse repository at this point
Copy the full SHA e3222a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67bb671 - Browse repository at this point
Copy the full SHA 67bb671View commit details -
Configuration menu - View commit details
-
Copy full SHA for b38a991 - Browse repository at this point
Copy the full SHA b38a991View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cce702 - Browse repository at this point
Copy the full SHA 4cce702View commit details -
Configuration menu - View commit details
-
Copy full SHA for cea13e4 - Browse repository at this point
Copy the full SHA cea13e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23e9bc5 - Browse repository at this point
Copy the full SHA 23e9bc5View commit details -
changed: move setting of default vanguard to basicproperties.hh
use forwarding to avoid including dgfvanguard.hh unless it is actually used
Configuration menu - View commit details
-
Copy full SHA for 59a246e - Browse repository at this point
Copy the full SHA 59a246eView commit details -
fvbaseproperties.hh: put setting of defaults values in separate section
increases overview
Configuration menu - View commit details
-
Copy full SHA for 3730ce6 - Browse repository at this point
Copy the full SHA 3730ce6View commit details -
Merge pull request OPM#904 from akva2/fvbasediscretization_param_split
Start separating (compile time) Properties from (runtime) Parameters
Configuration menu - View commit details
-
Copy full SHA for 13964c9 - Browse repository at this point
Copy the full SHA 13964c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a39ccfd - Browse repository at this point
Copy the full SHA a39ccfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c54fb78 - Browse repository at this point
Copy the full SHA c54fb78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a133b6 - Browse repository at this point
Copy the full SHA 2a133b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 526aac8 - Browse repository at this point
Copy the full SHA 526aac8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a4a91c - Browse repository at this point
Copy the full SHA 7a4a91cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e28284b - Browse repository at this point
Copy the full SHA e28284bView commit details -
Merge pull request OPM#905 from akva2/newtonmethod_param_split
NewtonMethod: split parameters and properties
Configuration menu - View commit details
-
Copy full SHA for 1a5476c - Browse repository at this point
Copy the full SHA 1a5476cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fda381c - Browse repository at this point
Copy the full SHA fda381cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78cd842 - Browse repository at this point
Copy the full SHA 78cd842View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7101b68 - Browse repository at this point
Copy the full SHA 7101b68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65fa0fa - Browse repository at this point
Copy the full SHA 65fa0faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48d2672 - Browse repository at this point
Copy the full SHA 48d2672View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b11559 - Browse repository at this point
Copy the full SHA 6b11559View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdf0179 - Browse repository at this point
Copy the full SHA fdf0179View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff46b91 - Browse repository at this point
Copy the full SHA ff46b91View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef55cf2 - Browse repository at this point
Copy the full SHA ef55cf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4db328 - Browse repository at this point
Copy the full SHA b4db328View commit details -
Merge pull request OPM#906 from akva2/basicproperties_split_param
basicproperties: split out params
Configuration menu - View commit details
-
Copy full SHA for db0b4e1 - Browse repository at this point
Copy the full SHA db0b4e1View commit details
Commits on Jul 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5eac088 - Browse repository at this point
Copy the full SHA 5eac088View commit details
Commits on Jul 8, 2024
-
Add an atomic flag to TaskletRunner
This flag is shared between the threads, if any thread fails, this is set and before the new threads get dispatched or run, this flag is checked. In case it is set, the program aborts.
Configuration menu - View commit details
-
Copy full SHA for 92a8ef1 - Browse repository at this point
Copy the full SHA 92a8ef1View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f86623a - Browse repository at this point
Copy the full SHA f86623aView commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d0179c - Browse repository at this point
Copy the full SHA 4d0179cView commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c73a516 - Browse repository at this point
Copy the full SHA c73a516View commit details -
Change pointer to tasklet runners to smart pointer and add comment ab…
…out why they are created on the heap
Configuration menu - View commit details
-
Copy full SHA for 0a70296 - Browse repository at this point
Copy the full SHA 0a70296View commit details -
Configuration menu - View commit details
-
Copy full SHA for c78a629 - Browse repository at this point
Copy the full SHA c78a629View commit details -
Configuration menu - View commit details
-
Copy full SHA for c92bad8 - Browse repository at this point
Copy the full SHA c92bad8View commit details -
Merge pull request OPM#909 from lisajulia/feature/add-failureFlag-to-…
…tasklets Feature/add failure flag to tasklets
Configuration menu - View commit details
-
Copy full SHA for 94c88f8 - Browse repository at this point
Copy the full SHA 94c88f8View commit details
Commits on Jul 19, 2024
-
Merge pull request OPM#908 from jakobtorben/initialize_water_saturati…
…on_for_RSW initialize water saturation for gas dissolved in water
Configuration menu - View commit details
-
Copy full SHA for 55608d9 - Browse repository at this point
Copy the full SHA 55608d9View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 09ac67b - Browse repository at this point
Copy the full SHA 09ac67bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 218960a - Browse repository at this point
Copy the full SHA 218960aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2400cf0 - Browse repository at this point
Copy the full SHA 2400cf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74fd766 - Browse repository at this point
Copy the full SHA 74fd766View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d8b6af - Browse repository at this point
Copy the full SHA 4d8b6afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f536c7 - Browse repository at this point
Copy the full SHA 8f536c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bedc4d - Browse repository at this point
Copy the full SHA 0bedc4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a939c5 - Browse repository at this point
Copy the full SHA 3a939c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57f562b - Browse repository at this point
Copy the full SHA 57f562bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e39165c - Browse repository at this point
Copy the full SHA e39165cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc89d30 - Browse repository at this point
Copy the full SHA dc89d30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42f393d - Browse repository at this point
Copy the full SHA 42f393dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cf2d1d - Browse repository at this point
Copy the full SHA 0cf2d1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63d233a - Browse repository at this point
Copy the full SHA 63d233aView commit details
Commits on Aug 1, 2024
-
Merge pull request OPM#911 from akva2/move_vtk_params_to_params
Move vtk parameters to Opm::Parameters namespace
Configuration menu - View commit details
-
Copy full SHA for ff07e7f - Browse repository at this point
Copy the full SHA ff07e7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2e1b31 - Browse repository at this point
Copy the full SHA d2e1b31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8869202 - Browse repository at this point
Copy the full SHA 8869202View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8f8b53 - Browse repository at this point
Copy the full SHA c8f8b53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6beb557 - Browse repository at this point
Copy the full SHA 6beb557View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a261e1 - Browse repository at this point
Copy the full SHA 3a261e1View commit details -
simplexvanguard: update parameter references
this file is unused so this is untested
Configuration menu - View commit details
-
Copy full SHA for 858cc11 - Browse repository at this point
Copy the full SHA 858cc11View commit details -
unstructuredgridvanguard: update parameter references
this file is unused so this is untested
Configuration menu - View commit details
-
Copy full SHA for 0235119 - Browse repository at this point
Copy the full SHA 0235119View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88fc367 - Browse repository at this point
Copy the full SHA 88fc367View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4ac204 - Browse repository at this point
Copy the full SHA c4ac204View commit details
Commits on Aug 2, 2024
-
Merge pull request OPM#912 from akva2/move_various_params_to_params
Move various parameters to Opm::Parameters namespace
Configuration menu - View commit details
-
Copy full SHA for 0ecb848 - Browse repository at this point
Copy the full SHA 0ecb848View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67b1055 - Browse repository at this point
Copy the full SHA 67b1055View commit details -
Configuration menu - View commit details
-
Copy full SHA for 321a7c7 - Browse repository at this point
Copy the full SHA 321a7c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9615ea - Browse repository at this point
Copy the full SHA b9615eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffdbd2f - Browse repository at this point
Copy the full SHA ffdbd2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59f5861 - Browse repository at this point
Copy the full SHA 59f5861View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e06d64 - Browse repository at this point
Copy the full SHA 0e06d64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cab2e6 - Browse repository at this point
Copy the full SHA 5cab2e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b23f028 - Browse repository at this point
Copy the full SHA b23f028View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5470dc - Browse repository at this point
Copy the full SHA b5470dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3af894 - Browse repository at this point
Copy the full SHA f3af894View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e0cdd2 - Browse repository at this point
Copy the full SHA 4e0cdd2View commit details -
Merge pull request OPM#913 from akva2/move_linsol_params_to_params
Move linear solver parameters to Opm::Parameters namespace
Configuration menu - View commit details
-
Copy full SHA for a28f76c - Browse repository at this point
Copy the full SHA a28f76cView commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 63d707a - Browse repository at this point
Copy the full SHA 63d707aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e083a0 - Browse repository at this point
Copy the full SHA 4e083a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5843a4 - Browse repository at this point
Copy the full SHA e5843a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f62313 - Browse repository at this point
Copy the full SHA 7f62313View commit details -
Merge pull request OPM#917 from akva2/baseoutputmodule_cleanup
BaseOutputModule: some cleanup
Configuration menu - View commit details
-
Copy full SHA for 79615f6 - Browse repository at this point
Copy the full SHA 79615f6View commit details -
changed: remove the print-properties parameter
property introspection is not supported and unlikely to return
Configuration menu - View commit details
-
Copy full SHA for 78412ff - Browse repository at this point
Copy the full SHA 78412ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for fab0a5c - Browse repository at this point
Copy the full SHA fab0a5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30cd551 - Browse repository at this point
Copy the full SHA 30cd551View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5ceed0 - Browse repository at this point
Copy the full SHA f5ceed0View commit details
Commits on Aug 8, 2024
-
Merge pull request OPM#919 from akva2/indices_use_constexpr
Use constexpr in blackoil indices classes
Configuration menu - View commit details
-
Copy full SHA for 07d20a8 - Browse repository at this point
Copy the full SHA 07d20a8View commit details -
Merge pull request OPM#918 from akva2/remove_print_properties
changed: remove the print-properties parameter
Configuration menu - View commit details
-
Copy full SHA for 0459595 - Browse repository at this point
Copy the full SHA 0459595View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cb931e - Browse repository at this point
Copy the full SHA 2cb931eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 024bbe0 - Browse repository at this point
Copy the full SHA 024bbe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b11743 - Browse repository at this point
Copy the full SHA 4b11743View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c901f5 - Browse repository at this point
Copy the full SHA 6c901f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bb7d60 - Browse repository at this point
Copy the full SHA 6bb7d60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b08cc9 - Browse repository at this point
Copy the full SHA 5b08cc9View commit details -
Merge pull request OPM#915 from akva2/problems_move_params
Move parameters in example problems to Opm::Parameters namespace
Configuration menu - View commit details
-
Copy full SHA for ad8dd1e - Browse repository at this point
Copy the full SHA ad8dd1eView commit details -
extending drsdtcon with regimes, and option for GAS/WATER
Trine Mykkeltvedt authored and Tor Harald Sandve committedAug 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 2b5825e - Browse repository at this point
Copy the full SHA 2b5825eView commit details -
adressed minor comments by reviewer, added enableConvectiveMixing fla…
…g to drsdtcon
Trine Mykkeltvedt authored and Tor Harald Sandve committedAug 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 3d94377 - Browse repository at this point
Copy the full SHA 3d94377View commit details -
fix for flag when DRSDTCON is active, adressed warnings and fixed ini…
…tialization
Trine Mykkeltvedt authored and Tor Harald Sandve committedAug 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 9696ff0 - Browse repository at this point
Copy the full SHA 9696ff0View commit details -
Move modification of density to convective mixing module
Tor Harald Sandve committedAug 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 46462dd - Browse repository at this point
Copy the full SHA 46462ddView commit details
Commits on Aug 9, 2024
-
Restrict convective mass flux by Psi
Tor Harald Sandve committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for b0d6f9e - Browse repository at this point
Copy the full SHA b0d6f9eView commit details -
changed: remove the typetag for using the parameter system
also remove the typetag parameter for the metadata backing store.
Configuration menu - View commit details
-
Copy full SHA for 32b0015 - Browse repository at this point
Copy the full SHA 32b0015View commit details -
Parameters::endParamRegistration
rename to endRegistration and drop unsed TypeTag tparam
Configuration menu - View commit details
-
Copy full SHA for a5b4f82 - Browse repository at this point
Copy the full SHA a5b4f82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85e48bd - Browse repository at this point
Copy the full SHA 85e48bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a43a7e - Browse repository at this point
Copy the full SHA 6a43a7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9d46da - Browse repository at this point
Copy the full SHA b9d46daView commit details -
Configuration menu - View commit details
-
Copy full SHA for b60f390 - Browse repository at this point
Copy the full SHA b60f390View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e5ea0f - Browse repository at this point
Copy the full SHA 0e5ea0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b682b7d - Browse repository at this point
Copy the full SHA b682b7dView commit details -
rename Parameters::ParamRegFinalizer to ParamRegFinalizerTT
for the transition phase we need a finalizer that uses the typetag. this class will eventually disappear
Configuration menu - View commit details
-
Copy full SHA for add584f - Browse repository at this point
Copy the full SHA add584fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 129e15b - Browse repository at this point
Copy the full SHA 129e15bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f9a05a - Browse repository at this point
Copy the full SHA 4f9a05aView commit details -
Merge pull request OPM#916 from akva2/typetag_free_param_system
Add a typetag-free parameter system
Configuration menu - View commit details
-
Copy full SHA for 1a2cfa7 - Browse repository at this point
Copy the full SHA 1a2cfa7View commit details
Commits on Aug 12, 2024
-
blackoilConvectiveMixingModule: anonymize unused parameters
quells compiler warning
Configuration menu - View commit details
-
Copy full SHA for e95c1c2 - Browse repository at this point
Copy the full SHA e95c1c2View commit details -
Merge pull request OPM#920 from akva2/janitoring
blackoilConvectiveMixingModule: anonymize unused parameters
Configuration menu - View commit details
-
Copy full SHA for ba7993f - Browse repository at this point
Copy the full SHA ba7993fView commit details -
Add workaround from libc++ incomplete from_chars().
Float version not included in current version (15).
Configuration menu - View commit details
-
Copy full SHA for c1e2a3a - Browse repository at this point
Copy the full SHA c1e2a3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d737c0 - Browse repository at this point
Copy the full SHA 3d737c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b424c38 - Browse repository at this point
Copy the full SHA b424c38View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4f3e65 - Browse repository at this point
Copy the full SHA b4f3e65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4905289 - Browse repository at this point
Copy the full SHA 4905289View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00c0304 - Browse repository at this point
Copy the full SHA 00c0304View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65db009 - Browse repository at this point
Copy the full SHA 65db009View commit details -
Configuration menu - View commit details
-
Copy full SHA for d209603 - Browse repository at this point
Copy the full SHA d209603View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac4c723 - Browse repository at this point
Copy the full SHA ac4c723View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25aed6d - Browse repository at this point
Copy the full SHA 25aed6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0509285 - Browse repository at this point
Copy the full SHA 0509285View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7da433b - Browse repository at this point
Copy the full SHA 7da433bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00121f1 - Browse repository at this point
Copy the full SHA 00121f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbbf1fc - Browse repository at this point
Copy the full SHA cbbf1fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for db62f4d - Browse repository at this point
Copy the full SHA db62f4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c7f40b - Browse repository at this point
Copy the full SHA 6c7f40bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e3d960 - Browse repository at this point
Copy the full SHA 0e3d960View commit details -
Configuration menu - View commit details
-
Copy full SHA for d95c049 - Browse repository at this point
Copy the full SHA d95c049View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5c7bad - Browse repository at this point
Copy the full SHA f5c7badView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2cbb8c - Browse repository at this point
Copy the full SHA a2cbb8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6abb46 - Browse repository at this point
Copy the full SHA f6abb46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 805e0a4 - Browse repository at this point
Copy the full SHA 805e0a4View commit details -
Merge pull request OPM#922 from atgeirr/from_char-workaround
Add workaround for libc++ incomplete from_chars().
Configuration menu - View commit details
-
Copy full SHA for 8d382f7 - Browse repository at this point
Copy the full SHA 8d382f7View commit details -
Merge pull request OPM#921 from akva2/typetag_free_params_no_downstream
Start moving parameters to new parameter system
Configuration menu - View commit details
-
Copy full SHA for 6b724aa - Browse repository at this point
Copy the full SHA 6b724aaView commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a67f44 - Browse repository at this point
Copy the full SHA 8a67f44View commit details -
Configuration menu - View commit details
-
Copy full SHA for c979eae - Browse repository at this point
Copy the full SHA c979eaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08002ca - Browse repository at this point
Copy the full SHA 08002caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 508422f - Browse repository at this point
Copy the full SHA 508422fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07dcd1a - Browse repository at this point
Copy the full SHA 07dcd1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for af30ebf - Browse repository at this point
Copy the full SHA af30ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b7fd50 - Browse repository at this point
Copy the full SHA 5b7fd50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3266752 - Browse repository at this point
Copy the full SHA 3266752View commit details -
Configuration menu - View commit details
-
Copy full SHA for a480fe5 - Browse repository at this point
Copy the full SHA a480fe5View commit details -
Merge pull request OPM#923 from akva2/typetag_free_params1
Move more parameters to typetag-free parameter system
Configuration menu - View commit details
-
Copy full SHA for b76dd13 - Browse repository at this point
Copy the full SHA b76dd13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36b05f9 - Browse repository at this point
Copy the full SHA 36b05f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d649be - Browse repository at this point
Copy the full SHA 6d649beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73344cf - Browse repository at this point
Copy the full SHA 73344cfView commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8285d99 - Browse repository at this point
Copy the full SHA 8285d99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 930e6c8 - Browse repository at this point
Copy the full SHA 930e6c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84d5044 - Browse repository at this point
Copy the full SHA 84d5044View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee57810 - Browse repository at this point
Copy the full SHA ee57810View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26114b7 - Browse repository at this point
Copy the full SHA 26114b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f97959c - Browse repository at this point
Copy the full SHA f97959cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19e8c39 - Browse repository at this point
Copy the full SHA 19e8c39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4853860 - Browse repository at this point
Copy the full SHA 4853860View commit details -
Configuration menu - View commit details
-
Copy full SHA for 185b4d9 - Browse repository at this point
Copy the full SHA 185b4d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd582e8 - Browse repository at this point
Copy the full SHA bd582e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c92550 - Browse repository at this point
Copy the full SHA 3c92550View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b860aa - Browse repository at this point
Copy the full SHA 8b860aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e388125 - Browse repository at this point
Copy the full SHA e388125View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46b5b99 - Browse repository at this point
Copy the full SHA 46b5b99View commit details -
Configuration menu - View commit details
-
Copy full SHA for f011bb5 - Browse repository at this point
Copy the full SHA f011bb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c108be - Browse repository at this point
Copy the full SHA 5c108beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a74100 - Browse repository at this point
Copy the full SHA 1a74100View commit details -
Configuration menu - View commit details
-
Copy full SHA for f14c738 - Browse repository at this point
Copy the full SHA f14c738View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a40ed2 - Browse repository at this point
Copy the full SHA 0a40ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62a1804 - Browse repository at this point
Copy the full SHA 62a1804View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b1ea1 - Browse repository at this point
Copy the full SHA 87b1ea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92cc154 - Browse repository at this point
Copy the full SHA 92cc154View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d7bba7 - Browse repository at this point
Copy the full SHA 0d7bba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a572e1 - Browse repository at this point
Copy the full SHA 9a572e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ff3c08 - Browse repository at this point
Copy the full SHA 0ff3c08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7425dde - Browse repository at this point
Copy the full SHA 7425ddeView commit details -
Merge pull request OPM#925 from akva2/typetag_free_params2
Move parameters to typetag free parameter system: Batch 3
Configuration menu - View commit details
-
Copy full SHA for d271cd3 - Browse repository at this point
Copy the full SHA d271cd3View commit details -
Tor Harald Sandve committed
Aug 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 2b7fe4c - Browse repository at this point
Copy the full SHA 2b7fe4cView commit details
Commits on Aug 15, 2024
-
Don't Require Floating Point from_chars() Function
This commit broadens the scope of commit c1e2a3a (PR OPM#922) to apply to all compilers/libraries, not just Clang/libc++, which do not have support for floating-point types in std::from_chars(). While hopefully a transient situation, this enables building the parameter system with GCC versions prior to GCC 11. We expect to require version 11 in the not too distant future, though. At that point we should revert this commit. We use a configure-time feature test of the compiler (CMake command 'try_compile') to detect whether or not the compiler supports floating-point overloads of std::from_chars() and emit the result to config.h as the new preprocessor symbol HAVE_FLOATING_POINT_FROM_CHARS We use std::strtod() as the fall-back alternative for floating point conversion if this symbol is defined to false (zero).
Configuration menu - View commit details
-
Copy full SHA for d9863d5 - Browse repository at this point
Copy the full SHA d9863d5View commit details
Commits on Aug 16, 2024
-
Merge pull request OPM#926 from bska/no-floating-point-from-chars
Don't Require Floating Point from_chars() Function
Configuration menu - View commit details
-
Copy full SHA for d60a21e - Browse repository at this point
Copy the full SHA d60a21eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7737fe - Browse repository at this point
Copy the full SHA a7737feView commit details -
Merge pull request OPM#928 from akva2/remove_typetag_param_system
remove typetag based parameter system
Configuration menu - View commit details
-
Copy full SHA for 8cc1a0e - Browse repository at this point
Copy the full SHA 8cc1a0eView commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 23034c0 - Browse repository at this point
Copy the full SHA 23034c0View commit details -
Merge pull request OPM#924 from totto82/drsdtcon_pvtnum
support drsdtcon with pvtnum
Configuration menu - View commit details
-
Copy full SHA for fa610b4 - Browse repository at this point
Copy the full SHA fa610b4View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43fafc1 - Browse repository at this point
Copy the full SHA 43fafc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61abbc2 - Browse repository at this point
Copy the full SHA 61abbc2View commit details
Commits on Aug 29, 2024
-
Merge pull request OPM#877 from hnil/no_early_exit_zero_flux
Avoid deleting derivatives with zero pressure difference
Configuration menu - View commit details
-
Copy full SHA for 818f8b9 - Browse repository at this point
Copy the full SHA 818f8b9View commit details
Commits on Aug 30, 2024
-
Merge pull request OPM#896 from akva2/floats
Add necessary changes to build float simulators
Configuration menu - View commit details
-
Copy full SHA for f5aeffc - Browse repository at this point
Copy the full SHA f5aeffcView commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bc46647 - Browse repository at this point
Copy the full SHA bc46647View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3a16df - Browse repository at this point
Copy the full SHA e3a16dfView commit details -
Don't Require Floating Point from_chars() Function
This commit broadens the scope of commit 2ad332e0b (PR OPM#922) to apply to all compilers/libraries, not just Clang/libc++, which do not have support for floating-point types in std::from_chars(). While hopefully a transient situation, this enables building the parameter system with GCC versions prior to GCC 11. We expect to require version 11 in the not too distant future, though. At that point we should revert this commit. We use a configure-time feature test of the compiler (CMake command 'try_compile') to detect whether or not the compiler supports floating-point overloads of std::from_chars() and emit the result to config.h as the new preprocessor symbol HAVE_FLOATING_POINT_FROM_CHARS We use std::strtod() as the fall-back alternative for floating point conversion if this symbol is defined to false (zero).
Configuration menu - View commit details
-
Copy full SHA for a26b981 - Browse repository at this point
Copy the full SHA a26b981View commit details