The pmc_kernel module. More...
Classes | |
interface | pmc_kernel::bin_kernel__interface |
interface | pmc_kernel::est_k_max_binned__interface |
interface | pmc_kernel::est_k_max_for_bin__interface |
Namespaces | |
namespace | pmc_kernel |
Generic coagulation kernel. | |
Functions | |
subroutine | pmc_kernel::bin_kernel (n_bin, bin_v, kernel, env_state, k) |
Computes an array of kernel values for each bin pair. k(i,j) is the kernel value at the midpoint of bins i and j. | |
subroutine | pmc_kernel::est_k_max_binned (bin_grid, kernel, env_state, k_max) |
Computes an array of maximum kernel values. Given particles v1 in bin b1 and v2 in bin b2, it is approximately true that kernel(v1,v2) <= k_max(b1,b2). | |
subroutine | pmc_kernel::est_k_max_for_bin (bin_grid, kernel, b1, b2, env_state, k_max) |
Samples within bins b1 and b2 to find the maximum value of the kernel between particles from the two bins. |
The pmc_kernel module.