Skip to content
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

Merged
merged 1,808 commits into from
Sep 3, 2024
Merged

Import opm-models #4627

merged 1,808 commits into from
Sep 3, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 7, 2024

  1. Merge pull request OPM#873 from blattms/nnc-fix-flows-flores

    [bugfix] Do not try to save FLOWS or FLOWRES values for NNCs.
    atgeirr authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    edbe1a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    c76c3b8 View commit details
    Browse the repository at this point in the history
  2. Fix Flows/Flores for NNCs

    Tor Harald Sandve committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e6c8eed View commit details
    Browse the repository at this point in the history
  3. Merge pull request OPM#874 from totto82/fixNNCFlows

    Fix Flows/Flores for NNCs
    atgeirr authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    cdc86b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Tag Certain Parameters As Maybe-Unused

    These parameters get referenced only in certain configurations.
    bska committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2b0d9a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OPM#878 from bska/maybe-unused-parameters

    Tag Certain Parameters As Maybe-Unused
    akva2 authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    866a1f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Merge pull request OPM#875 from akva2/adjust_outputmodule

    adjust to output module accessor change
    GitPaean authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6f9ab61 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. fixed: initialize meaning variables

    in particular the solventMeaning can lead to
    out-of-bounds dereferences in updatePrimaryVariables
    akva2 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    99ac834 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. changing including guard name for two diffusionmodule

    they used to use the same EWOMS_DIFFUSION_MODULE_HH
    GitPaean committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1898a16 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OPM#881 from GitPaean/changing_include_guard_name_…

    …diffusion
    
    changing including guard name for two diffusionmodule
    bska authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    45dd411 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. remove last remnants of property system macros

    these have been deactivated for years
    akva2 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0d9312b View commit details
    Browse the repository at this point in the history
  2. Merge pull request OPM#882 from akva2/remove_propsystem_macros

    remove last remnants of property system macros
    bska authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6fd995c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    967738e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0da838f View commit details
    Browse the repository at this point in the history
  3. Merge pull request OPM#883 from akva2/remove_reset_params

    Remove unused EWOMS_RESET_PARAMS macro
    bska authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    81c62e1 View commit details
    Browse the repository at this point in the history
  4. remove EWOMS_END_PARAM_REGISTRATION macro

    it adds no simplicity and only obfuscates
    akva2 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    783eaa2 View commit details
    Browse the repository at this point in the history
  5. remove macro EWOMS_PARAM_IS_SET macro

    it simplifies nothing, only obscures.
    remove unused different propTagName and use paramName.
    akva2 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4f6bc92 View commit details
    Browse the repository at this point in the history
  6. Merge pull request OPM#884 from akva2/remove_end_param_macro

    remove EWOMS_END_PARAM_REGISTRATION macro
    bska authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8044bd3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request OPM#885 from akva2/remove_ewoms_param_is_set_macro

    remove macro EWOMS_PARAM_IS_SET macro
    bska authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a2ff5e9 View commit details
    Browse the repository at this point in the history
  8. remove EWOMS_GET_PARAM_LISTS macro

    it adds no simplicity and only obfuscates
    akva2 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    399e39b View commit details
    Browse the repository at this point in the history
  9. Merge pull request OPM#886 from akva2/remove_macro_ewoms_get_param_lists

    remove EWOMS_GET_PARAM_LISTS macro
    bska authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8370e90 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    f22f51a View commit details
    Browse the repository at this point in the history
  2. remove EWOMS_HIDE_PARAM macro

    it adds no simplicity and only obfuscates
    akva2 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b309088 View commit details
    Browse the repository at this point in the history
  3. Merge pull request OPM#887 from akva2/remove_hide_param_macro

    remove EWOMS_HIDE_PARAM macro
    bska authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2fea434 View commit details
    Browse the repository at this point in the history
  4. Parameters::registerParam: remove propertyName

    it is always the same as paramName
    akva2 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8b02ba2 View commit details
    Browse the repository at this point in the history
  5. fixed: inconsistent parameter setups

    registered as int and obtained as unsigned, or registered
    as Scalar and obtained as int
    akva2 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6103383 View commit details
    Browse the repository at this point in the history
  6. Merge pull request OPM#889 from akva2/fix_inconsistent_params

    fixed: inconsistent parameter setups
    bska authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2066977 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Parameters::registerParam: pass Property struct and use parameter typ…

    …e from its definition
    akva2 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    069161b View commit details
    Browse the repository at this point in the history
  2. Parameters::registerParam: grab name from struct

    optionally allow a member to override
    akva2 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    22a5aab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48fa0f3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request OPM#890 from akva2/remove_ewoms_register_param_macro

    Remove ewoms register param macro
    bska authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    bdb93b6 View commit details
    Browse the repository at this point in the history
  5. Parameters::hideParam

    pass property struct instead of name of stringified parameter.
    akva2 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    04273d3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request OPM#891 from akva2/hide_param_no_strings

    Parameters::hideParam
    bska authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a2a7003 View commit details
    Browse the repository at this point in the history
  7. remove unused propName param in Parameters::get

    it is always the same as paramName
    akva2 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5dea27c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    72322ec View commit details
    Browse the repository at this point in the history
  9. pass property struct to Parameters::get

    use this to obtain default value and parameter name
    akva2 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    fe06454 View commit details
    Browse the repository at this point in the history
  10. remove macro EWOMS_GET_PARAM_

    akva2 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4d24861 View commit details
    Browse the repository at this point in the history
  11. remove macro EWOMS_GET_PARAM

    akva2 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    078b0e8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request OPM#892 from akva2/remove_ewoms_get_param_macro

    Remove ewoms get param macro
    bska authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c52f24a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    cd92d15 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OPM#893 from timokoch/fix/missing-include-vtkmulti…

    …writer
    
    [fix] Fix missing include dune/common/version.hh
    bska authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    66152c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    b02eb95 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OPM#894 from akva2/parameters_isset_struct

    Parameters::isSet: pass parameter struct instead of stringified
    bska authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f105a3a View commit details
    Browse the repository at this point in the history
  3. remove Param::check_

    there is no way to inconsistently access parameters any more
    so this sanity check is unnecessary
    akva2 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    43cbc05 View commit details
    Browse the repository at this point in the history
  4. ParameterSystem: drop unnecessary Param struct

    move code to the appropriate template functions instead
    akva2 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    fee52d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac909fe View commit details
    Browse the repository at this point in the history
  6. Merge pull request OPM#895 from akva2/parametersystem_spring_cleaning

    ParameterSystem: some cleanup
    bska authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1c8acff View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Avoid call to FaceDir::FromIntersectionIndex() in hot path.

    Call is expensive, might also be good to improve the function in opm-common. (FaceDir.cpp)
    atgeirr committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8699cec View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Merge pull request OPM#898 from atgeirr/fix-expensive-call-in-flux-calc

    Avoid call to FaceDir::FromIntersectionIndex() in hot path.
    bska authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d370945 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. fixed: don't use a runtime-parameter as a typetag property

    since this is unused in any case, just remove it
    akva2 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    bd4ed90 View commit details
    Browse the repository at this point in the history
  2. fixed: don't use a EnableVtkOutput parameters as a property

    query it as a parameter should be queried instead
    akva2 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ca21f08 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Merge pull request OPM#903 from akva2/fix_param_as_property

    Fix runtime parameters used as properties
    akva2 authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    055734e View commit details
    Browse the repository at this point in the history
  2. 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
    akva2 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7e30429 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95841aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da2b47b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db9ac62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1f3411 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eaa7585 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b7cf4b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3f1e2eb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f77c12b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e3222a6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    67bb671 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b38a991 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4cce702 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cea13e4 View commit details
    Browse the repository at this point in the history
  16. cosmetics

    akva2 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    23e9bc5 View commit details
    Browse the repository at this point in the history
  17. changed: move setting of default vanguard to basicproperties.hh

    use forwarding to avoid including dgfvanguard.hh unless it is actually
    used
    akva2 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    59a246e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3730ce6 View commit details
    Browse the repository at this point in the history
  19. Merge pull request OPM#904 from akva2/fvbasediscretization_param_split

    Start separating (compile time) Properties from (runtime) Parameters
    bska authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    13964c9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a39ccfd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c54fb78 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2a133b6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    526aac8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7a4a91c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e28284b View commit details
    Browse the repository at this point in the history
  26. Merge pull request OPM#905 from akva2/newtonmethod_param_split

    NewtonMethod: split parameters and properties
    bska authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1a5476c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    fda381c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    78cd842 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7101b68 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    65fa0fa View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    48d2672 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6b11559 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    fdf0179 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    ff46b91 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    ef55cf2 View commit details
    Browse the repository at this point in the history
  36. cosmetics

    akva2 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b4db328 View commit details
    Browse the repository at this point in the history
  37. Merge pull request OPM#906 from akva2/basicproperties_split_param

    basicproperties: split out params
    bska authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    db0b4e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    5eac088 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. 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.
    lisajulia committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    92a8ef1 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    f86623a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    4d0179c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    c73a516 View commit details
    Browse the repository at this point in the history
  2. Change pointer to tasklet runners to smart pointer and add comment ab…

    …out why they are created on the heap
    lisajulia committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0a70296 View commit details
    Browse the repository at this point in the history
  3. Fix indentation

    lisajulia committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c78a629 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c92bad8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request OPM#909 from lisajulia/feature/add-failureFlag-to-…

    …tasklets
    
    Feature/add failure flag to tasklets
    bska authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    94c88f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Merge pull request OPM#908 from jakobtorben/initialize_water_saturati…

    …on_for_RSW
    
    initialize water saturation for gas dissolved in water
    atgeirr authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    55608d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    09ac67b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    218960a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2400cf0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74fd766 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d8b6af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f536c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bedc4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a939c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    57f562b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e39165c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dc89d30 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    42f393d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0cf2d1d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    63d233a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Merge pull request OPM#911 from akva2/move_vtk_params_to_params

    Move vtk parameters to Opm::Parameters namespace
    atgeirr authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    ff07e7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2e1b31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8869202 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8f8b53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6beb557 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a261e1 View commit details
    Browse the repository at this point in the history
  7. simplexvanguard: update parameter references

    this file is unused so this is untested
    akva2 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    858cc11 View commit details
    Browse the repository at this point in the history
  8. unstructuredgridvanguard: update parameter references

    this file is unused so this is untested
    akva2 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0235119 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    88fc367 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c4ac204 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Merge pull request OPM#912 from akva2/move_various_params_to_params

    Move various parameters to Opm::Parameters namespace
    atgeirr authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    0ecb848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67b1055 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    321a7c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9615ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffdbd2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59f5861 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e06d64 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5cab2e6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b23f028 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b5470dc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f3af894 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4e0cdd2 View commit details
    Browse the repository at this point in the history
  13. Merge pull request OPM#913 from akva2/move_linsol_params_to_params

    Move linear solver parameters to Opm::Parameters namespace
    akva2 authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    a28f76c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    63d707a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e083a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5843a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f62313 View commit details
    Browse the repository at this point in the history
  5. Merge pull request OPM#917 from akva2/baseoutputmodule_cleanup

    BaseOutputModule: some cleanup
    bska authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    79615f6 View commit details
    Browse the repository at this point in the history
  6. changed: remove the print-properties parameter

    property introspection is not supported and unlikely to return
    akva2 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    78412ff View commit details
    Browse the repository at this point in the history
  7. BlackOilIndices: use constexpr

    akva2 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fab0a5c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30cd551 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f5ceed0 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Merge pull request OPM#919 from akva2/indices_use_constexpr

    Use constexpr in blackoil indices classes
    bska authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    07d20a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OPM#918 from akva2/remove_print_properties

    changed: remove the print-properties parameter
    bska authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0459595 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cb931e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    024bbe0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b11743 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c901f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6bb7d60 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b08cc9 View commit details
    Browse the repository at this point in the history
  9. Merge pull request OPM#915 from akva2/problems_move_params

    Move parameters in example problems to Opm::Parameters namespace
    bska authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ad8dd1e View commit details
    Browse the repository at this point in the history
  10. extending drsdtcon with regimes, and option for GAS/WATER

    Trine Mykkeltvedt authored and Tor Harald Sandve committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2b5825e View commit details
    Browse the repository at this point in the history
  11. adressed minor comments by reviewer, added enableConvectiveMixing fla…

    …g to drsdtcon
    Trine Mykkeltvedt authored and Tor Harald Sandve committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3d94377 View commit details
    Browse the repository at this point in the history
  12. fix for flag when DRSDTCON is active, adressed warnings and fixed ini…

    …tialization
    Trine Mykkeltvedt authored and Tor Harald Sandve committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9696ff0 View commit details
    Browse the repository at this point in the history
  13. Move modification of density to convective mixing module

    Tor Harald Sandve committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    46462dd View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Restrict convective mass flux by Psi

    Tor Harald Sandve committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b0d6f9e View commit details
    Browse the repository at this point in the history
  2. changed: remove the typetag for using the parameter system

    also remove the typetag parameter for the metadata backing store.
    akva2 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    32b0015 View commit details
    Browse the repository at this point in the history
  3. Parameters::endParamRegistration

    rename to endRegistration and drop unsed TypeTag tparam
    akva2 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a5b4f82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85e48bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a43a7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9d46da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b60f390 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0e5ea0f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b682b7d View commit details
    Browse the repository at this point in the history
  10. rename Parameters::ParamRegFinalizer to ParamRegFinalizerTT

    for the transition phase we need a finalizer that uses the
    typetag. this class will eventually disappear
    akva2 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    add584f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    129e15b View commit details
    Browse the repository at this point in the history
  12. Merge pull request OPM#910 from totto82/convmix

    Convmix
    totto82 authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4f9a05a View commit details
    Browse the repository at this point in the history
  13. Merge pull request OPM#916 from akva2/typetag_free_param_system

    Add a typetag-free parameter system
    bska authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1a2cfa7 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. blackoilConvectiveMixingModule: anonymize unused parameters

    quells compiler warning
    akva2 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e95c1c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OPM#920 from akva2/janitoring

    blackoilConvectiveMixingModule: anonymize unused parameters
    akva2 authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ba7993f View commit details
    Browse the repository at this point in the history
  3. Add workaround from libc++ incomplete from_chars().

    Float version not included in current version (15).
    atgeirr committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c1e2a3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d737c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b424c38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4f3e65 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4905289 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    00c0304 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    65db009 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d209603 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ac4c723 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    25aed6d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0509285 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7da433b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    00121f1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cbbf1fc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    db62f4d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6c7f40b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0e3d960 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d95c049 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f5c7bad View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a2cbb8c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f6abb46 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    805e0a4 View commit details
    Browse the repository at this point in the history
  25. Merge pull request OPM#922 from atgeirr/from_char-workaround

    Add workaround for libc++ incomplete from_chars().
    bska authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8d382f7 View commit details
    Browse the repository at this point in the history
  26. Merge pull request OPM#921 from akva2/typetag_free_params_no_downstream

    Start moving parameters to new parameter system
    bska authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6b724aa View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    8a67f44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c979eae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08002ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    508422f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07dcd1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af30ebf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b7fd50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3266752 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a480fe5 View commit details
    Browse the repository at this point in the history
  10. Merge pull request OPM#923 from akva2/typetag_free_params1

    Move more parameters to typetag-free parameter system
    bska authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b76dd13 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    36b05f9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6d649be View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    73344cf View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    8285d99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    930e6c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84d5044 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee57810 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26114b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f97959c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19e8c39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4853860 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    185b4d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bd582e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3c92550 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8b860aa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e388125 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    46b5b99 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f011bb5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5c108be View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1a74100 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f14c738 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0a40ed2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    62a1804 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    87b1ea1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    92cc154 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0d7bba7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9a572e1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0ff3c08 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7425dde View commit details
    Browse the repository at this point in the history
  27. Merge pull request OPM#925 from akva2/typetag_free_params2

    Move parameters to typetag free parameter system: Batch 3
    bska authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d271cd3 View commit details
    Browse the repository at this point in the history
  28. support drsdtcon with pvtnum

    Tor Harald Sandve committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2b7fe4c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. 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).
    bska committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d9863d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Merge pull request OPM#926 from bska/no-floating-point-from-chars

    Don't Require Floating Point from_chars() Function
    bska authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d60a21e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7737fe View commit details
    Browse the repository at this point in the history
  3. Merge pull request OPM#928 from akva2/remove_typetag_param_system

    remove typetag based parameter system
    bska authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8cc1a0e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    23034c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OPM#924 from totto82/drsdtcon_pvtnum

    support drsdtcon with pvtnum
    totto82 authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    fa610b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    43fafc1 View commit details
    Browse the repository at this point in the history
  2. consistently use Scalar type

    akva2 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    61abbc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Merge pull request OPM#877 from hnil/no_early_exit_zero_flux

    Avoid deleting derivatives with zero pressure difference
    GitPaean authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    818f8b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Merge pull request OPM#896 from akva2/floats

    Add necessary changes to build float simulators
    bska authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f5aeffc View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Import opm-models

    akva2 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    bc46647 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    e3a16df View commit details
    Browse the repository at this point in the history
  2. 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).
    bska authored and akva2 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a26b981 View commit details
    Browse the repository at this point in the history