Home
last modified time | relevance | path

Searched refs:_container_fields (Results 1 – 7 of 7) sorted by relevance

/dports/math/py-yt/yt-4.0.1/yt/data_objects/
H A Ddata_containers.py64 _container_fields = () variable in YTDataContainer
254 if f in self._container_fields:
294 if fname in self._container_fields:
614 for f in [f for f in self._container_fields + tds_fields if f not in data]:
623 if field in self._container_fields:
1446 if field in self._container_fields:
1462 and (ftype, fname) not in self._container_fields
H A Dconstruction_data_containers.py161 _container_fields = ("px", "py", "pdx", "pdy", "weight_field") variable in YTProj
222 return [k for k in self.field_data.keys() if k not in self._container_fields]
610 _container_fields = ( variable in YTCoveringGrid
1188 _container_fields = ( variable in YTArbitraryGrid
1540 _container_fields = ( variable in YTSurface
2661 _container_fields = ( variable in YTOctree
/dports/math/py-yt/yt-4.0.1/yt/data_objects/selection_objects/
H A Dslices.py66 _container_fields = ("px", "py", "pz", "pdx", "pdy", "pdz") variable in YTSlice
197 _container_fields = ("px", "py", "pz", "pdx", "pdy", "pdz") variable in YTCuttingPlane
H A Dray.py157 _container_fields = ("t", "dts") variable in YTRay
/dports/math/py-yt/yt-4.0.1/doc/source/developing/
H A Dcreating_datatypes.rst26 * ``_container_fields`` - any fields that are generated by the object, rather
/dports/math/py-yt/yt-4.0.1/yt/data_objects/index_subobjects/
H A Dunstructured_mesh.py151 _container_fields = ("dx", "dy", "dz") variable in SemiStructuredMesh
H A Dgrid_patch.py36 _container_fields = ( variable in AMRGridPatch