improvements
This commit is contained in:
+1
-3
@@ -226,9 +226,7 @@ class PostProcessor(HDF5Container):
|
||||
self.load_cells()
|
||||
return np.sort(np.unique(self.cells["pos"][:, axis]))
|
||||
|
||||
def _plane_avg_uniform(
|
||||
self, getter, axis, unit=cst.none, mass_weighted=True, surf_qty=False
|
||||
):
|
||||
def _plane_avg_uniform(self, getter, axis, unit=cst.none, mass_weighted=False):
|
||||
"""
|
||||
Profile of the average of a quantity (given by getter) perpendicular to an axis
|
||||
WARNING : This version only works on an uniform grid, need of a box version for AMR
|
||||
|
||||
Reference in New Issue
Block a user