-
Notifications
You must be signed in to change notification settings - Fork 50
Grid IO
Sam Reeve edited this page Sep 12, 2024
·
2 revisions
Grid data can be output from the BOV writer in Cabana_Grid.
Cabana::Grid::Experimental::BovWriter::writeTimeStep()
auto array = Cabana::Grid::createArray<double, device_type>( "label", node_layout );
Cabana::Grid::Experimental::BovWriter::writeTimeStep( step, time, *array );
This is part of the Programming Guide series
Cabana - A Co-Designed Library for Exascale Particle Simulations