Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • Nektar Nektar
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 90
    • Issues 90
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 60
    • Merge requests 60
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Nektar
  • NektarNektar
  • Merge requests
  • !1489

Fix IMEX Gear time-integration approach

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jacques Xing requested to merge CFD-Xing/nektar:fix/imex-gear-time-integration into master Feb 01, 2023
  • Overview 2
  • Commits 9
  • Pipelines 3
  • Changes 8

Issue/feature addressed

The original IMEX Gear time-integration approach is advertised as second-order. However, only the implicit part was second-order, while the explicit part was treated by a first-order approximation resulting in an overall first-order scheme.

Proposed solution

The proposed solution is to consider both the explicit and the implicit terms as second-order. I am not familiar with the IMEX Gear approach, however the proposed approach is also known as "extrapolated Gear" method. (see (p.803) https://www.jstor.org/stable/pdf/2158449.pdf)

Tests

Here is the original convergence rate:

IMEXGear:
1.0048374666093653
1.0024170009943802
1.0012061031178545

Here is the convergence rate of the updated scheme:

IMEXGear:
2.002880533431922
2.0014606941621973
2.000714655758547

Suggested reviewers

Please suggest any people who would be appropriate to review your code.

Notes

Please add any other information that could be useful for reviewers.

Checklist

  • [ ] Functions and classes, or changes to them, are documented.
  • [ ] User guide/documentation is updated.
  • Changelog is updated.
  • Suitable tests added for new functionality.
  • Contributed code is correctly formatted. (See the contributing guidelines).
  • [ ] License added to any new files.
  • [ ] No extraneous files have been added (e.g. compiler output or test data files).
Edited Feb 01, 2023 by Jacques Xing
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix/imex-gear-time-integration