Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • SWIFTsim SWIFTsim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 57
    • Issues 57
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • SWIFT
  • SWIFTsimSWIFTsim
  • Merge requests
  • !478

[WIP] Timestep limiter for hydrodynamics

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Matthieu Schaller requested to merge timestep_limiter2 into master Jan 03, 2018
  • Overview 13
  • Commits 56
  • Changes 57

This implements #196 (closed).

We create an extra loop after the second kick where we verify that particles do not have neighbours with vastly different signal velocities. If they do, we wake up the inactive particle.

Currently works with all the hydro schemes as well as with gravity.

Missing for now:

  • Deal with MPI.
Edited Mar 15, 2018 by Matthieu Schaller
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: timestep_limiter2