henry2004y / TestParticle.jl

Test particle tracing in electromagnetic field
https://henry2004y.github.io/TestParticle.jl/dev/
MIT License
14 stars 3 forks source link

Strategy for handling large numerical fields #121

Open henry2004y opened 6 months ago

henry2004y commented 6 months ago

Our current approach for constructing interpolation of a numerical field works only in serial cases, i.e., the B field is stored in one piece in memory. How can we extend it to support interpolating of a large field that does not fit in the memory of one core/node?