mo-hanxuan / FEMcy

a finite element solver based on Taichi, being parallel (CPU/GPU), portable and open-source
MIT License
139 stars 18 forks source link

Removes dynamic-index arguement from ti.init #3

Closed kenjknox closed 10 months ago

kenjknox commented 10 months ago

Dynamic-index is not required as variable indices can be used on demand, therefore this arguement can be removed to allow compatibility with Taichi > v1.4.0.

https://github.com/taichi-dev/taichi/releases/tag/v1.4.0

Closes #2

mo-hanxuan commented 10 months ago

Thanks for your modification, it seems that removes "dynamic-index" works well in the latest version of Taichi