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

[GeoMechanicsApplication] Extend the JSON file reader such that it can read points and lists of points #13056

Open
avdg81 opened this issue Jan 29, 2025 · 0 comments

Comments

@avdg81
Copy link
Contributor

avdg81 commented Jan 29, 2025

At present, inputting lists of points is cumbersome, since the JSON file reader doesn't support reading lists of points. The current workaround is to specify three lists: one containing all the x coordinates of the points, one for the y coordinates, and one for the z coordinates. The more natural way would be to have a single list of points, i.e. [[x1, y1, z1], [x2, y2, z2], ... [xn, yn, zn]].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant