LLNL / conduit

Simplified Data Exchange for HPC Simulations
https://software.llnl.gov/conduit/
Other
212 stars 65 forks source link

DataAccessor should have set methods that take data arrays just like data arrays do for data accessors #1322

Open JustinPrivitera opened 2 months ago

JustinPrivitera commented 2 months ago

do the same for execution accessors when those are added as well

JustinPrivitera commented 2 months ago

so we want set methods that go between all 4 types: data/execution arrays/accessors

see the updated implementation of data/execution arrays for inspiration (once I have added device support)

JustinPrivitera commented 1 week ago

Document all of it where Arlie has documented here: #1328