Skip to content

Commit 5042df9

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 536beda commit 5042df9

File tree

3 files changed

+192
-0
lines changed

3 files changed

+192
-0
lines changed

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10503,6 +10503,9 @@ class ParticleContainer_16_4_0_0_arena:
1050310503
"""
1050410504
add a new runtime component with type Int
1050510505
"""
10506+
def add_particles(
10507+
self, other: ParticleContainer_16_4_0_0_arena, local: bool = False
10508+
) -> None: ...
1050610509
def add_particles_at_level(
1050710510
self, particles: ParticleTile_16_4_0_0_arena, level: int, ngrow: int = 0
1050810511
) -> None: ...
@@ -10551,6 +10554,7 @@ class ParticleContainer_16_4_0_0_arena:
1055110554
def init_random_per_box(
1055210555
self, arg0: int, arg1: int, arg2: ParticleInitType_16_4_0_0
1055310556
) -> None: ...
10557+
def make_alike(self) -> ParticleContainer_16_4_0_0_arena: ...
1055410558
def num_local_tiles_at_level(self, arg0: int) -> int: ...
1055510559
def number_of_particles_at_level(
1055610560
self, level: int, only_valid: bool = True, only_local: bool = False
@@ -10707,6 +10711,9 @@ class ParticleContainer_16_4_0_0_default:
1070710711
"""
1070810712
add a new runtime component with type Int
1070910713
"""
10714+
def add_particles(
10715+
self, other: ParticleContainer_16_4_0_0_default, local: bool = False
10716+
) -> None: ...
1071010717
def add_particles_at_level(
1071110718
self, particles: ParticleTile_16_4_0_0_default, level: int, ngrow: int = 0
1071210719
) -> None: ...
@@ -10755,6 +10762,7 @@ class ParticleContainer_16_4_0_0_default:
1075510762
def init_random_per_box(
1075610763
self, arg0: int, arg1: int, arg2: ParticleInitType_16_4_0_0
1075710764
) -> None: ...
10765+
def make_alike(self) -> ParticleContainer_16_4_0_0_default: ...
1075810766
def num_local_tiles_at_level(self, arg0: int) -> int: ...
1075910767
def number_of_particles_at_level(
1076010768
self, level: int, only_valid: bool = True, only_local: bool = False
@@ -10911,6 +10919,9 @@ class ParticleContainer_16_4_0_0_pinned:
1091110919
"""
1091210920
add a new runtime component with type Int
1091310921
"""
10922+
def add_particles(
10923+
self, other: ParticleContainer_16_4_0_0_pinned, local: bool = False
10924+
) -> None: ...
1091410925
def add_particles_at_level(
1091510926
self, particles: ParticleTile_16_4_0_0_pinned, level: int, ngrow: int = 0
1091610927
) -> None: ...
@@ -10959,6 +10970,7 @@ class ParticleContainer_16_4_0_0_pinned:
1095910970
def init_random_per_box(
1096010971
self, arg0: int, arg1: int, arg2: ParticleInitType_16_4_0_0
1096110972
) -> None: ...
10973+
def make_alike(self) -> ParticleContainer_16_4_0_0_pinned: ...
1096210974
def num_local_tiles_at_level(self, arg0: int) -> int: ...
1096310975
def number_of_particles_at_level(
1096410976
self, level: int, only_valid: bool = True, only_local: bool = False
@@ -11115,6 +11127,9 @@ class ParticleContainer_2_1_3_1_arena:
1111511127
"""
1111611128
add a new runtime component with type Int
1111711129
"""
11130+
def add_particles(
11131+
self, other: ParticleContainer_2_1_3_1_arena, local: bool = False
11132+
) -> None: ...
1111811133
def add_particles_at_level(
1111911134
self, particles: ParticleTile_2_1_3_1_arena, level: int, ngrow: int = 0
1112011135
) -> None: ...
@@ -11163,6 +11178,7 @@ class ParticleContainer_2_1_3_1_arena:
1116311178
def init_random_per_box(
1116411179
self, arg0: int, arg1: int, arg2: ParticleInitType_2_1_3_1
1116511180
) -> None: ...
11181+
def make_alike(self) -> ParticleContainer_2_1_3_1_arena: ...
1116611182
def num_local_tiles_at_level(self, arg0: int) -> int: ...
1116711183
def number_of_particles_at_level(
1116811184
self, level: int, only_valid: bool = True, only_local: bool = False
@@ -11319,6 +11335,9 @@ class ParticleContainer_2_1_3_1_default:
1131911335
"""
1132011336
add a new runtime component with type Int
1132111337
"""
11338+
def add_particles(
11339+
self, other: ParticleContainer_2_1_3_1_default, local: bool = False
11340+
) -> None: ...
1132211341
def add_particles_at_level(
1132311342
self, particles: ParticleTile_2_1_3_1_default, level: int, ngrow: int = 0
1132411343
) -> None: ...
@@ -11367,6 +11386,7 @@ class ParticleContainer_2_1_3_1_default:
1136711386
def init_random_per_box(
1136811387
self, arg0: int, arg1: int, arg2: ParticleInitType_2_1_3_1
1136911388
) -> None: ...
11389+
def make_alike(self) -> ParticleContainer_2_1_3_1_default: ...
1137011390
def num_local_tiles_at_level(self, arg0: int) -> int: ...
1137111391
def number_of_particles_at_level(
1137211392
self, level: int, only_valid: bool = True, only_local: bool = False
@@ -11523,6 +11543,9 @@ class ParticleContainer_2_1_3_1_pinned:
1152311543
"""
1152411544
add a new runtime component with type Int
1152511545
"""
11546+
def add_particles(
11547+
self, other: ParticleContainer_2_1_3_1_pinned, local: bool = False
11548+
) -> None: ...
1152611549
def add_particles_at_level(
1152711550
self, particles: ParticleTile_2_1_3_1_pinned, level: int, ngrow: int = 0
1152811551
) -> None: ...
@@ -11571,6 +11594,7 @@ class ParticleContainer_2_1_3_1_pinned:
1157111594
def init_random_per_box(
1157211595
self, arg0: int, arg1: int, arg2: ParticleInitType_2_1_3_1
1157311596
) -> None: ...
11597+
def make_alike(self) -> ParticleContainer_2_1_3_1_pinned: ...
1157411598
def num_local_tiles_at_level(self, arg0: int) -> int: ...
1157511599
def number_of_particles_at_level(
1157611600
self, level: int, only_valid: bool = True, only_local: bool = False
@@ -11727,6 +11751,9 @@ class ParticleContainer_pureSoA_1_0_arena:
1172711751
"""
1172811752
add a new runtime component with type Int
1172911753
"""
11754+
def add_particles(
11755+
self, other: ParticleContainer_pureSoA_1_0_arena, local: bool = False
11756+
) -> None: ...
1173011757
def add_particles_at_level(
1173111758
self, particles: ParticleTile_pureSoA_1_0_arena, level: int, ngrow: int = 0
1173211759
) -> None: ...
@@ -11769,6 +11796,7 @@ class ParticleContainer_pureSoA_1_0_arena:
1176911796
arg3: bool,
1177011797
arg4: RealBox,
1177111798
) -> None: ...
11799+
def make_alike(self) -> ParticleContainer_pureSoA_1_0_arena: ...
1177211800
def num_local_tiles_at_level(self, arg0: int) -> int: ...
1177311801
def number_of_particles_at_level(
1177411802
self, level: int, only_valid: bool = True, only_local: bool = False
@@ -11925,6 +11953,9 @@ class ParticleContainer_pureSoA_1_0_default:
1192511953
"""
1192611954
add a new runtime component with type Int
1192711955
"""
11956+
def add_particles(
11957+
self, other: ParticleContainer_pureSoA_1_0_default, local: bool = False
11958+
) -> None: ...
1192811959
def add_particles_at_level(
1192911960
self, particles: ParticleTile_pureSoA_1_0_default, level: int, ngrow: int = 0
1193011961
) -> None: ...
@@ -11967,6 +11998,7 @@ class ParticleContainer_pureSoA_1_0_default:
1196711998
arg3: bool,
1196811999
arg4: RealBox,
1196912000
) -> None: ...
12001+
def make_alike(self) -> ParticleContainer_pureSoA_1_0_default: ...
1197012002
def num_local_tiles_at_level(self, arg0: int) -> int: ...
1197112003
def number_of_particles_at_level(
1197212004
self, level: int, only_valid: bool = True, only_local: bool = False
@@ -12123,6 +12155,9 @@ class ParticleContainer_pureSoA_1_0_pinned:
1212312155
"""
1212412156
add a new runtime component with type Int
1212512157
"""
12158+
def add_particles(
12159+
self, other: ParticleContainer_pureSoA_1_0_pinned, local: bool = False
12160+
) -> None: ...
1212612161
def add_particles_at_level(
1212712162
self, particles: ParticleTile_pureSoA_1_0_pinned, level: int, ngrow: int = 0
1212812163
) -> None: ...
@@ -12165,6 +12200,7 @@ class ParticleContainer_pureSoA_1_0_pinned:
1216512200
arg3: bool,
1216612201
arg4: RealBox,
1216712202
) -> None: ...
12203+
def make_alike(self) -> ParticleContainer_pureSoA_1_0_pinned: ...
1216812204
def num_local_tiles_at_level(self, arg0: int) -> int: ...
1216912205
def number_of_particles_at_level(
1217012206
self, level: int, only_valid: bool = True, only_local: bool = False
@@ -12321,6 +12357,9 @@ class ParticleContainer_pureSoA_5_0_arena:
1232112357
"""
1232212358
add a new runtime component with type Int
1232312359
"""
12360+
def add_particles(
12361+
self, other: ParticleContainer_pureSoA_5_0_arena, local: bool = False
12362+
) -> None: ...
1232412363
def add_particles_at_level(
1232512364
self, particles: ParticleTile_pureSoA_5_0_arena, level: int, ngrow: int = 0
1232612365
) -> None: ...
@@ -12363,6 +12402,7 @@ class ParticleContainer_pureSoA_5_0_arena:
1236312402
arg3: bool,
1236412403
arg4: RealBox,
1236512404
) -> None: ...
12405+
def make_alike(self) -> ParticleContainer_pureSoA_5_0_arena: ...
1236612406
def num_local_tiles_at_level(self, arg0: int) -> int: ...
1236712407
def number_of_particles_at_level(
1236812408
self, level: int, only_valid: bool = True, only_local: bool = False
@@ -12519,6 +12559,9 @@ class ParticleContainer_pureSoA_5_0_default:
1251912559
"""
1252012560
add a new runtime component with type Int
1252112561
"""
12562+
def add_particles(
12563+
self, other: ParticleContainer_pureSoA_5_0_default, local: bool = False
12564+
) -> None: ...
1252212565
def add_particles_at_level(
1252312566
self, particles: ParticleTile_pureSoA_5_0_default, level: int, ngrow: int = 0
1252412567
) -> None: ...
@@ -12561,6 +12604,7 @@ class ParticleContainer_pureSoA_5_0_default:
1256112604
arg3: bool,
1256212605
arg4: RealBox,
1256312606
) -> None: ...
12607+
def make_alike(self) -> ParticleContainer_pureSoA_5_0_default: ...
1256412608
def num_local_tiles_at_level(self, arg0: int) -> int: ...
1256512609
def number_of_particles_at_level(
1256612610
self, level: int, only_valid: bool = True, only_local: bool = False
@@ -12717,6 +12761,9 @@ class ParticleContainer_pureSoA_5_0_pinned:
1271712761
"""
1271812762
add a new runtime component with type Int
1271912763
"""
12764+
def add_particles(
12765+
self, other: ParticleContainer_pureSoA_5_0_pinned, local: bool = False
12766+
) -> None: ...
1272012767
def add_particles_at_level(
1272112768
self, particles: ParticleTile_pureSoA_5_0_pinned, level: int, ngrow: int = 0
1272212769
) -> None: ...
@@ -12759,6 +12806,7 @@ class ParticleContainer_pureSoA_5_0_pinned:
1275912806
arg3: bool,
1276012807
arg4: RealBox,
1276112808
) -> None: ...
12809+
def make_alike(self) -> ParticleContainer_pureSoA_5_0_pinned: ...
1276212810
def num_local_tiles_at_level(self, arg0: int) -> int: ...
1276312811
def number_of_particles_at_level(
1276412812
self, level: int, only_valid: bool = True, only_local: bool = False
@@ -12915,6 +12963,9 @@ class ParticleContainer_pureSoA_8_0_arena:
1291512963
"""
1291612964
add a new runtime component with type Int
1291712965
"""
12966+
def add_particles(
12967+
self, other: ParticleContainer_pureSoA_8_0_arena, local: bool = False
12968+
) -> None: ...
1291812969
def add_particles_at_level(
1291912970
self, particles: ParticleTile_pureSoA_8_0_arena, level: int, ngrow: int = 0
1292012971
) -> None: ...
@@ -12957,6 +13008,7 @@ class ParticleContainer_pureSoA_8_0_arena:
1295713008
arg3: bool,
1295813009
arg4: RealBox,
1295913010
) -> None: ...
13011+
def make_alike(self) -> ParticleContainer_pureSoA_8_0_arena: ...
1296013012
def num_local_tiles_at_level(self, arg0: int) -> int: ...
1296113013
def number_of_particles_at_level(
1296213014
self, level: int, only_valid: bool = True, only_local: bool = False
@@ -13113,6 +13165,9 @@ class ParticleContainer_pureSoA_8_0_default:
1311313165
"""
1311413166
add a new runtime component with type Int
1311513167
"""
13168+
def add_particles(
13169+
self, other: ParticleContainer_pureSoA_8_0_default, local: bool = False
13170+
) -> None: ...
1311613171
def add_particles_at_level(
1311713172
self, particles: ParticleTile_pureSoA_8_0_default, level: int, ngrow: int = 0
1311813173
) -> None: ...
@@ -13155,6 +13210,7 @@ class ParticleContainer_pureSoA_8_0_default:
1315513210
arg3: bool,
1315613211
arg4: RealBox,
1315713212
) -> None: ...
13213+
def make_alike(self) -> ParticleContainer_pureSoA_8_0_default: ...
1315813214
def num_local_tiles_at_level(self, arg0: int) -> int: ...
1315913215
def number_of_particles_at_level(
1316013216
self, level: int, only_valid: bool = True, only_local: bool = False
@@ -13311,6 +13367,9 @@ class ParticleContainer_pureSoA_8_0_pinned:
1331113367
"""
1331213368
add a new runtime component with type Int
1331313369
"""
13370+
def add_particles(
13371+
self, other: ParticleContainer_pureSoA_8_0_pinned, local: bool = False
13372+
) -> None: ...
1331413373
def add_particles_at_level(
1331513374
self, particles: ParticleTile_pureSoA_8_0_pinned, level: int, ngrow: int = 0
1331613375
) -> None: ...
@@ -13353,6 +13412,7 @@ class ParticleContainer_pureSoA_8_0_pinned:
1335313412
arg3: bool,
1335413413
arg4: RealBox,
1335513414
) -> None: ...
13415+
def make_alike(self) -> ParticleContainer_pureSoA_8_0_pinned: ...
1335613416
def num_local_tiles_at_level(self, arg0: int) -> int: ...
1335713417
def number_of_particles_at_level(
1335813418
self, level: int, only_valid: bool = True, only_local: bool = False

0 commit comments

Comments
 (0)