Namespaces | |
namespace | pmc_kernel |
Functions | |
subroutine | pmc_kernel::bin_kernel (n_bin, bin_v, aero_data, kernel, env_state, k) |
Computes an array of kernel values for each bin pair. k(i,j) is the kernel value at the centers of bins i and j. This assumes the kernel is only a function of the particle volumes. | |
subroutine | pmc_kernel::est_k_max_binned (bin_grid, kernel_max, aero_data, env_state, k_max) |
Estimate an array of maximum kernel values. Given particles v1 in bin b1 and v2 in bin b2, it is probably true that kernel(v1,v2) <= k_max(b1,b2). | |
subroutine | pmc_kernel::est_k_max_for_bin (bin_grid, kernel_max, b1, b2, aero_data, env_state, k_max) |
Samples within bins b1 and b2 to find the maximum value of the kernel between particles from the two bins. |