AMReX-Codes / pyamrex

GPU-Enabled, Zero-Copy AMReX Python Bindings including AI/ML
http://pyamrex.readthedocs.io
Other
35 stars 19 forks source link

Add grow_low and high to Box #204

Closed dpgrote closed 11 months ago

dpgrote commented 11 months ago

Implementing more things.

ax3l commented 11 months ago

Rebased to include https://github.com/AMReX-Codes/pyamrex/commit/6ef55913b74c70f6eb6ffc16f2d5ba5ad605f395

dpgrote commented 11 months ago

@ax3l I see the changes to the pyi files. Is this something that has to happen for every addition to the interface? Are these automatically generated?

ax3l commented 10 months ago

@dpgrote they are auto-generated and used for documentation (Sphinx) and interactive auto-completion purposes :)