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

Adjoint new try #512

Draft
wants to merge 46 commits into
base: master
Choose a base branch
from
Draft

Adjoint new try #512

wants to merge 46 commits into from

Commits on Aug 27, 2018

  1. eclproblem option to avoid restart spesific deserialize

    added comment on probable wrong
    behavoir of deserialize which also is restart spesific
    Added grid name in restart
    hnil authored and atgeirr committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    cdb173f View commit details
    Browse the repository at this point in the history
  2. Tried to fix serialization of simulator by adding time step to it

    commented probably unwanted code
    hnil authored and atgeirr committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    231fe5e View commit details
    Browse the repository at this point in the history
  3. disable storageCache

    hnil authored and atgeirr committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    36bfda8 View commit details
    Browse the repository at this point in the history
  4. use storage cach on

    hnil authored and atgeirr committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    0d2f024 View commit details
    Browse the repository at this point in the history
  5. tried to add timefocus

    hnil authored and atgeirr committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    4fa97f7 View commit details
    Browse the repository at this point in the history
  6. changes to make focus time work in particular for storage term, need …

    …retinging of consepts of derivatives...
    hnil authored and atgeirr committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    19bd8e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d2adee2 View commit details
    Browse the repository at this point in the history
  8. fixed time focus for solvent and polymer

    hnil authored and atgeirr committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    fb5c54f View commit details
    Browse the repository at this point in the history
  9. fix after timefocus added

    hnil authored and atgeirr committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    a6cafd5 View commit details
    Browse the repository at this point in the history
  10. introduced directory for ebos serialization, NB probably break all ew…

    …oms not using eclproblem.hh
    hnil authored and atgeirr committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    f3167a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    73d32fb View commit details
    Browse the repository at this point in the history
  12. changed order of primary variables

    hnil authored and atgeirr committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    7cc9c6b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    10f7fca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    89b6ec7 View commit details
    Browse the repository at this point in the history
  15. Fix fallout from rebasing.

    atgeirr committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    e070472 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2018

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

Commits on Nov 30, 2018

  1. corrected camelcase

    hnil committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    86a2ec1 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. Enabled reseting of Storage cache: it is critical that all is deleted…

    …: maybe a setEnableStoargeCache should be reintroduced in the simulator
    hnil committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    2c81e37 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. added possibility to avoid removing auxModule. Fis may be wrong if to…

    …pology of wells is changing:
    hnil committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    89295d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0ed73e View commit details
    Browse the repository at this point in the history
  3. code comples after merge

    hnil committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    af756b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. working version

    hnil committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    a73c2b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Configuration menu
    Copy the full SHA
    8db4520 View commit details
    Browse the repository at this point in the history
  2. introduced hack to avoid calling any source terms in the evaluating w…

    …ith focusTimeIdex=1
    hnil committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    24eeb49 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Configuration menu
    Copy the full SHA
    bd839d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d625d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Configuration menu
    Copy the full SHA
    b0356c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7e3300 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5c4d67 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Configuration menu
    Copy the full SHA
    9bc9271 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ea41e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Merge branch 'merge_master_rebase_adjoint' of https://github.com/hnil…

    …/ewoms into hnil-merge_master_rebase_adjoint
    atgeirr committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    2701579 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    ac9ad80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9199388 View commit details
    Browse the repository at this point in the history
  3. Silence shadowing warning.

    atgeirr committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    f6a1687 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ad25b8 View commit details
    Browse the repository at this point in the history
  5. Use Toolbox::value() instead of clearDerivatives().

    This makes the code compile also when the local Evaluation type is double.
    atgeirr committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    1ad1bd9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31f80b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1348d05 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Make timestep-past-episode logic optional in Simulator class.

    For adjoint backwards run, this logic is wrong. Flow provides its own timesteps
    anyway, so disabling it for Flow allows all existing ewoms tests to succeed,
    while allowing adjoint runs.
    atgeirr committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    c9bad00 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

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

Commits on Jan 21, 2019

  1. Configuration menu
    Copy the full SHA
    00b288c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from atgeirr/update-adjoint-alternative

    Update adjoint ewoms code
    hnil authored Jan 21, 2019
    Configuration menu
    Copy the full SHA
    a6218ce View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

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

Commits on May 31, 2019

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

Commits on Aug 14, 2019

  1. Merge branch 'master' of https://github.com/OPM/ewoms into adjoint_ne…

    …w_try
    
    tryied to merge again
    hnil committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    0508c95 View commit details
    Browse the repository at this point in the history