Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
io::DatasetSpecEntry Struct Reference

#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
 

Detailed Description

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

Member Data Documentation

◆ name

std::string io::DatasetSpecEntry::name

the name used to refer to the field data in the output file

The precise interpretation depends upon context:

  • For HDF5 datasets, this is prefixed with a "/"
  • For text-file outputs, this is the name of the column that holds the data

The documentation for this struct was generated from the following file: