Provide std::vector interfaces for our user data functions #898
Labels
enhancement
Enhances already existing code
good first issue
Can be handled if you are new to t8code
shouldn't take long
Can be resolved in under 30 mins
Many of our users have their data in
std::vector
.To easen usage of t8code's user data handling functions, we should provide versions of them that accept
std::vector
instead ofsc_array
.In particular
The implementation is quick: Create an sc_array view of the vector and call the sc_array variant of the function.
The text was updated successfully, but these errors were encountered: