-
Notifications
You must be signed in to change notification settings - Fork 24
Postprocessing of particle fields
hamidrezanorouzi edited this page Oct 9, 2022
·
4 revisions
where denominator depends on the type of operation we are performing:
- If we are performing
sum
operation,$denominator = 1$ - If we are performing
average
operation,$denominator = \sum 1,\ i\in cell$ - If we are performing
averageMask
operation,$denominator = \sum 1, i\in cell,\ i\in mask$