Ives0721
Ives0721
When trying to change the name of remote PC I recently logged in, I found that I cannot call sogou input method by using Ctrl+LShift **RustDesk version and environment** RustDesk...
## Problem code In the code below, TaiChi will throw a IndexError about the index of `w`. ```python import taichi as ti ti.init(arch=ti.cpu) w = ti.types.vector(9, float)([4/9, 1/9, 1/9, 1/9,...
**Description** When do assignment to a VectorField `f = ti.Vector.field(2, float, shape=(2, 1))` (i.e. `f[i,j][k] = 2.0`), `f[0,0][0]` cannot be assigned right value. **To Reproduce** Here's a **sample_code.py** to reproduce...
I'm using TaiChi to write lattice Boltzmann method code with my supervisor. Currently we want to ship our LBM code to higher TaiChi's version, but meet a problem at TaiChi...