| 955 | } |
| 956 | |
| 957 | void LBM::reset() { // reset simulation (takes effect in following run() call) |
| 958 | initialized = false; |
| 959 | } |
| 960 | |
| 961 | #ifdef FORCE_FIELD |
| 962 | void LBM::update_force_field() { // calculate forces from fluid on TYPE_S cells |
nothing calls this directly
no outgoing calls
no test coverage detected