Skip to content

Commit

Permalink
Update Stub Files
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and github-actions[bot] committed Sep 13, 2023
1 parent 8b3495c commit 5d1c35b
Show file tree
Hide file tree
Showing 6 changed files with 7,764 additions and 3 deletions.
13 changes: 12 additions & 1 deletion src/amrex/space1d/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ from __future__ import annotations

import os as os

from amrex.Array4 import register_Array4_extension
from amrex.ArrayOfStructs import register_AoS_extension
from amrex.PODVector import register_PODVector_extension
from amrex.StructOfArrays import register_SoA_extension
from amrex.space1d.amrex_1d_pybind import (
AlmostEqual,
AMReX,
Expand Down Expand Up @@ -455,6 +459,10 @@ __all__ = [
"min",
"os",
"refine",
"register_AoS_extension",
"register_Array4_extension",
"register_PODVector_extension",
"register_SoA_extension",
"size",
"ubound",
"unpack_cpus",
Expand All @@ -467,7 +475,10 @@ def Print(*args, **kwargs):
Wrap amrex::Print() - only the IO processor writes
"""

def d_decl(x, y, z): ...
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"
__license__: str = "BSD-3-Clause-LBNL"
Expand Down
Loading

0 comments on commit 5d1c35b

Please sign in to comment.