Lines Matching +defs:v +defs:x
83 function addFields(x, s, dt) argument
88 function set_bnd(b, x) argument
128 function lin_solve(b, x, x0, a, c) argument
157 function diffuse(b, x, x0, dt) argument
163 function lin_solve2(x, x0, y, y0, a, c) argument
198 function diffuse2(x, x0, y, y0, dt) argument
204 function advect(b, d, d0, u, v, dt) argument
239 function project(u, v, p, div) argument
277 function dens_step(x, x0, u, v, dt) argument
284 function vel_step(u, v, u0, v0, dt) argument
298 var uiCallback = function(d,u,v) {}; argument
300 function Field(dens, u, v) { argument
303 this.setDensity = function(x, y, d) { argument
306 this.getDensity = function(x, y) { argument
309 this.setVelocity = function(x, y, xv, yv) { argument
313 this.getXVelocity = function(x, y) { argument
316 this.getYVelocity = function(x, y) { argument
322 function queryUI(d, u, v) argument