AMReX-Codes / amrex

AMReX: Software Framework for Block Structured AMR
https://amrex-codes.github.io/amrex
Other
503 stars 336 forks source link

Derive: Add MultiFab version of DeriveFunc #3990

Closed mirenradia closed 1 week ago

mirenradia commented 2 weeks ago

Summary

This adds a new type of DeriveFunc which uses MultiFabs rather than FArrayBoxes.

Additional background

This allows the user to use the MultiFab version of ParallelFor to compute derived quantities.

Checklist

The proposed changes: