Skip to content

novaphy.solvers.SPHBackendKind

SPH backend selector enumeration.

Member Description
CUDA GPU backend (requires NOVAPHY_WITH_SPH_CUDA=ON and has_sph_cuda() == True).

Only CUDA is currently exported by the Python enum. CPU fallback behavior is selected by solver/config defaults rather than a public SPHBackendKind.CPU member.

See Also