AMReX-Codes / amrex

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

Add issame functions for boxarray and distromap. Add "hdf5" to dep.py #4172

Closed dunhamsj closed 1 month ago

dunhamsj commented 1 month ago

Summary

Adding two functions: one to check whether two boxarrays are the same or not; the other to check whether to distromaps are the same or not. Also, adding "hdf5" to dep.py to suppress warnings.

Additional background

Checklist

The proposed changes:

dunhamsj commented 1 month ago

Sorry there are 146 commits, I didn't know how to squash them. There are only minor changes to the code though.