Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

N-body case study #71

Closed
7 tasks done
Tracked by #55 ...
martinjonsson01 opened this issue Mar 24, 2023 · 0 comments · Fixed by #98
Closed
7 tasks done
Tracked by #55 ...

N-body case study #71

martinjonsson01 opened this issue Mar 24, 2023 · 0 comments · Fixed by #98
Assignees

Comments

@martinjonsson01
Copy link
Owner

martinjonsson01 commented Mar 24, 2023

Reason

To have a real-world reason to implement features in the engine, we will develop an N-body simulation using the engine.

Requirements

  • An N-body simulation is implemented in RECS
  • There is intra-system parallelization:
    • The positions of all entities are updated concurrently
    • The accelerations of all entities are updated concurrently
  • The bodies are rendered visually

Dependencies

@martinjonsson01 martinjonsson01 moved this to 🆕 New in RECS Mar 24, 2023
@martinjonsson01 martinjonsson01 moved this from 🆕 New to 📋 Backlog in RECS Mar 24, 2023
@martinjonsson01 martinjonsson01 moved this from 📋 Backlog to 🏗 In progress in RECS Apr 4, 2023
@martinjonsson01 martinjonsson01 self-assigned this Apr 4, 2023
@martinjonsson01 martinjonsson01 linked a pull request Apr 5, 2023 that will close this issue
@martinjonsson01 martinjonsson01 moved this from 🏗 In progress to 👀 In review in RECS Apr 5, 2023
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in RECS Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant