Exawind / amr-wind

AMReX-based structured wind solver
https://exawind.github.io/amr-wind
Other
103 stars 78 forks source link

default ability of Field Norms to mask redundant grids #1035

Closed mbkuhn closed 1 month ago

mbkuhn commented 2 months ago

Summary

The field norm utility previously summed over all cells indiscriminately. These changes allow the field norm utility to sum over only the finest cells locally and make this the default behavior. The old form can still be used via an input flag.

Pull request type

Checklist

The following is included:

This PR was tested by running:

mbkuhn commented 1 month ago

gonna add a unit test, then it should be ready