taichi-dev / taichi_elements

High-performance multi-material continuum physics engine in Taichi
MIT License
483 stars 69 forks source link

particles i/o use numpy #66

Closed PavelBlend closed 3 years ago

PavelBlend commented 3 years ago

Position files, velocities, materials and colors are now read and saved using numpy.

codecov[bot] commented 3 years ago

Codecov Report

Merging #66 (a3f3b78) into master (b0c4ab6) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #66   +/-   ##
=======================================
  Coverage   76.40%   76.40%           
=======================================
  Files           3        3           
  Lines         517      517           
  Branches       98       98           
=======================================
  Hits          395      395           
  Misses         85       85           
  Partials       37       37           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b0c4ab6...a3f3b78. Read the comment docs.