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

Method reset

src/lbm.cpp:957–959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

955}
956
957void LBM::reset() { // reset simulation (takes effect in following run() call)
958 initialized = false;
959}
960
961#ifdef FORCE_FIELD
962void LBM::update_force_field() { // calculate forces from fluid on TYPE_S cells

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected