Skip to content
GitLab
Projects Groups Topics 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
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 19
    • Merge requests 19
  • 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

Admin message

gitlab has been updated to version 16

  • SWIFT
  • SWIFTsimSWIFTsim
  • Merge requests
  • !135

First implementation of gpart motion

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Matthieu Schaller requested to merge gpart_motion into master Mar 27, 2016
  • Overview 1
  • Commits 13
  • Changes 13

The changelog is rather big but the changes are rather straightforward:

  • The acceleration of the gparts is now called a_grav instead of just a. Makes grepping through the files much easier.
  • I have added the command-line options -g and -G for external- and self-gravity respectively. These build the correct policies into the engine. Separating both (at least for now) allows to work on the two aspect separately.
  • There are tests in critical places to make sure that linked pairs part-gpart are at the same position.
  • The doinit(), dodrift() and dokick() tasks have been updated to also move the gparts.

All the tests pass successfully. I am seeking your opinion on the implementation of the tasks.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gpart_motion