diff --git a/src/amrex/space1d/__init__.pyi b/src/amrex/space1d/__init__.pyi index 5acf98ea..ccb9c2d5 100644 --- a/src/amrex/space1d/__init__.pyi +++ b/src/amrex/space1d/__init__.pyi @@ -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 """ @@ -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" diff --git a/src/amrex/space1d/amrex_1d_pybind/__init__.pyi b/src/amrex/space1d/amrex_1d_pybind/__init__.pyi index 167995b4..43237b8f 100644 --- a/src/amrex/space1d/amrex_1d_pybind/__init__.pyi +++ b/src/amrex/space1d/amrex_1d_pybind/__init__.pyi @@ -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 """ @@ -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` @@ -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 diff --git a/src/amrex/space2d/__init__.pyi b/src/amrex/space2d/__init__.pyi index 7f385e81..eda4c711 100644 --- a/src/amrex/space2d/__init__.pyi +++ b/src/amrex/space2d/__init__.pyi @@ -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 """ @@ -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" diff --git a/src/amrex/space2d/amrex_2d_pybind/__init__.pyi b/src/amrex/space2d/amrex_2d_pybind/__init__.pyi index c7814556..59281324 100644 --- a/src/amrex/space2d/amrex_2d_pybind/__init__.pyi +++ b/src/amrex/space2d/amrex_2d_pybind/__init__.pyi @@ -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 """ @@ -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` @@ -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 diff --git a/src/amrex/space3d/__init__.pyi b/src/amrex/space3d/__init__.pyi index 5fa93b4d..63551661 100644 --- a/src/amrex/space3d/__init__.pyi +++ b/src/amrex/space3d/__init__.pyi @@ -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 """ @@ -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" diff --git a/src/amrex/space3d/amrex_3d_pybind/__init__.pyi b/src/amrex/space3d/amrex_3d_pybind/__init__.pyi index e533fbc0..210e6719 100644 --- a/src/amrex/space3d/amrex_3d_pybind/__init__.pyi +++ b/src/amrex/space3d/amrex_3d_pybind/__init__.pyi @@ -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 """ @@ -5589,7 +5589,7 @@ class Geometry(CoordSys): """ def ResetDefaultPeriodicity( - self: typing.Annotated[list[int], pybind11_stubgen.typing_ext.FixedSize(3)] + self: typing.Annotated[list[int], pybind11_stubgen.typing_ext.FixedSize(3)], ) -> None: """ Reset default periodicity of Geometry class with an Array of `int` @@ -18875,9 +18875,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 = IntVect3D