wolfhece.report.simplesimgpu
Create a report on a simple simulation from wolfgpu
Module Contents
- class wolfhece.report.simplesimgpu.SimpleSimGPU_Report(sim: wolfgpu.simple_simulation.SimpleSimulation | pathlib.Path | str, **kwargs)[source]
-
- _summary_boundary_conditions()[source]
Return the summary of the boundary conditions of the simulation
- _summary_infiltration()[source]
Return the summary of the infiltration conditions of the simulation
- _summary_initial_conditions()[source]
Return the summary of the initial conditions of the simulation
- class wolfhece.report.simplesimgpu.SimpleSimGPU_Report_wx(sim: wolfgpu.simple_simulation.SimpleSimulation | pathlib.Path | str, show: bool = False, **kwargs)[source]
Bases:
wolfhece.report.pdf.PDFViewer
A sized frame.
Controls added to its content pane will automatically be added to the panes sizer.
- class wolfhece.report.simplesimgpu.SimpleSimGPU_Reports_wx(dir_or_sims: list[wolfgpu.simple_simulation.SimpleSimulation | pathlib.Path | str] | pathlib.Path, show: bool = True, **kwargs)[source]
List of Simple Simulations GPU
- class wolfhece.report.simplesimgpu.SimpleSimGPU_Report_Compare(sims: list[wolfgpu.simple_simulation.SimpleSimulation | pathlib.Path | str] | pathlib.Path, **kwargs)[source]
Compare Multiple Simple Simulations GPU
- _sims: list[wolfgpu.simple_simulation.SimpleSimulation][source]
- _summary_boundary_conditions()[source]
Return the summary of the boundary conditions of the simulations
- class wolfhece.report.simplesimgpu.SimpleSimGPU_Report_Compare_wx(sims: list[wolfgpu.simple_simulation.SimpleSimulation | pathlib.Path | str], **kwargs)[source]
Bases:
wolfhece.report.pdf.PDFViewer
A sized frame.
Controls added to its content pane will automatically be added to the panes sizer.