Skip to content

Commit 256864a

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 1c48c54 commit 256864a

File tree

6 files changed

+57
-9
lines changed

6 files changed

+57
-9
lines changed

src/amrex/space1d/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,4 +600,4 @@ def d_decl(x, y, z):
600600

601601
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
602602
__license__: str = "BSD-3-Clause-LBNL"
603-
__version__: str = "25.08"
603+
__version__: str = "25.09"

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5472,7 +5472,7 @@ class BoxArray:
54725472
def size(self) -> int: ...
54735473

54745474
class Config:
5475-
amrex_version: typing.ClassVar[str] = "25.08"
5475+
amrex_version: typing.ClassVar[str] = "25.09"
54765476
gpu_backend = None
54775477
have_eb: typing.ClassVar[bool] = False
54785478
have_gpu: typing.ClassVar[bool] = False
@@ -14881,6 +14881,7 @@ class ParticleTile_16_4_0_0_arena:
1488114881
arg1: typing.SupportsInt,
1488214882
arg2: collections.abc.Sequence[str],
1488314883
arg3: collections.abc.Sequence[str],
14884+
arg4: Arena,
1488414885
) -> None: ...
1488514886
def get_array_of_structs(self) -> ArrayOfStructs_16_4_arena: ...
1488614887
def get_num_neighbors(self) -> int: ...
@@ -14970,6 +14971,7 @@ class ParticleTile_16_4_0_0_default:
1497014971
arg1: typing.SupportsInt,
1497114972
arg2: collections.abc.Sequence[str],
1497214973
arg3: collections.abc.Sequence[str],
14974+
arg4: Arena,
1497314975
) -> None: ...
1497414976
def get_array_of_structs(self) -> ArrayOfStructs_16_4_default: ...
1497514977
def get_num_neighbors(self) -> int: ...
@@ -15059,6 +15061,7 @@ class ParticleTile_16_4_0_0_pinned:
1505915061
arg1: typing.SupportsInt,
1506015062
arg2: collections.abc.Sequence[str],
1506115063
arg3: collections.abc.Sequence[str],
15064+
arg4: Arena,
1506215065
) -> None: ...
1506315066
def get_array_of_structs(self) -> ArrayOfStructs_16_4_pinned: ...
1506415067
def get_num_neighbors(self) -> int: ...
@@ -15148,6 +15151,7 @@ class ParticleTile_2_1_3_1_arena:
1514815151
arg1: typing.SupportsInt,
1514915152
arg2: collections.abc.Sequence[str],
1515015153
arg3: collections.abc.Sequence[str],
15154+
arg4: Arena,
1515115155
) -> None: ...
1515215156
def get_array_of_structs(self) -> ArrayOfStructs_2_1_arena: ...
1515315157
def get_num_neighbors(self) -> int: ...
@@ -15237,6 +15241,7 @@ class ParticleTile_2_1_3_1_default:
1523715241
arg1: typing.SupportsInt,
1523815242
arg2: collections.abc.Sequence[str],
1523915243
arg3: collections.abc.Sequence[str],
15244+
arg4: Arena,
1524015245
) -> None: ...
1524115246
def get_array_of_structs(self) -> ArrayOfStructs_2_1_default: ...
1524215247
def get_num_neighbors(self) -> int: ...
@@ -15326,6 +15331,7 @@ class ParticleTile_2_1_3_1_pinned:
1532615331
arg1: typing.SupportsInt,
1532715332
arg2: collections.abc.Sequence[str],
1532815333
arg3: collections.abc.Sequence[str],
15334+
arg4: Arena,
1532915335
) -> None: ...
1533015336
def get_array_of_structs(self) -> ArrayOfStructs_2_1_pinned: ...
1533115337
def get_num_neighbors(self) -> int: ...
@@ -15415,6 +15421,7 @@ class ParticleTile_pureSoA_1_0_arena:
1541515421
arg1: typing.SupportsInt,
1541615422
arg2: collections.abc.Sequence[str],
1541715423
arg3: collections.abc.Sequence[str],
15424+
arg4: Arena,
1541815425
) -> None: ...
1541915426
def get_num_neighbors(self) -> int: ...
1542015427
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_1_0: ...
@@ -15497,6 +15504,7 @@ class ParticleTile_pureSoA_1_0_default:
1549715504
arg1: typing.SupportsInt,
1549815505
arg2: collections.abc.Sequence[str],
1549915506
arg3: collections.abc.Sequence[str],
15507+
arg4: Arena,
1550015508
) -> None: ...
1550115509
def get_num_neighbors(self) -> int: ...
1550215510
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_1_0: ...
@@ -15579,6 +15587,7 @@ class ParticleTile_pureSoA_1_0_pinned:
1557915587
arg1: typing.SupportsInt,
1558015588
arg2: collections.abc.Sequence[str],
1558115589
arg3: collections.abc.Sequence[str],
15590+
arg4: Arena,
1558215591
) -> None: ...
1558315592
def get_num_neighbors(self) -> int: ...
1558415593
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_1_0: ...
@@ -15661,6 +15670,7 @@ class ParticleTile_pureSoA_5_0_arena:
1566115670
arg1: typing.SupportsInt,
1566215671
arg2: collections.abc.Sequence[str],
1566315672
arg3: collections.abc.Sequence[str],
15673+
arg4: Arena,
1566415674
) -> None: ...
1566515675
def get_num_neighbors(self) -> int: ...
1566615676
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_5_0: ...
@@ -15743,6 +15753,7 @@ class ParticleTile_pureSoA_5_0_default:
1574315753
arg1: typing.SupportsInt,
1574415754
arg2: collections.abc.Sequence[str],
1574515755
arg3: collections.abc.Sequence[str],
15756+
arg4: Arena,
1574615757
) -> None: ...
1574715758
def get_num_neighbors(self) -> int: ...
1574815759
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_5_0: ...
@@ -15825,6 +15836,7 @@ class ParticleTile_pureSoA_5_0_pinned:
1582515836
arg1: typing.SupportsInt,
1582615837
arg2: collections.abc.Sequence[str],
1582715838
arg3: collections.abc.Sequence[str],
15839+
arg4: Arena,
1582815840
) -> None: ...
1582915841
def get_num_neighbors(self) -> int: ...
1583015842
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_5_0: ...
@@ -15907,6 +15919,7 @@ class ParticleTile_pureSoA_8_0_arena:
1590715919
arg1: typing.SupportsInt,
1590815920
arg2: collections.abc.Sequence[str],
1590915921
arg3: collections.abc.Sequence[str],
15922+
arg4: Arena,
1591015923
) -> None: ...
1591115924
def get_num_neighbors(self) -> int: ...
1591215925
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_8_0: ...
@@ -15989,6 +16002,7 @@ class ParticleTile_pureSoA_8_0_default:
1598916002
arg1: typing.SupportsInt,
1599016003
arg2: collections.abc.Sequence[str],
1599116004
arg3: collections.abc.Sequence[str],
16005+
arg4: Arena,
1599216006
) -> None: ...
1599316007
def get_num_neighbors(self) -> int: ...
1599416008
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_8_0: ...
@@ -16071,6 +16085,7 @@ class ParticleTile_pureSoA_8_0_pinned:
1607116085
arg1: typing.SupportsInt,
1607216086
arg2: collections.abc.Sequence[str],
1607316087
arg3: collections.abc.Sequence[str],
16088+
arg4: Arena,
1607416089
) -> None: ...
1607516090
def get_num_neighbors(self) -> int: ...
1607616091
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_8_0: ...
@@ -22631,5 +22646,5 @@ def write_single_level_plotfile(
2263122646

2263222647
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2263322648
__license__: str = "BSD-3-Clause-LBNL"
22634-
__version__: str = "25.08"
22649+
__version__: str = "25.09"
2263522650
IntVect = IntVect1D

src/amrex/space2d/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,4 +648,4 @@ def d_decl(x, y, z):
648648

649649
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
650650
__license__: str = "BSD-3-Clause-LBNL"
651-
__version__: str = "25.08"
651+
__version__: str = "25.09"

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5496,7 +5496,7 @@ class BoxArray:
54965496
def size(self) -> int: ...
54975497

54985498
class Config:
5499-
amrex_version: typing.ClassVar[str] = "25.08"
5499+
amrex_version: typing.ClassVar[str] = "25.09"
55005500
gpu_backend = None
55015501
have_eb: typing.ClassVar[bool] = True
55025502
have_gpu: typing.ClassVar[bool] = False
@@ -16054,6 +16054,7 @@ class ParticleTile_16_4_0_0_arena:
1605416054
arg1: typing.SupportsInt,
1605516055
arg2: collections.abc.Sequence[str],
1605616056
arg3: collections.abc.Sequence[str],
16057+
arg4: Arena,
1605716058
) -> None: ...
1605816059
def get_array_of_structs(self) -> ArrayOfStructs_16_4_arena: ...
1605916060
def get_num_neighbors(self) -> int: ...
@@ -16143,6 +16144,7 @@ class ParticleTile_16_4_0_0_default:
1614316144
arg1: typing.SupportsInt,
1614416145
arg2: collections.abc.Sequence[str],
1614516146
arg3: collections.abc.Sequence[str],
16147+
arg4: Arena,
1614616148
) -> None: ...
1614716149
def get_array_of_structs(self) -> ArrayOfStructs_16_4_default: ...
1614816150
def get_num_neighbors(self) -> int: ...
@@ -16232,6 +16234,7 @@ class ParticleTile_16_4_0_0_pinned:
1623216234
arg1: typing.SupportsInt,
1623316235
arg2: collections.abc.Sequence[str],
1623416236
arg3: collections.abc.Sequence[str],
16237+
arg4: Arena,
1623516238
) -> None: ...
1623616239
def get_array_of_structs(self) -> ArrayOfStructs_16_4_pinned: ...
1623716240
def get_num_neighbors(self) -> int: ...
@@ -16321,6 +16324,7 @@ class ParticleTile_2_1_3_1_arena:
1632116324
arg1: typing.SupportsInt,
1632216325
arg2: collections.abc.Sequence[str],
1632316326
arg3: collections.abc.Sequence[str],
16327+
arg4: Arena,
1632416328
) -> None: ...
1632516329
def get_array_of_structs(self) -> ArrayOfStructs_2_1_arena: ...
1632616330
def get_num_neighbors(self) -> int: ...
@@ -16410,6 +16414,7 @@ class ParticleTile_2_1_3_1_default:
1641016414
arg1: typing.SupportsInt,
1641116415
arg2: collections.abc.Sequence[str],
1641216416
arg3: collections.abc.Sequence[str],
16417+
arg4: Arena,
1641316418
) -> None: ...
1641416419
def get_array_of_structs(self) -> ArrayOfStructs_2_1_default: ...
1641516420
def get_num_neighbors(self) -> int: ...
@@ -16499,6 +16504,7 @@ class ParticleTile_2_1_3_1_pinned:
1649916504
arg1: typing.SupportsInt,
1650016505
arg2: collections.abc.Sequence[str],
1650116506
arg3: collections.abc.Sequence[str],
16507+
arg4: Arena,
1650216508
) -> None: ...
1650316509
def get_array_of_structs(self) -> ArrayOfStructs_2_1_pinned: ...
1650416510
def get_num_neighbors(self) -> int: ...
@@ -16588,6 +16594,7 @@ class ParticleTile_pureSoA_2_0_arena:
1658816594
arg1: typing.SupportsInt,
1658916595
arg2: collections.abc.Sequence[str],
1659016596
arg3: collections.abc.Sequence[str],
16597+
arg4: Arena,
1659116598
) -> None: ...
1659216599
def get_num_neighbors(self) -> int: ...
1659316600
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_2_0: ...
@@ -16670,6 +16677,7 @@ class ParticleTile_pureSoA_2_0_default:
1667016677
arg1: typing.SupportsInt,
1667116678
arg2: collections.abc.Sequence[str],
1667216679
arg3: collections.abc.Sequence[str],
16680+
arg4: Arena,
1667316681
) -> None: ...
1667416682
def get_num_neighbors(self) -> int: ...
1667516683
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_2_0: ...
@@ -16752,6 +16760,7 @@ class ParticleTile_pureSoA_2_0_pinned:
1675216760
arg1: typing.SupportsInt,
1675316761
arg2: collections.abc.Sequence[str],
1675416762
arg3: collections.abc.Sequence[str],
16763+
arg4: Arena,
1675516764
) -> None: ...
1675616765
def get_num_neighbors(self) -> int: ...
1675716766
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_2_0: ...
@@ -16834,6 +16843,7 @@ class ParticleTile_pureSoA_6_0_arena:
1683416843
arg1: typing.SupportsInt,
1683516844
arg2: collections.abc.Sequence[str],
1683616845
arg3: collections.abc.Sequence[str],
16846+
arg4: Arena,
1683716847
) -> None: ...
1683816848
def get_num_neighbors(self) -> int: ...
1683916849
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_6_0: ...
@@ -16916,6 +16926,7 @@ class ParticleTile_pureSoA_6_0_default:
1691616926
arg1: typing.SupportsInt,
1691716927
arg2: collections.abc.Sequence[str],
1691816928
arg3: collections.abc.Sequence[str],
16929+
arg4: Arena,
1691916930
) -> None: ...
1692016931
def get_num_neighbors(self) -> int: ...
1692116932
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_6_0: ...
@@ -16998,6 +17009,7 @@ class ParticleTile_pureSoA_6_0_pinned:
1699817009
arg1: typing.SupportsInt,
1699917010
arg2: collections.abc.Sequence[str],
1700017011
arg3: collections.abc.Sequence[str],
17012+
arg4: Arena,
1700117013
) -> None: ...
1700217014
def get_num_neighbors(self) -> int: ...
1700317015
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_6_0: ...
@@ -17080,6 +17092,7 @@ class ParticleTile_pureSoA_7_0_arena:
1708017092
arg1: typing.SupportsInt,
1708117093
arg2: collections.abc.Sequence[str],
1708217094
arg3: collections.abc.Sequence[str],
17095+
arg4: Arena,
1708317096
) -> None: ...
1708417097
def get_num_neighbors(self) -> int: ...
1708517098
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_7_0: ...
@@ -17162,6 +17175,7 @@ class ParticleTile_pureSoA_7_0_default:
1716217175
arg1: typing.SupportsInt,
1716317176
arg2: collections.abc.Sequence[str],
1716417177
arg3: collections.abc.Sequence[str],
17178+
arg4: Arena,
1716517179
) -> None: ...
1716617180
def get_num_neighbors(self) -> int: ...
1716717181
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_7_0: ...
@@ -17244,6 +17258,7 @@ class ParticleTile_pureSoA_7_0_pinned:
1724417258
arg1: typing.SupportsInt,
1724517259
arg2: collections.abc.Sequence[str],
1724617260
arg3: collections.abc.Sequence[str],
17261+
arg4: Arena,
1724717262
) -> None: ...
1724817263
def get_num_neighbors(self) -> int: ...
1724917264
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_7_0: ...
@@ -17326,6 +17341,7 @@ class ParticleTile_pureSoA_8_0_arena:
1732617341
arg1: typing.SupportsInt,
1732717342
arg2: collections.abc.Sequence[str],
1732817343
arg3: collections.abc.Sequence[str],
17344+
arg4: Arena,
1732917345
) -> None: ...
1733017346
def get_num_neighbors(self) -> int: ...
1733117347
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_8_0: ...
@@ -17408,6 +17424,7 @@ class ParticleTile_pureSoA_8_0_default:
1740817424
arg1: typing.SupportsInt,
1740917425
arg2: collections.abc.Sequence[str],
1741017426
arg3: collections.abc.Sequence[str],
17427+
arg4: Arena,
1741117428
) -> None: ...
1741217429
def get_num_neighbors(self) -> int: ...
1741317430
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_8_0: ...
@@ -17490,6 +17507,7 @@ class ParticleTile_pureSoA_8_0_pinned:
1749017507
arg1: typing.SupportsInt,
1749117508
arg2: collections.abc.Sequence[str],
1749217509
arg3: collections.abc.Sequence[str],
17510+
arg4: Arena,
1749317511
) -> None: ...
1749417512
def get_num_neighbors(self) -> int: ...
1749517513
def get_particle_tile_data(self) -> ParticleTileData_pureSoA_8_0: ...
@@ -24660,5 +24678,5 @@ def write_single_level_plotfile(
2466024678

2466124679
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2466224680
__license__: str = "BSD-3-Clause-LBNL"
24663-
__version__: str = "25.08"
24681+
__version__: str = "25.09"
2466424682
IntVect = IntVect2D

src/amrex/space3d/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,4 +600,4 @@ def d_decl(x, y, z):
600600

601601
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
602602
__license__: str = "BSD-3-Clause-LBNL"
603-
__version__: str = "25.08"
603+
__version__: str = "25.09"

0 commit comments

Comments
 (0)