[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Sep 7 06:57:42 PDT 2017


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/e7c4726a8612/
Changeset:   e7c4726a8612
User:        hyschive
Date:        2017-09-01 18:52:23+00:00
Summary:     Add the ParCreTime particle field to the GAMER frontend
Affected #:  1 file

diff -r 9921b57c74edb63adf0c6faecfe158b2d84eaab0 -r e7c4726a8612d00c90f9dcaf9474ec97a3a7789d yt/frontends/gamer/fields.py
--- a/yt/frontends/gamer/fields.py
+++ b/yt/frontends/gamer/fields.py
@@ -47,13 +47,14 @@
     )
 
     known_particle_fields = (
-        ( "ParMass", ("code_mass",     ["particle_mass"],       None) ),
-        ( "ParPosX", ("code_length",   ["particle_position_x"], None) ),
-        ( "ParPosY", ("code_length",   ["particle_position_y"], None) ),
-        ( "ParPosZ", ("code_length",   ["particle_position_z"], None) ),
-        ( "ParVelX", ("code_velocity", ["particle_velocity_x"], None) ),
-        ( "ParVelY", ("code_velocity", ["particle_velocity_y"], None) ),
-        ( "ParVelZ", ("code_velocity", ["particle_velocity_z"], None) ),
+        ( "ParMass",    ("code_mass",     ["particle_mass"],          None) ),
+        ( "ParPosX",    ("code_length",   ["particle_position_x"],    None) ),
+        ( "ParPosY",    ("code_length",   ["particle_position_y"],    None) ),
+        ( "ParPosZ",    ("code_length",   ["particle_position_z"],    None) ),
+        ( "ParVelX",    ("code_velocity", ["particle_velocity_x"],    None) ),
+        ( "ParVelY",    ("code_velocity", ["particle_velocity_y"],    None) ),
+        ( "ParVelZ",    ("code_velocity", ["particle_velocity_z"],    None) ),
+        ( "ParCreTime", ("code_time",     ["particle_creation_time"], None) ),
     )
 
     def __init__(self, ds, field_list):


https://bitbucket.org/yt_analysis/yt/commits/566d0c5b179b/
Changeset:   566d0c5b179b
User:        xarthisius
Date:        2017-09-07 13:56:46+00:00
Summary:     Merge pull request #1546 from hyschive/gamer-particle-creation-time

Add the ParCreTime particle field to the GAMER frontend
Affected #:  1 file

diff -r e6ea9f86b3eeaf95f3ece1ccec8b35253eff4459 -r 566d0c5b179b7ad571a03c3723218340365c2bf2 yt/frontends/gamer/fields.py
--- a/yt/frontends/gamer/fields.py
+++ b/yt/frontends/gamer/fields.py
@@ -47,13 +47,14 @@
     )
 
     known_particle_fields = (
-        ( "ParMass", ("code_mass",     ["particle_mass"],       None) ),
-        ( "ParPosX", ("code_length",   ["particle_position_x"], None) ),
-        ( "ParPosY", ("code_length",   ["particle_position_y"], None) ),
-        ( "ParPosZ", ("code_length",   ["particle_position_z"], None) ),
-        ( "ParVelX", ("code_velocity", ["particle_velocity_x"], None) ),
-        ( "ParVelY", ("code_velocity", ["particle_velocity_y"], None) ),
-        ( "ParVelZ", ("code_velocity", ["particle_velocity_z"], None) ),
+        ( "ParMass",    ("code_mass",     ["particle_mass"],          None) ),
+        ( "ParPosX",    ("code_length",   ["particle_position_x"],    None) ),
+        ( "ParPosY",    ("code_length",   ["particle_position_y"],    None) ),
+        ( "ParPosZ",    ("code_length",   ["particle_position_z"],    None) ),
+        ( "ParVelX",    ("code_velocity", ["particle_velocity_x"],    None) ),
+        ( "ParVelY",    ("code_velocity", ["particle_velocity_y"],    None) ),
+        ( "ParVelZ",    ("code_velocity", ["particle_velocity_z"],    None) ),
+        ( "ParCreTime", ("code_time",     ["particle_creation_time"], None) ),
     )
 
     def __init__(self, ds, field_list):

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list