@@ -205,6 +205,7 @@ __all__ = [
205
205
"Particle_5_2",
206
206
"Particle_8_0",
207
207
"Periodicity",
208
+ "PlotFileData",
208
209
"RealBox",
209
210
"RealVect",
210
211
"StructOfArrays_1_0_idcpu_arena",
@@ -4765,7 +4766,7 @@ class BoxArray:
4765
4766
def size(self) -> int: ...
4766
4767
4767
4768
class Config:
4768
- amrex_version: typing.ClassVar[str] = "24.06-16-g1f038e767011 "
4769
+ amrex_version: typing.ClassVar[str] = "24.07 "
4769
4770
gpu_backend = None
4770
4771
have_gpu: typing.ClassVar[bool] = False
4771
4772
have_mpi: typing.ClassVar[bool] = True
@@ -12696,6 +12697,41 @@ class Periodicity:
12696
12697
@property
12697
12698
def shift_IntVect(self) -> list[IntVect1D]: ...
12698
12699
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
+
12699
12735
class RealBox:
12700
12736
@typing.overload
12701
12737
def __init__(self) -> None: ...
@@ -16615,5 +16651,5 @@ __author__: str = (
16615
16651
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
16616
16652
)
16617
16653
__license__: str = "BSD-3-Clause-LBNL"
16618
- __version__: str = "24.06-16-g1f038e767011 "
16654
+ __version__: str = "24.07 "
16619
16655
IntVect = IntVect1D
0 commit comments