Skip to content

Commit

Permalink
Update Stub Files
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored and github-actions[bot] committed Jan 6, 2025
1 parent 53483a4 commit 438c794
Show file tree
Hide file tree
Showing 6 changed files with 4,116 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/amrex/space1d/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ amrex
Periodicity
PlotFileUtil
PODVector
SmallMatrix
StructOfArrays
Utility
Vector
Expand All @@ -43,6 +44,7 @@ from amrex.extensions.ArrayOfStructs import register_AoS_extension
from amrex.extensions.MultiFab import register_MultiFab_extension
from amrex.extensions.ParticleContainer import register_ParticleContainer_extension
from amrex.extensions.PODVector import register_PODVector_extension
from amrex.extensions.SmallMatrix import register_SmallMatrix_extension
from amrex.extensions.StructOfArrays import register_SoA_extension
from amrex.space1d.amrex_1d_pybind import (
AlmostEqual,
Expand Down Expand Up @@ -233,6 +235,15 @@ from amrex.space1d.amrex_1d_pybind import (
PODVector_uint64_std,
RealBox,
RealVect,
SmallMatrix_1x6_F_SI1_double,
SmallMatrix_1x6_F_SI1_float,
SmallMatrix_1x6_F_SI1_longdouble,
SmallMatrix_6x1_F_SI1_double,
SmallMatrix_6x1_F_SI1_float,
SmallMatrix_6x1_F_SI1_longdouble,
SmallMatrix_6x6_F_SI1_double,
SmallMatrix_6x6_F_SI1_float,
SmallMatrix_6x6_F_SI1_longdouble,
StructOfArrays_0_0_arena,
StructOfArrays_0_0_default,
StructOfArrays_0_0_pinned,
Expand Down Expand Up @@ -482,6 +493,15 @@ __all__ = [
"Print",
"RealBox",
"RealVect",
"SmallMatrix_1x6_F_SI1_double",
"SmallMatrix_1x6_F_SI1_float",
"SmallMatrix_1x6_F_SI1_longdouble",
"SmallMatrix_6x1_F_SI1_double",
"SmallMatrix_6x1_F_SI1_float",
"SmallMatrix_6x1_F_SI1_longdouble",
"SmallMatrix_6x6_F_SI1_double",
"SmallMatrix_6x6_F_SI1_float",
"SmallMatrix_6x6_F_SI1_longdouble",
"StructOfArrays_0_0_arena",
"StructOfArrays_0_0_default",
"StructOfArrays_0_0_pinned",
Expand Down Expand Up @@ -538,6 +558,7 @@ __all__ = [
"register_MultiFab_extension",
"register_PODVector_extension",
"register_ParticleContainer_extension",
"register_SmallMatrix_extension",
"register_SoA_extension",
"size",
"ubound",
Expand Down
Loading

0 comments on commit 438c794

Please sign in to comment.