[yt-dev] [yt_analysis/yt] Missing hierarchy functions (issue #499)
Sam Skillman
issues-reply at bitbucket.org
Wed Feb 13 09:31:42 PST 2013
--- you can reply above this line ---
New issue 499: Missing hierarchy functions
https://bitbucket.org/yt_analysis/yt/issue/499/missing-hierarchy-functions
Sam Skillman:
Currently looks like some of the functions hanging off the hierarchy are missing.
In 2.x:
```
#!text
pf.h.find_field_value_at_point
pf.h.find_max_cell_location
pf.h.find_particles_by_type
pf.h.find_points
pf.h.find_slice_grids
pf.h.find_max
pf.h.find_min
pf.h.find_point
pf.h.find_ray_grids
pf.h.find_sphere_grids
```
In 3.0:
```
#!text
pf.h.find_max
pf.h.find_max_cell_location
pf.h.find_particles_by_type
pf.h.find_points
```
--
This is an issue notification from bitbucket.org. You are receiving
this either because you are the owner of the issue, or you are
following the issue.
More information about the yt-dev
mailing list