buffalo_panel.kernels.build_2d_registry

buffalo_panel.kernels.build_2d_registry()[source]

Build a registry for the built-in two-dimensional kernels.

The registry groups kernels by mathematical domain and implementation backend. This builder currently registers the pure-Python reference kernels for line-panel source and vortex influence calculations used by the supported two-dimensional formulations. Additional two-dimensional backends can be added under different backend labels while preserving the same support, singularity, and basis keys.

Returns:

Registry containing the built-in two-dimensional Python kernels.

Return type:

KernelRegistry