LLNL / axom

CS infrastructure components for HPC applications
BSD 3-Clause "New" or "Revised" License
145 stars 24 forks source link

GPU volume fraction refinement #1218

Open rhornung67 opened 7 months ago

rhornung67 commented 7 months ago

Develop capabilities to support GPU execution of material volume fraction initialization on refined meshes in AMR context.

BradWhitlock commented 2 months ago

I'm just making a note here that it looks like the target host code builds Axom without MFEM, and with a serial RAJA. This impacts our ability to take MIR topological output and compute volume fractions using the intersection shaper. The intersection shaper currently uses MFEM. On a GPU-enabled platform, this may be different.