12
I Use This!
High Activity

News

Analyzed 1 day ago. based on code collected 2 days ago.
Posted almost 8 years ago by [email protected] (Andrew Myers)
do not require plot.field to be a tuple. yt/visualization/plot_modifications.py
Posted almost 8 years ago by [email protected] (Andrew Myers)
removing old file. yt/utilities/lib/mesh_construction.h
Posted almost 8 years ago by [email protected] (Andrew Myers)
some refactoring to allow the use of triangulate_indices with having embree installed. ... [More] setup.py yt/utilities/lib/bounding_volume_hierarchy.pxd yt/utilities/lib/mesh_construction.pyx yt/utilities/lib/mesh_triangulation.h yt/utilities/lib/mesh_triangulation.pyx yt/visualization/plot_modifications.py [Less]
Posted almost 8 years ago by [email protected] (Andrew Myers)
remove now unused _get_mesh method. yt/visualization/plot_modifications.py
Posted almost 8 years ago by [email protected] (Andrew Myers)
adding a test of the mesh lines callback to test_callbacks.py ... [More] yt/visualization/tests/test_callbacks.py [Less]
Posted almost 8 years ago by [email protected] (Andrew Myers)
Use a regular RuntimeError here, as suggested by Nathan. ... [More] yt/utilities/lib/pixelization_routines.pyx [Less]
Posted almost 8 years ago by [email protected] (Andrew Myers)
Loop over all the meshes unless only one is requested. ... [More] yt/visualization/plot_modifications.py [Less]
Posted almost 8 years ago by [email protected] (Andrew Myers)
Move mesh triangulation code to the Cython utilities. Faster and avoids duplicating the various triangulation arrays. ... [More] yt/utilities/lib/mesh_construction.pyx [Less]
Posted almost 8 years ago by [email protected] (Andrew Myers)
merging with tip .hgchurn ... [More] CREDITS doc/source/examining/loading_data.rst doc/source/reference/code_support.rst setup.py setupext.py tests/tests.yaml yt/analysis_modules/cosmological_observation/light_ray/light_ray.py yt/data_objects/octree_subset.py yt/data_objects/unstructured_mesh.py yt/frontends/api.py yt/frontends/enzo/data_structures.py yt/frontends/enzo/tests/test_outputs.py yt/frontends/exodus_ii/data_structures.py yt/frontends/flash/api.py yt/frontends/flash/data_structures.py yt/frontends/flash/io.py yt/frontends/flash/tests/test_outputs.py yt/frontends/gizmo/__init__.py yt/frontends/gizmo/api.py yt/frontends/gizmo/data_structures.py yt/frontends/gizmo/fields.py yt/frontends/gizmo/tests/__init__.py yt/frontends/gizmo/tests/test_outputs.py yt/frontends/sph/fields.py yt/frontends/stream/data_structures.py yt/frontends/stream/tests/test_stream_hexahedral.py yt/funcs.py yt/units/tests/test_ytarray.py yt/units/unit_object.py yt/units/yt_array.py yt/utilities/command_line.py yt/utilities/lib/amr_kdtools.pyx yt/utilities/lib/mesh_construction.h yt/utilities/lib/primitives.pxd yt/utilities/lib/primitives.pyx yt/visualization/volume_rendering/interactive_vr.py yt/visualization/volume_rendering/interactive_vr_helpers.py yt/visualization/volume_rendering/shader_objects.py yt/visualization/volume_rendering/shaders/mesh.fragmentshader yt/visualization/volume_rendering/shaders/mesh.vertexshader [Less]
Posted almost 8 years ago by [email protected] (Nathan Goldbaum)
Merged in brittonsmith/yt (pull request #2136) Adding Gizmo frontend ... [More] doc/source/examining/loading_data.rst doc/source/reference/code_support.rst tests/tests.yaml yt/frontends/api.py yt/frontends/gizmo/__init__.py yt/frontends/gizmo/api.py yt/frontends/gizmo/data_structures.py yt/frontends/gizmo/fields.py yt/frontends/gizmo/tests/__init__.py yt/frontends/gizmo/tests/test_outputs.py yt/frontends/sph/fields.py [Less]