BGK2D2V
BGK2D2V denotes the two-dimensional-in-space, two-dimensional-in-velocity BGK model. The current repository contains state allocation code and parameter dataclasses, but the full Engine path is not operational.
Current status
State2D2Vallocatesf,f_new,x,y,vx, andvy.bgk2d2v_explicit_torch.pyis registered, butstep()is still a TODO placeholder.BGK2D2V.ModelConfigdoes not containscheme_params, which breaks the currentEngineinitialization path.- A CUDA implementation exists under
cuda_kernel/BGK2D2V/explicit_2d2v/, but it is not wired into the registry.
The result is that BGK2D2V should currently be treated as an in-progress branch of the code base rather than an operational target.