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

Refactor input arrays/vars to C structs #5

Open
6 of 14 tasks
unrealsolver opened this issue Aug 26, 2022 · 0 comments
Open
6 of 14 tasks

Refactor input arrays/vars to C structs #5

unrealsolver opened this issue Aug 26, 2022 · 0 comments
Assignees

Comments

@unrealsolver
Copy link
Owner

unrealsolver commented Aug 26, 2022

Structs are easier to work with, and this will allow us to map them to JSON and back later.

Subtasks:

Frame data:

  • Nodes list
  • DoF
  • Edges list

Load case data:

  • Point loads
  • Uniform loads
  • Trapezoidal loads
  • Internal concentrated loads
  • Temperature loads
  • Prescribed displacements
  • Dynamic load cases

Simulation options:

  • Simulation options

Root struct:

  • Root struct
@unrealsolver unrealsolver self-assigned this Aug 26, 2022
unrealsolver added a commit that referenced this issue Aug 28, 2022
@unrealsolver unrealsolver changed the title Refactor arrays to C structs Refactor input arrays/vars to C structs Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant