Skip to content

Commit c1f0039

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent 48a0666 commit c1f0039

File tree

6 files changed

+999
-186
lines changed

6 files changed

+999
-186
lines changed

src/amrex/space1d/__init__.pyi

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ from amrex.space1d.amrex_1d_pybind import (
103103
FArrayBox,
104104
Geometry,
105105
GeometryData,
106+
GrowthStrategy,
106107
IndexType,
107108
IntVect1D,
108109
IntVect2D,
@@ -360,14 +361,17 @@ __all__: list[str] = [
360361
"Dim3",
361362
"Direction",
362363
"DistributionMapping",
364+
"Exact",
363365
"FArrayBox",
364366
"FabArrayBase",
365367
"FabArray_FArrayBox",
366368
"FabArray_IArrayBox",
367369
"FabFactory_FArrayBox",
368370
"FabFactory_IArrayBox",
371+
"Geometric",
369372
"Geometry",
370373
"GeometryData",
374+
"GrowthStrategy",
371375
"IndexType",
372376
"IntVect",
373377
"IntVect1D",
@@ -504,6 +508,7 @@ __all__: list[str] = [
504508
"Particle_8_0",
505509
"Periodicity",
506510
"PlotFileData",
511+
"Poisson",
507512
"Print",
508513
"RealBox",
509514
"RealVect",
@@ -598,6 +603,9 @@ def d_decl(x, y, z):
598603
Return a tuple of the first passed element
599604
"""
600605

606+
Exact: amrex_1d_pybind.GrowthStrategy # value = <GrowthStrategy.Exact: 1>
607+
Geometric: amrex_1d_pybind.GrowthStrategy # value = <GrowthStrategy.Geometric: 2>
608+
Poisson: amrex_1d_pybind.GrowthStrategy # value = <GrowthStrategy.Poisson: 0>
601609
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
602610
__license__: str = "BSD-3-Clause-LBNL"
603-
__version__: str = "25.11"
611+
__version__: str = "25.11-15-g4dad1664d746"

0 commit comments

Comments
 (0)