adamantine-sim / adamantine

Software to simulate heat transfer for additive manufacturing
https://adamantine-sim.github.io/adamantine/
Other
36 stars 10 forks source link

Ray tracing #114

Closed Rombur closed 3 years ago

Rombur commented 3 years ago

This PR has three commits:

  1. Replace local_size which has been deprecated in deal.II with locally_owned_size
  2. Rename and rework the functions to read and set experimental data. In particular, I've fixed the way the data is set, instead of looking at each simulation point and searching the closest data point, I do the opposite. This way only the simulation points that are the closest to a data point gets set. The other entries are left untouched. I also return the result from ArborX so that you can use it to build H.
  3. Add the new ray tracing capabilities.