Skip to content

Commit 6d48d1c

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 7a003ba commit 6d48d1c

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

src/amrex/space1d/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,4 +608,4 @@ Geometric: amrex_1d_pybind.GrowthStrategy # value = <GrowthStrategy.Geometric:
608608
Poisson: amrex_1d_pybind.GrowthStrategy # value = <GrowthStrategy.Poisson: 0>
609609
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
610610
__license__: str = "BSD-3-Clause-LBNL"
611-
__version__: str = "25.11-15-g4dad1664d746"
611+
__version__: str = "25.12"

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ class AMReX:
327327
def top() -> AMReX: ...
328328

329329
class Config:
330-
amrex_version: typing.ClassVar[str] = "25.11-15-g4dad1664d746"
330+
amrex_version: typing.ClassVar[str] = "25.12"
331331
gpu_backend = None
332332
have_eb: typing.ClassVar[bool] = False
333333
have_gpu: typing.ClassVar[bool] = False
@@ -24255,5 +24255,5 @@ Geometric: GrowthStrategy # value = <GrowthStrategy.Geometric: 2>
2425524255
Poisson: GrowthStrategy # value = <GrowthStrategy.Poisson: 0>
2425624256
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2425724257
__license__: str = "BSD-3-Clause-LBNL"
24258-
__version__: str = "25.11-15-g4dad1664d746"
24258+
__version__: str = "25.12"
2425924259
IntVect = IntVect1D

src/amrex/space2d/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ Geometric: amrex_2d_pybind.GrowthStrategy # value = <GrowthStrategy.Geometric:
667667
Poisson: amrex_2d_pybind.GrowthStrategy # value = <GrowthStrategy.Poisson: 0>
668668
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
669669
__license__: str = "BSD-3-Clause-LBNL"
670-
__version__: str = "25.11-15-g4dad1664d746"
670+
__version__: str = "25.12"
671671
basic: amrex_2d_pybind.EBSupport # value = <EBSupport.basic: 1>
672672
full: amrex_2d_pybind.EBSupport # value = <EBSupport.full: 3>
673673
volume: amrex_2d_pybind.EBSupport # value = <EBSupport.volume: 2>

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ class AMReX:
358358
def top() -> AMReX: ...
359359

360360
class Config:
361-
amrex_version: typing.ClassVar[str] = "25.11-15-g4dad1664d746"
361+
amrex_version: typing.ClassVar[str] = "25.12"
362362
gpu_backend = None
363363
have_eb: typing.ClassVar[bool] = True
364364
have_gpu: typing.ClassVar[bool] = False
@@ -26609,7 +26609,7 @@ Geometric: GrowthStrategy # value = <GrowthStrategy.Geometric: 2>
2660926609
Poisson: GrowthStrategy # value = <GrowthStrategy.Poisson: 0>
2661026610
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2661126611
__license__: str = "BSD-3-Clause-LBNL"
26612-
__version__: str = "25.11-15-g4dad1664d746"
26612+
__version__: str = "25.12"
2661326613
basic: EBSupport # value = <EBSupport.basic: 1>
2661426614
full: EBSupport # value = <EBSupport.full: 3>
2661526615
volume: EBSupport # value = <EBSupport.volume: 2>

src/amrex/space3d/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ Geometric: amrex_3d_pybind.GrowthStrategy # value = <GrowthStrategy.Geometric:
619619
Poisson: amrex_3d_pybind.GrowthStrategy # value = <GrowthStrategy.Poisson: 0>
620620
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
621621
__license__: str = "BSD-3-Clause-LBNL"
622-
__version__: str = "25.11-15-g4dad1664d746"
622+
__version__: str = "25.12"
623623
basic: amrex_3d_pybind.EBSupport # value = <EBSupport.basic: 1>
624624
full: amrex_3d_pybind.EBSupport # value = <EBSupport.full: 3>
625625
volume: amrex_3d_pybind.EBSupport # value = <EBSupport.volume: 2>

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ class AMReX:
334334
def top() -> AMReX: ...
335335

336336
class Config:
337-
amrex_version: typing.ClassVar[str] = "25.11-15-g4dad1664d746"
337+
amrex_version: typing.ClassVar[str] = "25.12"
338338
gpu_backend = None
339339
have_eb: typing.ClassVar[bool] = True
340340
have_gpu: typing.ClassVar[bool] = False
@@ -24479,7 +24479,7 @@ Geometric: GrowthStrategy # value = <GrowthStrategy.Geometric: 2>
2447924479
Poisson: GrowthStrategy # value = <GrowthStrategy.Poisson: 0>
2448024480
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2448124481
__license__: str = "BSD-3-Clause-LBNL"
24482-
__version__: str = "25.11-15-g4dad1664d746"
24482+
__version__: str = "25.12"
2448324483
basic: EBSupport # value = <EBSupport.basic: 1>
2448424484
full: EBSupport # value = <EBSupport.full: 3>
2448524485
volume: EBSupport # value = <EBSupport.volume: 2>

0 commit comments

Comments
 (0)