Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T TurTLE
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TurTLE
  • TurTLE
  • Merge requests
  • !11

Feature/longlong particles

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Berenger Bramas requested to merge feature/longlong-particles into develop May 05, 2017
  • Overview 0
  • Commits 3
  • Pipelines 0
  • Changes 18

the particles system is now based on long long int when dealing with number of particles (indexes, size, iteration, etc...). This type can be templatized.

In the main generated by python, the type of "nparticles" is int or long (it is long if there are more than 1<<31 - around 1billion - particles).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/longlong-particles