Non-uniform array data structure #827
termi-official
started this conversation in
Ideas
Replies: 3 comments
-
We did have this in the mixed dofhandler for a while: Ferrite.jl/src/Dofs/MixedDofHandler.jl Line 51 in 2cd15f7 (See the definition of CellVector above the MixedDofHandler in the link) |
Beta Was this translation helpful? Give feedback.
0 replies
-
https://github.com/JuliaArrays/ArraysOfArrays.jl might be an interesting candidate |
Beta Was this translation helpful? Give feedback.
0 replies
-
The typical term for this is a "ragged array" I think. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to quickly address the idea of a new data structure for Ferrite, which is something like
OuterNonuniformArray
. The purpose would be to have an abstraction to use continuous memory over entities which might need different amounts of data. Concretely this would be introduced forThe design might be something like
Beta Was this translation helpful? Give feedback.
All reactions