MCPcopy Create free account
hub / github.com/ProjectPhysX/FluidX3D / enqueue_initialize

Method enqueue_initialize

src/lbm.cpp:178–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void LBM_Domain::enqueue_initialize() { // call kernel_initialize
179 kernel_initialize.enqueue_run();
180}
181void LBM_Domain::enqueue_stream_collide() { // call kernel_stream_collide to perform one LBM time step
182 kernel_stream_collide.set_parameters(4u, t, fx, fy, fz).enqueue_run();
183}

Callers 1

initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected