|
numerics
|
Single-switch dispatch from Backend enum to 3D SPH backend implementations. More...
Go to the source code of this file.
Namespaces | |
| namespace | physics |
Single-switch dispatch from Backend enum to 3D SPH backend implementations.
Mirrors apps/fluid_sim/fluid.cpp exactly:
Adding a new backend:
case num::Backend::<name>: to the switch in step()Definition in file fluid3d.cpp.