Home
last modified time | relevance | path

Searched refs:RightEdge (Results 1 – 25 of 702) sorted by last modified time

12345678910>>...29

/dports/textproc/redet/redet-8.26/
H A Dredet.tcl20497 set RightEdge [expr $LeftEdge + $Width];
20498 if {$ScreenWidth - $RightEdge < $MaxStringWidth} {
20503 set x [expr $RightEdge - $MaxStringWidth];
20509 set x [expr $RightEdge - $Overlap];
/dports/math/py-yt/yt-4.0.1/yt/utilities/tests/
H A Dtest_interpolators.py91 g.RightEdge[0] - g.dds[0] / 2.0,
93 g.RightEdge[1] - g.dds[1] / 2.0,
95 g.RightEdge[2] - g.dds[2] / 2.0,
102 g.LeftEdge[0] : g.RightEdge[0] : (g.ActiveDimensions[0] + 1) * 1j,
103 g.LeftEdge[1] : g.RightEdge[1] : (g.ActiveDimensions[1] + 1) * 1j,
104 g.LeftEdge[2] : g.RightEdge[2] : (g.ActiveDimensions[2] + 1) * 1j,
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dgrid_traversal.cpp1343 PyObject *RightEdge; member
H A Dpartitioned_grid.pxd22 cdef public object RightEdge
H A Dimage_samplers.cpp1405 PyObject *RightEdge; member
H A Dlenses.c1299 PyObject *RightEdge; member
H A Dcontour_finding.c2220 PyObject *RightEdge; member
H A Dpartitioned_grid.pyx42 self.RightEdge = right_edge
90 if not (self.LeftEdge[0] < newpos[0] and newpos[0] < self.RightEdge[0] and \
91 self.LeftEdge[1] < newpos[1] and newpos[1] < self.RightEdge[1] and \
92 self.LeftEdge[2] < newpos[2] and newpos[2] < self.RightEdge[2]):
103 if not (self.LeftEdge[0] <= newpos[0] and newpos[0] <= self.RightEdge[0] and \
104 self.LeftEdge[1] <= newpos[1] and newpos[1] <= self.RightEdge[1] and \
105 self.LeftEdge[2] <= newpos[2] and newpos[2] <= self.RightEdge[2]):
116 if not (self.LeftEdge[0] <= newpos[0] and newpos[0] <= self.RightEdge[0] and \
117 self.LeftEdge[1] <= newpos[1] and newpos[1] <= self.RightEdge[1] and \
118 self.LeftEdge[2] <= newpos[2] and newpos[2] <= self.RightEdge[2]):
H A Dpartitioned_grid.cpp1203 PyObject *RightEdge; member
2202 __Pyx_GOTREF(__pyx_v_self->RightEdge); in __pyx_pf_2yt_9utilities_3lib_16partitioned_grid_15PartitionedGrid___cinit__()
2203 __Pyx_DECREF(__pyx_v_self->RightEdge); in __pyx_pf_2yt_9utilities_3lib_16partitioned_grid_15PartitionedGrid___cinit__()
4023 __Pyx_INCREF(__pyx_v_self->RightEdge); in __pyx_pf_2yt_9utilities_3lib_16partitioned_grid_15PartitionedGrid_9RightEdge___get__()
4024 __pyx_r = __pyx_v_self->RightEdge; in __pyx_pf_2yt_9utilities_3lib_16partitioned_grid_15PartitionedGrid_9RightEdge___get__()
4053 __Pyx_GOTREF(__pyx_v_self->RightEdge); in __pyx_pf_2yt_9utilities_3lib_16partitioned_grid_15PartitionedGrid_9RightEdge_2__set__()
4054 __Pyx_DECREF(__pyx_v_self->RightEdge); in __pyx_pf_2yt_9utilities_3lib_16partitioned_grid_15PartitionedGrid_9RightEdge_2__set__()
4084 __pyx_v_self->RightEdge = Py_None; in __pyx_pf_2yt_9utilities_3lib_16partitioned_grid_15PartitionedGrid_9RightEdge_4__del__()
6829 Py_CLEAR(p->RightEdge); in __pyx_tp_dealloc_2yt_9utilities_3lib_16partitioned_grid_PartitionedGrid()
6845 if (p->RightEdge) { in __pyx_tp_traverse_2yt_9utilities_3lib_16partitioned_grid_PartitionedGrid()
[all …]
H A D_octree_raytracing.cpp1339 PyObject *RightEdge; member
H A Dbounding_volume_hierarchy.cpp1665 PyObject *RightEdge; member
/dports/math/py-yt/yt-4.0.1/yt/utilities/amr_kdtree/
H A Damr_kdtree.py103 gres = np.array([g.RightEdge for g in grids])
134 assert np.all(grid.RightEdge >= nre)
335 assert np.all(grid.RightEdge >= nre)
/dports/math/py-yt/yt-4.0.1/yt/utilities/parallel_tools/
H A Dparallel_analysis_interface.py1244 RE = root_grids[0].RightEdge
/dports/math/py-yt/yt-4.0.1/yt/frontends/enzo_e/tests/
H A Dtest_outputs.py84 assert_array_equal(ds.index.grid_right_edge[grid.id], grid.RightEdge)
87 assert (child.RightEdge <= grid.RightEdge).all()
/dports/math/py-yt/yt-4.0.1/yt/frontends/enzo_e/
H A Ddata_structures.py54 self.RightEdge = h.grid_right_edge[my_ind]
/dports/math/py-yt/yt-4.0.1/yt/frontends/amrvac/tests/
H A Dtest_outputs.py63 assert isinstance(g.RightEdge, YTArray)
/dports/math/py-yt/yt-4.0.1/yt/frontends/gdf/
H A Ddata_structures.py149 grids, grid_ind = self._get_box_grids(grid.LeftEdge, grid.RightEdge)
/dports/math/py-yt/yt-4.0.1/yt/frontends/ytdata/
H A Ddata_structures.py401 self.RightEdge = self.index.ds.domain_right_edge
572 self.RightEdge = self.index.ds.domain_right_edge
/dports/math/py-yt/yt-4.0.1/yt/frontends/boxlib/
H A Dio.py148 z *= 0.5 * (g.LeftEdge[2] + g.RightEdge[2])
/dports/math/py-yt/yt-4.0.1/yt/frontends/gamer/
H A Ddata_structures.py194 % (grid.id, c.id, grid.RightEdge[d], c.RightEdge[d])
199 if not grid.RightEdge[d] >= c.RightEdge[d]:
/dports/math/py-yt/yt-4.0.1/yt/frontends/athena/
H A Ddata_structures.py453 grids, grid_ind = self.get_box_grids(grid.LeftEdge, grid.RightEdge)
/dports/math/py-yt/yt-4.0.1/yt/visualization/volume_rendering/
H A Drender_source.py1328 [block.RightEdge[0], block.LeftEdge[1], block.LeftEdge[2]],
1329 [block.RightEdge[0], block.RightEdge[1], block.LeftEdge[2]],
1330 [block.LeftEdge[0], block.RightEdge[1], block.LeftEdge[2]],
1331 [block.LeftEdge[0], block.LeftEdge[1], block.RightEdge[2]],
1332 [block.RightEdge[0], block.LeftEdge[1], block.RightEdge[2]],
1333 [block.RightEdge[0], block.RightEdge[1], block.RightEdge[2]],
1334 [block.LeftEdge[0], block.RightEdge[1], block.RightEdge[2]],
H A Doff_axis_projection.py391 grid.RightEdge,
H A Dold_camera.py303 [block.RightEdge[0], block.LeftEdge[1], block.LeftEdge[2]],
304 [block.RightEdge[0], block.RightEdge[1], block.LeftEdge[2]],
305 [block.LeftEdge[0], block.RightEdge[1], block.LeftEdge[2]],
306 [block.LeftEdge[0], block.LeftEdge[1], block.RightEdge[2]],
307 [block.RightEdge[0], block.LeftEdge[1], block.RightEdge[2]],
308 [block.RightEdge[0], block.RightEdge[1], block.RightEdge[2]],
309 [block.LeftEdge[0], block.RightEdge[1], block.RightEdge[2]],
2200 grid.RightEdge,
/dports/math/py-yt/yt-4.0.1/yt/visualization/
H A Dplot_modifications.py785 GRE.append(block.RightEdge.in_units("code_length"))

12345678910>>...29