Skip to content

Fix for NS solver#83

Open
bknight1 wants to merge 2 commits intodevelopmentfrom
fix/BK-NS_solver
Open

Fix for NS solver#83
bknight1 wants to merge 2 commits intodevelopmentfrom
fix/BK-NS_solver

Conversation

@bknight1
Copy link
Member

Fix for the solver ##82

  • Change from SL to Eulerian history manager for flux & unknown in NS solver.
  • Does NOT fix the SL issue. Further investigation required.
  • Does NOT fix the callback error in the Eulerian history manager.

Fix for the solver ##82
- Change from SL to Eulerian history manager for flux & unknown in NS solver.
- Does NOT fix the SL issue. Further investigation required.
- Does NOT fix the callback error in the Eulerian history manager.
@bknight1 bknight1 requested a review from lmoresi as a code owner March 18, 2026 07:21
Copilot AI review requested due to automatic review settings March 18, 2026 07:21
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Navier–Stokes solver’s default history-term managers, moving away from always constructing Semi-Lagrangian operators and toward Eulerian (mesh-based) time-derivative tracking.

Changes:

  • Replace default DuDt construction with an Eulerian_DDt-based implementation (including grid-based advection correction via V_fn).
  • Only construct DFDt when not supplied by the caller, and default it to an Eulerian history manager.
  • Comment out the prior Semi-Lagrangian constructor blocks in-place.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants