Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Save amount of decay in phi to log manager.
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Apr 4, 2010
1 parent 3954724 commit edf4d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyrticle/driver.py
Expand Up @@ -323,6 +323,7 @@ def add_instrumentation(self, logmgr):
logmgr.set_constant("n_part_0", setup.nparticles)
logmgr.set_constant("pmass", setup.distribution.mean()[3][0])
logmgr.set_constant("chi", setup.chi)
logmgr.set_constant("phi_decay", setup.phi_decay)
logmgr.set_constant("shape_radius_setup", setup.shape_bandwidth)
logmgr.set_constant("shape_radius", self.method.depositor.shape_function.radius)
logmgr.set_constant("shape_exponent", self.method.depositor.shape_function.exponent)
Expand Down

0 comments on commit edf4d7a

Please sign in to comment.