|
Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
|
#include <FieldWriter.h>
Public Member Functions | |
| DatasetSpecEntry (int field_id, std::string name, field::IOBuf io_buf, WriteCond condition) | |
Public Attributes | |
| int | field_id |
| the id of the field that will be written | |
| std::string | name |
| field::IOBuf | io_buf |
| indicates whether we record values from the host or device buffers | |
| WriteCond | condition |
| the condition for writing this dataset | |
Specifies the information about a "dataset" that will be written to disk
At the time of writing, this is only useful for cell-centered fields
| std::string io::DatasetSpecEntry::name |
the name used to refer to the field data in the output file
The precise interpretation depends upon context: