erf-model / ERF

Energy Research and Forecasting Model
https://erf.readthedocs.io/en/latest/
Other
26 stars 40 forks source link

Data Sampler for Plane/Line Output #1897

Closed AMLattanzi closed 4 weeks ago

AMLattanzi commented 1 month ago

This PR creates an object in ERF that holds interfaces to structs that can acquire MultiFabs that contain data along a prescribed line or plane. The structs also contain interfaces for writing that data into native plotfiles. This needs to be tested in parallel and on GPU.

This PR requires a change in AMReX where bounded sampling is done.