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

Add defect control adaptivity #89

Merged
merged 30 commits into from
Jul 24, 2023
Merged

Add defect control adaptivity #89

merged 30 commits into from
Jul 24, 2023

Commits on May 29, 2023

  1. Add defect control adaptivity

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed May 29, 2023
    Configuration menu
    Copy the full SHA
    e2fc944 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Fix comments

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed May 31, 2023
    Configuration menu
    Copy the full SHA
    33b221e View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed May 31, 2023
    Configuration menu
    Copy the full SHA
    f2dd8f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Fix errors

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    7d028ba View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Fix more errors

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    adcc35a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Make mesh refinement work

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    8863e45 View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    9f9e437 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Ready for review

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    1bfc50e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    642e5c8 View commit details
    Browse the repository at this point in the history
  3. format

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    13cbeae View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Fix k_interp

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    d79c04b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

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

Commits on Jun 21, 2023

  1. Fix MIRKTableau

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    6429528 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Done mesh refinement

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    cb7ff37 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

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

Commits on Jun 27, 2023

  1. Refactor

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    1f59a70 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Fix sum_stages

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    38d4eaa View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Refactor MIRKGeneralCache

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    7fece70 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Refactor k_interp

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    2409831 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Fix BVPSystem in loop

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    89148bb View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. x in tableau should be s x s

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    711acd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Fix collocation error

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2cf2a9f View commit details
    Browse the repository at this point in the history
  2. Fix MIRK6 method and skip MIRK tests for now

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8d22794 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Fianlly working

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    7c2cc23 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Refactor

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    dbebe2f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Refactor half_mesh

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a13f1d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Refactor

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    a02c6e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Fix retcode of NonlinearSolve

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    14d5a34 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    1009899 View commit details
    Browse the repository at this point in the history
  2. All done

    Signed-off-by: ErikQQY <2283984853@qq.com>
    ErikQQY committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    6a4860f View commit details
    Browse the repository at this point in the history