AMReX-Codes / amrex

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

Fix #4223 #4226

Closed WeiqunZhang closed 1 week ago

WeiqunZhang commented 1 week ago

If EB is not built, m_phi_eb's size is zero. So we should then use the non-EB version of the function.

Close #4223.