Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and ax3l committed Aug 14, 2024
1 parent 3a9a8c4 commit 81357be
Show file tree
Hide file tree
Showing 6 changed files with 186 additions and 198 deletions.
62 changes: 30 additions & 32 deletions src/amrex/space1d/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
"""
amrex
-----
.. currentmodule:: amrex
amrex
-----
.. currentmodule:: amrex
.. autosummary::
:toctree: _generate
AmrInfo
AmrMesh
Arena
ArrayOfStructs
Box
RealBox
BoxArray
Dim3
FArrayBox
IntVect
IndexType
RealVect
MultiFab
ParallelDescriptor
Particle
ParmParse
ParticleTile
ParticleContainer
Periodicity
PlotFileUtil
PODVector
StructOfArrays
Utility
Vector
.. autosummary::
:toctree: _generate
AmrInfo
AmrMesh
Arena
ArrayOfStructs
Box
RealBox
BoxArray
Dim3
FArrayBox
IntVect
IndexType
RealVect
MultiFab
ParallelDescriptor
Particle
ParmParse
ParticleTile
ParticleContainer
Periodicity
PlotFileUtil
PODVector
StructOfArrays
Utility
Vector
"""

Expand Down Expand Up @@ -553,8 +553,6 @@ def d_decl(x, y, z):
Return a tuple of the first passed element
"""

__author__: str = (
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
)
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
__license__: str = "BSD-3-Clause-LBNL"
__version__: str = "24.08"
66 changes: 32 additions & 34 deletions src/amrex/space1d/amrex_1d_pybind/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
"""

amrex
-----
.. currentmodule:: amrex

.. autosummary::
:toctree: _generate
AmrInfo
AmrMesh
Arena
ArrayOfStructs
Box
RealBox
BoxArray
Dim3
FArrayBox
IntVect
IndexType
RealVect
MultiFab
ParallelDescriptor
Particle
ParmParse
ParticleTile
ParticleContainer
Periodicity
PlotFileUtil
PODVector
StructOfArrays
Utility
Vector
amrex
-----
.. currentmodule:: amrex

.. autosummary::
:toctree: _generate
AmrInfo
AmrMesh
Arena
ArrayOfStructs
Box
RealBox
BoxArray
Dim3
FArrayBox
IntVect
IndexType
RealVect
MultiFab
ParallelDescriptor
Particle
ParmParse
ParticleTile
ParticleContainer
Periodicity
PlotFileUtil
PODVector
StructOfArrays
Utility
Vector

"""

Expand Down Expand Up @@ -5589,7 +5589,7 @@ class Geometry(CoordSys):
"""

def ResetDefaultPeriodicity(
self: typing.Annotated[list[int], pybind11_stubgen.typing_ext.FixedSize(1)]
self: typing.Annotated[list[int], pybind11_stubgen.typing_ext.FixedSize(1)],
) -> None:
"""
Reset default periodicity of Geometry class with an Array of `int`
Expand Down Expand Up @@ -18841,9 +18841,7 @@ def write_single_level_plotfile(
Writes single level plotfile
"""

__author__: str = (
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
)
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
__license__: str = "BSD-3-Clause-LBNL"
__version__: str = "24.08"
IntVect = IntVect1D
62 changes: 30 additions & 32 deletions src/amrex/space2d/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
"""
amrex
-----
.. currentmodule:: amrex
amrex
-----
.. currentmodule:: amrex
.. autosummary::
:toctree: _generate
AmrInfo
AmrMesh
Arena
ArrayOfStructs
Box
RealBox
BoxArray
Dim3
FArrayBox
IntVect
IndexType
RealVect
MultiFab
ParallelDescriptor
Particle
ParmParse
ParticleTile
ParticleContainer
Periodicity
PlotFileUtil
PODVector
StructOfArrays
Utility
Vector
.. autosummary::
:toctree: _generate
AmrInfo
AmrMesh
Arena
ArrayOfStructs
Box
RealBox
BoxArray
Dim3
FArrayBox
IntVect
IndexType
RealVect
MultiFab
ParallelDescriptor
Particle
ParmParse
ParticleTile
ParticleContainer
Periodicity
PlotFileUtil
PODVector
StructOfArrays
Utility
Vector
"""

Expand Down Expand Up @@ -601,8 +601,6 @@ def d_decl(x, y, z):
Return a tuple of the first two passed elements
"""

__author__: str = (
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
)
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
__license__: str = "BSD-3-Clause-LBNL"
__version__: str = "24.08"
66 changes: 32 additions & 34 deletions src/amrex/space2d/amrex_2d_pybind/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
"""

amrex
-----
.. currentmodule:: amrex

.. autosummary::
:toctree: _generate
AmrInfo
AmrMesh
Arena
ArrayOfStructs
Box
RealBox
BoxArray
Dim3
FArrayBox
IntVect
IndexType
RealVect
MultiFab
ParallelDescriptor
Particle
ParmParse
ParticleTile
ParticleContainer
Periodicity
PlotFileUtil
PODVector
StructOfArrays
Utility
Vector
amrex
-----
.. currentmodule:: amrex

.. autosummary::
:toctree: _generate
AmrInfo
AmrMesh
Arena
ArrayOfStructs
Box
RealBox
BoxArray
Dim3
FArrayBox
IntVect
IndexType
RealVect
MultiFab
ParallelDescriptor
Particle
ParmParse
ParticleTile
ParticleContainer
Periodicity
PlotFileUtil
PODVector
StructOfArrays
Utility
Vector

"""

Expand Down Expand Up @@ -5613,7 +5613,7 @@ class Geometry(CoordSys):
"""

def ResetDefaultPeriodicity(
self: typing.Annotated[list[int], pybind11_stubgen.typing_ext.FixedSize(2)]
self: typing.Annotated[list[int], pybind11_stubgen.typing_ext.FixedSize(2)],
) -> None:
"""
Reset default periodicity of Geometry class with an Array of `int`
Expand Down Expand Up @@ -20686,9 +20686,7 @@ def write_single_level_plotfile(
Writes single level plotfile
"""

__author__: str = (
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
)
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
__license__: str = "BSD-3-Clause-LBNL"
__version__: str = "24.08"
IntVect = IntVect2D
62 changes: 30 additions & 32 deletions src/amrex/space3d/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
"""
amrex
-----
.. currentmodule:: amrex
amrex
-----
.. currentmodule:: amrex
.. autosummary::
:toctree: _generate
AmrInfo
AmrMesh
Arena
ArrayOfStructs
Box
RealBox
BoxArray
Dim3
FArrayBox
IntVect
IndexType
RealVect
MultiFab
ParallelDescriptor
Particle
ParmParse
ParticleTile
ParticleContainer
Periodicity
PlotFileUtil
PODVector
StructOfArrays
Utility
Vector
.. autosummary::
:toctree: _generate
AmrInfo
AmrMesh
Arena
ArrayOfStructs
Box
RealBox
BoxArray
Dim3
FArrayBox
IntVect
IndexType
RealVect
MultiFab
ParallelDescriptor
Particle
ParmParse
ParticleTile
ParticleContainer
Periodicity
PlotFileUtil
PODVector
StructOfArrays
Utility
Vector
"""

Expand Down Expand Up @@ -553,8 +553,6 @@ def d_decl(x, y, z):
Return a tuple of the three passed elements
"""

__author__: str = (
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
)
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
__license__: str = "BSD-3-Clause-LBNL"
__version__: str = "24.08"
Loading

0 comments on commit 81357be

Please sign in to comment.