ornladios / ADIOS2-Examples

Application examples for the ADIOS2 I/O library https://github.com/ornladios/ADIOS2. This is Work in Progress.
Apache License 2.0
20 stars 16 forks source link

Added a new version of Gray-Scott, where the data in memory is held i… #65

Closed pnorbert closed 2 years ago

pnorbert commented 2 years ago

…n a vector of struct of u,v pairs. It was created for the purpose of testing user defined data types for ADIOS2 IO. Currently only the simulation is using this mamory layout. Checkpoint uses complex-double to emulate writing the vector of two-doubles. Writer copies the content into two separate vectors to write U and V double arrays as before.