ytree.data_structures.io.TreeFieldIO

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

IO class for getting fields for a tree.

__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.