-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bindings for PlotFileData #317
Comments
Maybe you can try to port PlotFileData to pyamrex.
…On Sun, May 12, 2024, 4:35 PM Ben Wibking ***@***.***> wrote:
Are there any plans to add bindings for amrex::AmrData (
https://github.com/AMReX-Codes/amrex/blob/af6e77226cdb1668a8936ee3b35cf0d441409869/Src/Extern/amrdata/AMReX_AmrData.H)
in order to read plotfiles via Python?
Ideally, I'd like to be able to write an equivalent of
https://github.com/openPMD/openPMD-viewer for AMReX plotfiles.
Or, is there any other API to read plotfiles that would be faster to get
started with?
—
Reply to this email directly, view it on GitHub
<#317>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB37TYP4IHOAQZDMDFDCSHDZB74DFAVCNFSM6AAAAABHTGDQUKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI4TCNJVGE4TANQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@WeiqunZhang @ax3l Is there any way to lazily load individual FABs? It looks like PlotFileUtil loads the entire MultiFab into memory at once. This is fine for 2D plotfiles, but won't work for 3D plotfiles when used with https://github.com/BenWibking/plotfile-viewer. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are there any plans to add bindings for
amrex::AmrData
(https://github.com/AMReX-Codes/amrex/blob/af6e77226cdb1668a8936ee3b35cf0d441409869/Src/Extern/amrdata/AMReX_AmrData.H) in order to read plotfiles via Python?Ideally, I'd like to be able to write an equivalent of https://github.com/openPMD/openPMD-viewer for AMReX plotfiles.
Or, is there any other API to read plotfiles that would be faster to get started with?
The text was updated successfully, but these errors were encountered: