ytree.data_structures.io.DefaultRootFieldIO

class ytree.data_structures.io.DefaultRootFieldIO(arbor, default_dtype=<class 'numpy.float64'>)[source]

Class for getting root fields from arbors that have no specialized storage for root fields.

__init__(arbor, default_dtype=<class 'numpy.float64'>)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(arbor[, default_dtype]) Initialize self.
get_fields(data_object[, fields]) Load field data for a data object into storage structures.