@@ -205,6 +205,7 @@ __all__ = [
205205 "Particle_5_2",
206206 "Particle_8_0",
207207 "Periodicity",
208+ "PlotFileData",
208209 "RealBox",
209210 "RealVect",
210211 "StructOfArrays_1_0_idcpu_arena",
@@ -4765,7 +4766,7 @@ class BoxArray:
47654766 def size(self) -> int: ...
47664767
47674768class Config:
4768- amrex_version: typing.ClassVar[str] = "24.06-16-g1f038e767011 "
4769+ amrex_version: typing.ClassVar[str] = "24.07 "
47694770 gpu_backend = None
47704771 have_gpu: typing.ClassVar[bool] = False
47714772 have_mpi: typing.ClassVar[bool] = True
@@ -12696,6 +12697,41 @@ class Periodicity:
1269612697 @property
1269712698 def shift_IntVect(self) -> list[IntVect1D]: ...
1269812699
12700+ class PlotFileData:
12701+ def DistributionMap(self, arg0: int) -> DistributionMapping: ...
12702+ def __init__(self, arg0: str) -> None: ...
12703+ def boxArray(self, arg0: int) -> BoxArray: ...
12704+ def cellSize(
12705+ self, arg0: int
12706+ ) -> typing.Annotated[list[float], pybind11_stubgen.typing_ext.FixedSize(1)]: ...
12707+ def coordSys(self) -> int: ...
12708+ def finestLevel(self) -> int: ...
12709+ @typing.overload
12710+ def get(self, arg0: int) -> MultiFab: ...
12711+ @typing.overload
12712+ def get(self, arg0: int, arg1: str) -> MultiFab: ...
12713+ def levelStep(self, arg0: int) -> int: ...
12714+ def nComp(self) -> int: ...
12715+ def nGrowVect(self, arg0: int) -> IntVect1D: ...
12716+ def probDomain(self, arg0: int) -> Box: ...
12717+ def probHi(
12718+ self,
12719+ ) -> typing.Annotated[list[float], pybind11_stubgen.typing_ext.FixedSize(1)]: ...
12720+ def probLo(
12721+ self,
12722+ ) -> typing.Annotated[list[float], pybind11_stubgen.typing_ext.FixedSize(1)]: ...
12723+ def probSize(
12724+ self,
12725+ ) -> typing.Annotated[list[float], pybind11_stubgen.typing_ext.FixedSize(1)]: ...
12726+ def refRatio(self, arg0: int) -> int: ...
12727+ def spaceDim(self) -> int: ...
12728+ @typing.overload
12729+ def syncDistributionMap(self, arg0: PlotFileData) -> None: ...
12730+ @typing.overload
12731+ def syncDistributionMap(self, arg0: int, arg1: PlotFileData) -> None: ...
12732+ def time(self) -> float: ...
12733+ def varNames(self) -> Vector_string: ...
12734+
1269912735class RealBox:
1270012736 @typing.overload
1270112737 def __init__(self) -> None: ...
@@ -16615,5 +16651,5 @@ __author__: str = (
1661516651 "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1661616652)
1661716653__license__: str = "BSD-3-Clause-LBNL"
16618- __version__: str = "24.06-16-g1f038e767011 "
16654+ __version__: str = "24.07 "
1661916655IntVect = IntVect1D
0 commit comments