Home
last modified time | relevance | path

Searched refs:_con_args (Results 1 – 24 of 24) sorted by relevance

/dports/math/py-yt/yt-4.0.1/yt/data_objects/selection_objects/
H A Dboolean_operations.py45 _con_args = ("op", "dobj1", "dobj2") variable in YTBooleanContainer
94 _con_args = ("data_objects",) variable in YTIntersectionContainer3D
134 _con_args = ("data_objects",) variable in YTDataObjectUnion
H A Dspheroids.py47 _con_args = ("center", "radius") variable in YTSphere
97 _con_args = ("center", "radius") variable in YTMinimalSphere
157 _con_args = ("center", "_A", "_B", "_C", "_e0", "_tilt") variable in YTEllipsoid
H A Dray.py73 _con_args = ("axis", "coords") variable in YTOrthoRay
156 _con_args = ("start_point", "end_point") variable in YTRay
H A Dpoint.py40 _con_args = ("p",) variable in YTPoint
H A Dobject_collection.py18 _con_args = ("_obj_list",) variable in YTDataCollection
H A Dregion.py35 _con_args = ("center", "left_edge", "right_edge") variable in YTRegion
H A Ddisk.py57 _con_args = ("center", "_norm_vec", "radius", "height") variable in YTDisk
H A Dslices.py65 _con_args = ("axis", "coord") variable in YTSlice
194 _con_args = ("normal", "center") variable in YTCuttingPlane
H A Dcut_region.py42 _con_args = ("base_object", "conditionals") variable in YTCutRegion
/dports/math/py-yt/yt-4.0.1/yt/data_objects/index_subobjects/
H A Dparticle_container.py26 _con_args = ("base_region", "base_selector", "data_files", "overlap_files") variable in ParticleContainer
56 arg_tuple = tuple(getattr(self, attr) for attr in self._con_args)
H A Dunstructured_mesh.py17 _con_args = ("mesh_id", "filename", "connectivity_indices", "connectivity_coords") variable in UnstructuredMesh
H A Dgrid_patch.py35 _con_args = ("id", "filename") variable in AMRGridPatch
H A Doctree_subset.py41 _con_args = ("base_region", "domain", "ds") variable in OctreeSubset
/dports/math/py-yt/yt-4.0.1/yt/data_objects/
H A Ddata_containers.py62 _con_args = () variable in YTDataContainer
660 arg: getattr(self, arg, None) for arg in self._con_args + self._tds_attrs
662 extra_attrs["con_args"] = repr(self._con_args)
1325 + [getattr(self, n) for n in self._con_args]
1362 for i in self._con_args:
H A Dconstruction_data_containers.py96 _con_args = ("positions",) variable in YTStreamline
160 _con_args = ("axis", "field", "weight_field") variable in YTProj
609 _con_args = ("level", "left_edge", "ActiveDimensions") variable in YTCoveringGrid
1187 _con_args = ("left_edge", "right_edge", "ActiveDimensions") variable in YTArbitraryGrid
1539 _con_args = ("data_source", "surface_field", "field_value") variable in YTSurface
2660 _con_args = ("left_edge", "right_edge", "n_ref") variable in YTOctree
/dports/math/py-yt/yt-4.0.1/yt/visualization/
H A Dparticle_plots.py15 _con_args = ("center", "axis", "width", "fields", "weight_field") variable in ParticleAxisAlignedDummyDataSource
H A Dfixed_resolution.py474 for arg in self.data_source._con_args + self.data_source._tds_attrs
476 extra_attrs["con_args"] = self.data_source._con_args
H A Dplot_container.py408 kwargs = {n: getattr(old_object, n) for n in old_object._con_args}
/dports/math/py-yt/yt-4.0.1/doc/source/developing/
H A Dcreating_datatypes.rst24 * ``_con_args`` - this is the set of arguments passed to the object, and their
/dports/math/py-yt/yt-4.0.1/yt/frontends/adaptahop/
H A Ddata_structures.py225 _con_args = ("ptype", "particle_identifier", "parent_ds", "halo_ds") variable in AdaptaHOPHaloContainer
/dports/math/py-yt/yt-4.0.1/yt/frontends/halo_catalog/
H A Ddata_structures.py397 _con_args = ("ptype", "particle_identifier") variable in HaloContainer
/dports/math/py-yt/yt-4.0.1/yt/frontends/artio/
H A Ddata_structures.py27 _con_args = ("base_region", "sfc_start", "sfc_end", "oct_handler", "ds") variable in ARTIOOctreeSubset
/dports/math/py-yt/yt-4.0.1/yt/frontends/gadget_fof/
H A Ddata_structures.py564 _con_args = ("ptype", "particle_identifier") variable in GadgetFOFHaloContainer
/dports/math/py-yt/yt-4.0.1/doc/source/reference/
H A Dchangelog.rst532 - fix streamlines ``_con_args`` attribute `PR 2470 <https://github.com/yt-project/yt/pull/2470>`__.