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

More light-weight truss ground structure IO #38

Open
yijiangh opened this issue Apr 16, 2021 · 0 comments
Open

More light-weight truss ground structure IO #38

yijiangh opened this issue Apr 16, 2021 · 0 comments
Labels

Comments

@yijiangh
Copy link
Collaborator

Currently, we use a JSON file to parse ground structures for truss problems. However, this is entirely for the convenience of debugging and unit tests. The json file can get unnecessarily large when the ground structure gets denser.

Here are some thoughts:

  • We might consider using LightGraph to represent graphs and use their IO methods.
  • We should have some standard problem struct for truss problems, similar to the PointLoadCantilever and L-Beam for solid problems. For example, we should at least have a ground structure method for distributing points (parameter 1) in a cube-like domain, and connect each points' k neighboring points (parameter 2).
@yijiangh yijiangh added the IO label Apr 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant