fluid-set-boundary   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/contrib/kinect_fire.xtm

Implementation

;; I don't want boundary conditions for this one
(bind-func fluid-set-boundary
  (lambda (b:i64 x:double* Ny:i64 N:i64)
    1))


Back to Index

Similar Entries