Skip to content

Commit 81357be

Browse files
pre-commit-ci[bot]ax3l
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
1 parent 3a9a8c4 commit 81357be

File tree

6 files changed

+186
-198
lines changed

6 files changed

+186
-198
lines changed

src/amrex/space1d/__init__.pyi

+30-32
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
"""
22
3-
amrex
4-
-----
5-
.. currentmodule:: amrex
3+
amrex
4+
-----
5+
.. currentmodule:: amrex
66
7-
.. autosummary::
8-
:toctree: _generate
9-
AmrInfo
10-
AmrMesh
11-
Arena
12-
ArrayOfStructs
13-
Box
14-
RealBox
15-
BoxArray
16-
Dim3
17-
FArrayBox
18-
IntVect
19-
IndexType
20-
RealVect
21-
MultiFab
22-
ParallelDescriptor
23-
Particle
24-
ParmParse
25-
ParticleTile
26-
ParticleContainer
27-
Periodicity
28-
PlotFileUtil
29-
PODVector
30-
StructOfArrays
31-
Utility
32-
Vector
7+
.. autosummary::
8+
:toctree: _generate
9+
AmrInfo
10+
AmrMesh
11+
Arena
12+
ArrayOfStructs
13+
Box
14+
RealBox
15+
BoxArray
16+
Dim3
17+
FArrayBox
18+
IntVect
19+
IndexType
20+
RealVect
21+
MultiFab
22+
ParallelDescriptor
23+
Particle
24+
ParmParse
25+
ParticleTile
26+
ParticleContainer
27+
Periodicity
28+
PlotFileUtil
29+
PODVector
30+
StructOfArrays
31+
Utility
32+
Vector
3333
3434
"""
3535

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

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

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

+32-34
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
"""
22

3-
amrex
4-
-----
5-
.. currentmodule:: amrex
6-
7-
.. autosummary::
8-
:toctree: _generate
9-
AmrInfo
10-
AmrMesh
11-
Arena
12-
ArrayOfStructs
13-
Box
14-
RealBox
15-
BoxArray
16-
Dim3
17-
FArrayBox
18-
IntVect
19-
IndexType
20-
RealVect
21-
MultiFab
22-
ParallelDescriptor
23-
Particle
24-
ParmParse
25-
ParticleTile
26-
ParticleContainer
27-
Periodicity
28-
PlotFileUtil
29-
PODVector
30-
StructOfArrays
31-
Utility
32-
Vector
3+
amrex
4+
-----
5+
.. currentmodule:: amrex
6+
7+
.. autosummary::
8+
:toctree: _generate
9+
AmrInfo
10+
AmrMesh
11+
Arena
12+
ArrayOfStructs
13+
Box
14+
RealBox
15+
BoxArray
16+
Dim3
17+
FArrayBox
18+
IntVect
19+
IndexType
20+
RealVect
21+
MultiFab
22+
ParallelDescriptor
23+
Particle
24+
ParmParse
25+
ParticleTile
26+
ParticleContainer
27+
Periodicity
28+
PlotFileUtil
29+
PODVector
30+
StructOfArrays
31+
Utility
32+
Vector
3333

3434
"""
3535

@@ -5589,7 +5589,7 @@ class Geometry(CoordSys):
55895589
"""
55905590

55915591
def ResetDefaultPeriodicity(
5592-
self: typing.Annotated[list[int], pybind11_stubgen.typing_ext.FixedSize(1)]
5592+
self: typing.Annotated[list[int], pybind11_stubgen.typing_ext.FixedSize(1)],
55935593
) -> None:
55945594
"""
55955595
Reset default periodicity of Geometry class with an Array of `int`
@@ -18841,9 +18841,7 @@ def write_single_level_plotfile(
1884118841
Writes single level plotfile
1884218842
"""
1884318843

18844-
__author__: str = (
18845-
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
18846-
)
18844+
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
1884718845
__license__: str = "BSD-3-Clause-LBNL"
1884818846
__version__: str = "24.08"
1884918847
IntVect = IntVect1D

src/amrex/space2d/__init__.pyi

+30-32
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
"""
22
3-
amrex
4-
-----
5-
.. currentmodule:: amrex
3+
amrex
4+
-----
5+
.. currentmodule:: amrex
66
7-
.. autosummary::
8-
:toctree: _generate
9-
AmrInfo
10-
AmrMesh
11-
Arena
12-
ArrayOfStructs
13-
Box
14-
RealBox
15-
BoxArray
16-
Dim3
17-
FArrayBox
18-
IntVect
19-
IndexType
20-
RealVect
21-
MultiFab
22-
ParallelDescriptor
23-
Particle
24-
ParmParse
25-
ParticleTile
26-
ParticleContainer
27-
Periodicity
28-
PlotFileUtil
29-
PODVector
30-
StructOfArrays
31-
Utility
32-
Vector
7+
.. autosummary::
8+
:toctree: _generate
9+
AmrInfo
10+
AmrMesh
11+
Arena
12+
ArrayOfStructs
13+
Box
14+
RealBox
15+
BoxArray
16+
Dim3
17+
FArrayBox
18+
IntVect
19+
IndexType
20+
RealVect
21+
MultiFab
22+
ParallelDescriptor
23+
Particle
24+
ParmParse
25+
ParticleTile
26+
ParticleContainer
27+
Periodicity
28+
PlotFileUtil
29+
PODVector
30+
StructOfArrays
31+
Utility
32+
Vector
3333
3434
"""
3535

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

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

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

+32-34
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
"""
22

3-
amrex
4-
-----
5-
.. currentmodule:: amrex
6-
7-
.. autosummary::
8-
:toctree: _generate
9-
AmrInfo
10-
AmrMesh
11-
Arena
12-
ArrayOfStructs
13-
Box
14-
RealBox
15-
BoxArray
16-
Dim3
17-
FArrayBox
18-
IntVect
19-
IndexType
20-
RealVect
21-
MultiFab
22-
ParallelDescriptor
23-
Particle
24-
ParmParse
25-
ParticleTile
26-
ParticleContainer
27-
Periodicity
28-
PlotFileUtil
29-
PODVector
30-
StructOfArrays
31-
Utility
32-
Vector
3+
amrex
4+
-----
5+
.. currentmodule:: amrex
6+
7+
.. autosummary::
8+
:toctree: _generate
9+
AmrInfo
10+
AmrMesh
11+
Arena
12+
ArrayOfStructs
13+
Box
14+
RealBox
15+
BoxArray
16+
Dim3
17+
FArrayBox
18+
IntVect
19+
IndexType
20+
RealVect
21+
MultiFab
22+
ParallelDescriptor
23+
Particle
24+
ParmParse
25+
ParticleTile
26+
ParticleContainer
27+
Periodicity
28+
PlotFileUtil
29+
PODVector
30+
StructOfArrays
31+
Utility
32+
Vector
3333

3434
"""
3535

@@ -5613,7 +5613,7 @@ class Geometry(CoordSys):
56135613
"""
56145614

56155615
def ResetDefaultPeriodicity(
5616-
self: typing.Annotated[list[int], pybind11_stubgen.typing_ext.FixedSize(2)]
5616+
self: typing.Annotated[list[int], pybind11_stubgen.typing_ext.FixedSize(2)],
56175617
) -> None:
56185618
"""
56195619
Reset default periodicity of Geometry class with an Array of `int`
@@ -20686,9 +20686,7 @@ def write_single_level_plotfile(
2068620686
Writes single level plotfile
2068720687
"""
2068820688

20689-
__author__: str = (
20690-
"Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
20691-
)
20689+
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
2069220690
__license__: str = "BSD-3-Clause-LBNL"
2069320691
__version__: str = "24.08"
2069420692
IntVect = IntVect2D

src/amrex/space3d/__init__.pyi

+30-32
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
"""
22
3-
amrex
4-
-----
5-
.. currentmodule:: amrex
3+
amrex
4+
-----
5+
.. currentmodule:: amrex
66
7-
.. autosummary::
8-
:toctree: _generate
9-
AmrInfo
10-
AmrMesh
11-
Arena
12-
ArrayOfStructs
13-
Box
14-
RealBox
15-
BoxArray
16-
Dim3
17-
FArrayBox
18-
IntVect
19-
IndexType
20-
RealVect
21-
MultiFab
22-
ParallelDescriptor
23-
Particle
24-
ParmParse
25-
ParticleTile
26-
ParticleContainer
27-
Periodicity
28-
PlotFileUtil
29-
PODVector
30-
StructOfArrays
31-
Utility
32-
Vector
7+
.. autosummary::
8+
:toctree: _generate
9+
AmrInfo
10+
AmrMesh
11+
Arena
12+
ArrayOfStructs
13+
Box
14+
RealBox
15+
BoxArray
16+
Dim3
17+
FArrayBox
18+
IntVect
19+
IndexType
20+
RealVect
21+
MultiFab
22+
ParallelDescriptor
23+
Particle
24+
ParmParse
25+
ParticleTile
26+
ParticleContainer
27+
Periodicity
28+
PlotFileUtil
29+
PODVector
30+
StructOfArrays
31+
Utility
32+
Vector
3333
3434
"""
3535

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

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

0 commit comments

Comments
 (0)