From b54854f98ebebcf2669ad66fc297db0e7b8a7da9 Mon Sep 17 00:00:00 2001 From: ax3l Date: Wed, 8 Jan 2025 17:32:40 +0000 Subject: [PATCH] Update Stub Files --- .../space1d/amrex_1d_pybind/__init__.pyi | 432 +++++++++++++++- .../space2d/amrex_2d_pybind/__init__.pyi | 480 +++++++++++++++++- .../space3d/amrex_3d_pybind/__init__.pyi | 432 +++++++++++++++- 3 files changed, 1338 insertions(+), 6 deletions(-) diff --git a/src/amrex/space1d/amrex_1d_pybind/__init__.pyi b/src/amrex/space1d/amrex_1d_pybind/__init__.pyi index 2e4f939e..5aac6af4 100644 --- a/src/amrex/space1d/amrex_1d_pybind/__init__.pyi +++ b/src/amrex/space1d/amrex_1d_pybind/__init__.pyi @@ -299,6 +299,8 @@ __all__ = [ ] class AMReX: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def empty() -> bool: ... @staticmethod @@ -320,6 +322,8 @@ class AmrInfo: use_fixed_upto_level: int use_new_chop: bool verbose: int + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __repr__(self) -> str: ... def blocking_factor(self, arg0: int) -> IntVect1D: ... @@ -328,6 +332,8 @@ class AmrInfo: def ref_ratio(self, arg0: int) -> IntVect1D: ... class AmrMesh: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __init__(self) -> None: ... @typing.overload @@ -353,6 +359,8 @@ class AmrMesh: def verbose(self) -> int: ... class Arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def finalize() -> None: ... @staticmethod @@ -377,6 +385,8 @@ class Arena: def is_pinned(self) -> bool: ... class Array4_cdouble: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> complex: ... @typing.overload @@ -528,6 +538,8 @@ class Array4_cdouble: def size(self) -> int: ... class Array4_cdouble_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> complex: ... @typing.overload @@ -665,6 +677,8 @@ class Array4_cdouble_const: def size(self) -> int: ... class Array4_cfloat: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> complex: ... @typing.overload @@ -816,6 +830,8 @@ class Array4_cfloat: def size(self) -> int: ... class Array4_cfloat_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> complex: ... @typing.overload @@ -953,6 +969,8 @@ class Array4_cfloat_const: def size(self) -> int: ... class Array4_double: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> float: ... @typing.overload @@ -1104,6 +1122,8 @@ class Array4_double: def size(self) -> int: ... class Array4_double_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> float: ... @typing.overload @@ -1241,6 +1261,8 @@ class Array4_double_const: def size(self) -> int: ... class Array4_float: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> float: ... @typing.overload @@ -1392,6 +1414,8 @@ class Array4_float: def size(self) -> int: ... class Array4_float_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> float: ... @typing.overload @@ -1529,6 +1553,8 @@ class Array4_float_const: def size(self) -> int: ... class Array4_int: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> int: ... @typing.overload @@ -1680,6 +1706,8 @@ class Array4_int: def size(self) -> int: ... class Array4_int_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> int: ... @typing.overload @@ -1817,6 +1845,8 @@ class Array4_int_const: def size(self) -> int: ... class Array4_long: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> int: ... @typing.overload @@ -1968,6 +1998,8 @@ class Array4_long: def size(self) -> int: ... class Array4_long_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> int: ... @typing.overload @@ -2105,6 +2137,8 @@ class Array4_long_const: def size(self) -> int: ... class Array4_longdouble: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> float: ... @typing.overload @@ -2256,6 +2290,8 @@ class Array4_longdouble: def size(self) -> int: ... class Array4_longdouble_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> float: ... @typing.overload @@ -2393,6 +2429,8 @@ class Array4_longdouble_const: def size(self) -> int: ... class Array4_longlong: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> int: ... @typing.overload @@ -2544,6 +2582,8 @@ class Array4_longlong: def size(self) -> int: ... class Array4_longlong_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> int: ... @typing.overload @@ -2681,6 +2721,8 @@ class Array4_longlong_const: def size(self) -> int: ... class Array4_short: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> int: ... @typing.overload @@ -2832,6 +2874,8 @@ class Array4_short: def size(self) -> int: ... class Array4_short_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> int: ... @typing.overload @@ -2969,6 +3013,8 @@ class Array4_short_const: def size(self) -> int: ... class Array4_uint: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> int: ... @typing.overload @@ -3120,6 +3166,8 @@ class Array4_uint: def size(self) -> int: ... class Array4_uint_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> int: ... @typing.overload @@ -3257,6 +3305,8 @@ class Array4_uint_const: def size(self) -> int: ... class Array4_ulong: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> int: ... @typing.overload @@ -3408,6 +3458,8 @@ class Array4_ulong: def size(self) -> int: ... class Array4_ulong_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> int: ... @typing.overload @@ -3545,6 +3597,8 @@ class Array4_ulong_const: def size(self) -> int: ... class Array4_ulonglong: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> int: ... @typing.overload @@ -3696,6 +3750,8 @@ class Array4_ulonglong: def size(self) -> int: ... class Array4_ulonglong_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> int: ... @typing.overload @@ -3833,6 +3889,8 @@ class Array4_ulonglong_const: def size(self) -> int: ... class Array4_ushort: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> int: ... @typing.overload @@ -3984,6 +4042,8 @@ class Array4_ushort: def size(self) -> int: ... class Array4_ushort_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect1D) -> int: ... @typing.overload @@ -4121,6 +4181,8 @@ class Array4_ushort_const: def size(self) -> int: ... class ArrayOfStructs_16_4_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def test_sizes() -> None: ... def __getitem__(self, arg0: int) -> Particle_16_4: ... @@ -4215,6 +4277,8 @@ class ArrayOfStructs_16_4_arena: def __cuda_array_interface__(self) -> dict: ... class ArrayOfStructs_16_4_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def test_sizes() -> None: ... def __getitem__(self, arg0: int) -> Particle_16_4: ... @@ -4309,6 +4373,8 @@ class ArrayOfStructs_16_4_default: def __cuda_array_interface__(self) -> dict: ... class ArrayOfStructs_16_4_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def test_sizes() -> None: ... def __getitem__(self, arg0: int) -> Particle_16_4: ... @@ -4403,6 +4469,8 @@ class ArrayOfStructs_16_4_pinned: def __cuda_array_interface__(self) -> dict: ... class ArrayOfStructs_2_1_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def test_sizes() -> None: ... def __getitem__(self, arg0: int) -> Particle_2_1: ... @@ -4497,6 +4565,8 @@ class ArrayOfStructs_2_1_arena: def __cuda_array_interface__(self) -> dict: ... class ArrayOfStructs_2_1_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def test_sizes() -> None: ... def __getitem__(self, arg0: int) -> Particle_2_1: ... @@ -4591,6 +4661,8 @@ class ArrayOfStructs_2_1_default: def __cuda_array_interface__(self) -> dict: ... class ArrayOfStructs_2_1_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def test_sizes() -> None: ... def __getitem__(self, arg0: int) -> Particle_2_1: ... @@ -4685,6 +4757,8 @@ class ArrayOfStructs_2_1_pinned: def __cuda_array_interface__(self) -> dict: ... class BaseFab_Real: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __init__(self) -> None: ... @typing.overload @@ -4734,6 +4808,8 @@ class Box: hi_vect: IntVect1D lo_vect: IntVect1D small_end: IntVect1D + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __add__(self, arg0: IntVect1D) -> Box: ... def __iadd__(self, arg0: IntVect1D) -> Box: ... @typing.overload @@ -4927,6 +5003,8 @@ class Box: def volume(self) -> int: ... class BoxArray: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Box: ... @typing.overload def __init__(self) -> None: ... @@ -4984,6 +5062,8 @@ class Config: have_omp: typing.ClassVar[bool] = False spacedim: typing.ClassVar[int] = 1 verbose: typing.ClassVar[int] = 1 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... class CoordSys: class CoordType: @@ -5010,6 +5090,8 @@ class CoordSys: CoordSys.CoordType ] # value = undef: typing.ClassVar[CoordSys.CoordType] # value = + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __eq__(self, other: typing.Any) -> bool: ... def __getstate__(self) -> int: ... def __hash__(self) -> int: ... @@ -5029,6 +5111,8 @@ class CoordSys: SPHERICAL: typing.ClassVar[CoordSys.CoordType] # value = cartesian: typing.ClassVar[CoordSys.CoordType] # value = undef: typing.ClassVar[CoordSys.CoordType] # value = + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def Coord(self) -> CoordSys.CoordType: ... def CoordInt(self) -> int: ... def IsCartesian(self) -> bool: ... @@ -5046,14 +5130,19 @@ class Dim3: x: int y: int z: int + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self, arg0: int, arg1: int, arg2: int) -> None: ... def __repr__(self) -> str: ... def __str__(self) -> str: ... class Direction: - pass + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... class DistributionMapping: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def ProcessorMap(self) -> Vector_int: ... def __getitem__(self, arg0: int) -> int: ... @typing.overload @@ -5083,6 +5172,8 @@ class DistributionMapping: def size(self) -> int: ... class FArrayBox(BaseFab_Real): + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __init__(self) -> None: ... @typing.overload @@ -5110,6 +5201,8 @@ class FArrayBox(BaseFab_Real): class FabArrayBase: @staticmethod def __iter__(fab): ... + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def is_nodal(self, arg0: int) -> bool: ... @property def is_all_cell_centered(self) -> bool: ... @@ -5137,6 +5230,8 @@ class FabArrayBase: """ class FabArray_FArrayBox(FabArrayBase): + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def lin_comb( dst: FabArray_FArrayBox, @@ -5407,9 +5502,12 @@ class FabArray_FArrayBox(FabArrayBase): def has_EB_fab_factory(self) -> bool: ... class FabFactory_FArrayBox: - pass + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... class Geometry(CoordSys): + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def ProbHi(self, dir: int) -> float: """ @@ -5555,6 +5653,8 @@ class Geometry(CoordSys): def prob_domain(self, arg1: RealBox) -> None: ... class GeometryData: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def CellSize( self, @@ -5658,6 +5758,8 @@ class IndexType: __members__: typing.ClassVar[ dict[str, IndexType.CellIndex] ] # value = {'CELL': , 'NODE': } + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __eq__(self, other: typing.Any) -> bool: ... def __getstate__(self) -> int: ... def __hash__(self) -> int: ... @@ -5677,6 +5779,8 @@ class IndexType: NODE: typing.ClassVar[IndexType.CellIndex] # value = __hash__: typing.ClassVar[None] = None @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod def cell_type() -> IndexType: ... @staticmethod def node_type() -> IndexType: ... @@ -5717,6 +5821,8 @@ class IndexType: class IntVect1D: __hash__: typing.ClassVar[None] = None @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod def cell_vector() -> IntVect1D: ... @staticmethod def max_vector() -> IntVect1D: ... @@ -5799,6 +5905,8 @@ class IntVect1D: class IntVect2D: __hash__: typing.ClassVar[None] = None @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod def cell_vector() -> IntVect2D: ... @staticmethod def max_vector() -> IntVect2D: ... @@ -5883,6 +5991,8 @@ class IntVect2D: class IntVect3D: __hash__: typing.ClassVar[None] = None @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod def cell_vector() -> IntVect3D: ... @staticmethod def max_vector() -> IntVect3D: ... @@ -5968,6 +6078,8 @@ class MFInfo: alloc: bool arena: Arena tags: Vector_string + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def set_alloc(self, arg0: bool) -> MFInfo: ... def set_arena(self, arg0: Arena) -> MFInfo: ... @@ -5979,6 +6091,8 @@ class MFItInfo: dynamic: bool num_streams: int tilesize: IntVect1D + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def disable_device_sync(self) -> MFItInfo: ... def enable_tiling(self, ts: IntVect1D) -> MFItInfo: ... @@ -5988,6 +6102,8 @@ class MFItInfo: def use_default_stream(self) -> MFItInfo: ... class MFIter: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __init__(self, arg0: FabArrayBase) -> None: ... @typing.overload @@ -6039,6 +6155,8 @@ class MFIter: def length(self) -> int: ... class MPMD_Copier: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __init__(self, arg0: bool) -> None: ... @typing.overload @@ -6054,6 +6172,8 @@ class MultiFab(FabArray_FArrayBox): @staticmethod def __iter__(mfab): ... @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod @typing.overload def add( dst: MultiFab, @@ -6980,6 +7100,8 @@ class MultiFab(FabArray_FArrayBox): """ class PODVector_int_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> int: ... @typing.overload def __init__(self) -> None: ... @@ -7076,6 +7198,8 @@ class PODVector_int_arena: def __cuda_array_interface__(self) -> dict: ... class PODVector_int_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> int: ... @typing.overload def __init__(self) -> None: ... @@ -7172,6 +7296,8 @@ class PODVector_int_pinned: def __cuda_array_interface__(self) -> dict: ... class PODVector_int_std: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> int: ... @typing.overload def __init__(self) -> None: ... @@ -7268,6 +7394,8 @@ class PODVector_int_std: def __cuda_array_interface__(self) -> dict: ... class PODVector_real_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> float: ... @typing.overload def __init__(self) -> None: ... @@ -7364,6 +7492,8 @@ class PODVector_real_arena: def __cuda_array_interface__(self) -> dict: ... class PODVector_real_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> float: ... @typing.overload def __init__(self) -> None: ... @@ -7460,6 +7590,8 @@ class PODVector_real_pinned: def __cuda_array_interface__(self) -> dict: ... class PODVector_real_std: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> float: ... @typing.overload def __init__(self) -> None: ... @@ -7556,6 +7688,8 @@ class PODVector_real_std: def __cuda_array_interface__(self) -> dict: ... class PODVector_uint64_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> int: ... @typing.overload def __init__(self) -> None: ... @@ -7652,6 +7786,8 @@ class PODVector_uint64_arena: def __cuda_array_interface__(self) -> dict: ... class PODVector_uint64_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> int: ... @typing.overload def __init__(self) -> None: ... @@ -7748,6 +7884,8 @@ class PODVector_uint64_pinned: def __cuda_array_interface__(self) -> dict: ... class PODVector_uint64_std: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> int: ... @typing.overload def __init__(self) -> None: ... @@ -7845,6 +7983,8 @@ class PODVector_uint64_std: class ParConstIterBase_16_4_0_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_arena, level: int ) -> None: ... @@ -7893,6 +8033,8 @@ class ParConstIterBase_16_4_0_0_arena(MFIter): class ParConstIterBase_16_4_0_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_default, level: int ) -> None: ... @@ -7941,6 +8083,8 @@ class ParConstIterBase_16_4_0_0_default(MFIter): class ParConstIterBase_16_4_0_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_pinned, level: int ) -> None: ... @@ -7989,6 +8133,8 @@ class ParConstIterBase_16_4_0_0_pinned(MFIter): class ParConstIterBase_2_1_3_1_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_arena, level: int ) -> None: ... @@ -8037,6 +8183,8 @@ class ParConstIterBase_2_1_3_1_arena(MFIter): class ParConstIterBase_2_1_3_1_default(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_default, level: int ) -> None: ... @@ -8085,6 +8233,8 @@ class ParConstIterBase_2_1_3_1_default(MFIter): class ParConstIterBase_2_1_3_1_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_pinned, level: int ) -> None: ... @@ -8133,6 +8283,8 @@ class ParConstIterBase_2_1_3_1_pinned(MFIter): class ParConstIterBase_pureSoA_1_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_1_0_arena, level: int ) -> None: ... @@ -8180,6 +8332,8 @@ class ParConstIterBase_pureSoA_1_0_arena(MFIter): class ParConstIterBase_pureSoA_1_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_1_0_default, level: int ) -> None: ... @@ -8227,6 +8381,8 @@ class ParConstIterBase_pureSoA_1_0_default(MFIter): class ParConstIterBase_pureSoA_1_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_1_0_pinned, level: int ) -> None: ... @@ -8274,6 +8430,8 @@ class ParConstIterBase_pureSoA_1_0_pinned(MFIter): class ParConstIterBase_pureSoA_5_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_5_0_arena, level: int ) -> None: ... @@ -8321,6 +8479,8 @@ class ParConstIterBase_pureSoA_5_0_arena(MFIter): class ParConstIterBase_pureSoA_5_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_5_0_default, level: int ) -> None: ... @@ -8368,6 +8528,8 @@ class ParConstIterBase_pureSoA_5_0_default(MFIter): class ParConstIterBase_pureSoA_5_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_5_0_pinned, level: int ) -> None: ... @@ -8415,6 +8577,8 @@ class ParConstIterBase_pureSoA_5_0_pinned(MFIter): class ParConstIterBase_pureSoA_8_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_arena, level: int ) -> None: ... @@ -8462,6 +8626,8 @@ class ParConstIterBase_pureSoA_8_0_arena(MFIter): class ParConstIterBase_pureSoA_8_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_default, level: int ) -> None: ... @@ -8509,6 +8675,8 @@ class ParConstIterBase_pureSoA_8_0_default(MFIter): class ParConstIterBase_pureSoA_8_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_pinned, level: int ) -> None: ... @@ -8556,6 +8724,8 @@ class ParConstIterBase_pureSoA_8_0_pinned(MFIter): class ParConstIter_16_4_0_0_arena(ParConstIterBase_16_4_0_0_arena): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_arena, level: int ) -> None: ... @@ -8582,6 +8752,8 @@ class ParConstIter_16_4_0_0_arena(ParConstIterBase_16_4_0_0_arena): class ParConstIter_16_4_0_0_default(ParConstIterBase_16_4_0_0_default): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_default, level: int ) -> None: ... @@ -8608,6 +8780,8 @@ class ParConstIter_16_4_0_0_default(ParConstIterBase_16_4_0_0_default): class ParConstIter_16_4_0_0_pinned(ParConstIterBase_16_4_0_0_pinned): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_pinned, level: int ) -> None: ... @@ -8634,6 +8808,8 @@ class ParConstIter_16_4_0_0_pinned(ParConstIterBase_16_4_0_0_pinned): class ParConstIter_2_1_3_1_arena(ParConstIterBase_2_1_3_1_arena): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_arena, level: int ) -> None: ... @@ -8660,6 +8836,8 @@ class ParConstIter_2_1_3_1_arena(ParConstIterBase_2_1_3_1_arena): class ParConstIter_2_1_3_1_default(ParConstIterBase_2_1_3_1_default): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_default, level: int ) -> None: ... @@ -8686,6 +8864,8 @@ class ParConstIter_2_1_3_1_default(ParConstIterBase_2_1_3_1_default): class ParConstIter_2_1_3_1_pinned(ParConstIterBase_2_1_3_1_pinned): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_pinned, level: int ) -> None: ... @@ -8712,6 +8892,8 @@ class ParConstIter_2_1_3_1_pinned(ParConstIterBase_2_1_3_1_pinned): class ParConstIter_pureSoA_1_0_arena(ParConstIterBase_pureSoA_1_0_arena): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_1_0_arena, level: int ) -> None: ... @@ -8738,6 +8920,8 @@ class ParConstIter_pureSoA_1_0_arena(ParConstIterBase_pureSoA_1_0_arena): class ParConstIter_pureSoA_1_0_default(ParConstIterBase_pureSoA_1_0_default): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_1_0_default, level: int ) -> None: ... @@ -8764,6 +8948,8 @@ class ParConstIter_pureSoA_1_0_default(ParConstIterBase_pureSoA_1_0_default): class ParConstIter_pureSoA_1_0_pinned(ParConstIterBase_pureSoA_1_0_pinned): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_1_0_pinned, level: int ) -> None: ... @@ -8790,6 +8976,8 @@ class ParConstIter_pureSoA_1_0_pinned(ParConstIterBase_pureSoA_1_0_pinned): class ParConstIter_pureSoA_5_0_arena(ParConstIterBase_pureSoA_5_0_arena): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_5_0_arena, level: int ) -> None: ... @@ -8816,6 +9004,8 @@ class ParConstIter_pureSoA_5_0_arena(ParConstIterBase_pureSoA_5_0_arena): class ParConstIter_pureSoA_5_0_default(ParConstIterBase_pureSoA_5_0_default): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_5_0_default, level: int ) -> None: ... @@ -8842,6 +9032,8 @@ class ParConstIter_pureSoA_5_0_default(ParConstIterBase_pureSoA_5_0_default): class ParConstIter_pureSoA_5_0_pinned(ParConstIterBase_pureSoA_5_0_pinned): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_5_0_pinned, level: int ) -> None: ... @@ -8868,6 +9060,8 @@ class ParConstIter_pureSoA_5_0_pinned(ParConstIterBase_pureSoA_5_0_pinned): class ParConstIter_pureSoA_8_0_arena(ParConstIterBase_pureSoA_8_0_arena): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_arena, level: int ) -> None: ... @@ -8894,6 +9088,8 @@ class ParConstIter_pureSoA_8_0_arena(ParConstIterBase_pureSoA_8_0_arena): class ParConstIter_pureSoA_8_0_default(ParConstIterBase_pureSoA_8_0_default): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_default, level: int ) -> None: ... @@ -8920,6 +9116,8 @@ class ParConstIter_pureSoA_8_0_default(ParConstIterBase_pureSoA_8_0_default): class ParConstIter_pureSoA_8_0_pinned(ParConstIterBase_pureSoA_8_0_pinned): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_pinned, level: int ) -> None: ... @@ -8946,6 +9144,8 @@ class ParConstIter_pureSoA_8_0_pinned(ParConstIterBase_pureSoA_8_0_pinned): class ParIterBase_16_4_0_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_arena, level: int ) -> None: ... @@ -8994,6 +9194,8 @@ class ParIterBase_16_4_0_0_arena(MFIter): class ParIterBase_16_4_0_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_default, level: int ) -> None: ... @@ -9042,6 +9244,8 @@ class ParIterBase_16_4_0_0_default(MFIter): class ParIterBase_16_4_0_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_pinned, level: int ) -> None: ... @@ -9090,6 +9294,8 @@ class ParIterBase_16_4_0_0_pinned(MFIter): class ParIterBase_2_1_3_1_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_arena, level: int ) -> None: ... @@ -9138,6 +9344,8 @@ class ParIterBase_2_1_3_1_arena(MFIter): class ParIterBase_2_1_3_1_default(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_default, level: int ) -> None: ... @@ -9186,6 +9394,8 @@ class ParIterBase_2_1_3_1_default(MFIter): class ParIterBase_2_1_3_1_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_pinned, level: int ) -> None: ... @@ -9234,6 +9444,8 @@ class ParIterBase_2_1_3_1_pinned(MFIter): class ParIterBase_pureSoA_1_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_1_0_arena, level: int ) -> None: ... @@ -9281,6 +9493,8 @@ class ParIterBase_pureSoA_1_0_arena(MFIter): class ParIterBase_pureSoA_1_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_1_0_default, level: int ) -> None: ... @@ -9328,6 +9542,8 @@ class ParIterBase_pureSoA_1_0_default(MFIter): class ParIterBase_pureSoA_1_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_1_0_pinned, level: int ) -> None: ... @@ -9375,6 +9591,8 @@ class ParIterBase_pureSoA_1_0_pinned(MFIter): class ParIterBase_pureSoA_5_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_5_0_arena, level: int ) -> None: ... @@ -9422,6 +9640,8 @@ class ParIterBase_pureSoA_5_0_arena(MFIter): class ParIterBase_pureSoA_5_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_5_0_default, level: int ) -> None: ... @@ -9469,6 +9689,8 @@ class ParIterBase_pureSoA_5_0_default(MFIter): class ParIterBase_pureSoA_5_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_5_0_pinned, level: int ) -> None: ... @@ -9516,6 +9738,8 @@ class ParIterBase_pureSoA_5_0_pinned(MFIter): class ParIterBase_pureSoA_8_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_arena, level: int ) -> None: ... @@ -9563,6 +9787,8 @@ class ParIterBase_pureSoA_8_0_arena(MFIter): class ParIterBase_pureSoA_8_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_default, level: int ) -> None: ... @@ -9610,6 +9836,8 @@ class ParIterBase_pureSoA_8_0_default(MFIter): class ParIterBase_pureSoA_8_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_pinned, level: int ) -> None: ... @@ -9657,6 +9885,8 @@ class ParIterBase_pureSoA_8_0_pinned(MFIter): class ParIter_16_4_0_0_arena(ParIterBase_16_4_0_0_arena): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_arena, level: int ) -> None: ... @@ -9683,6 +9913,8 @@ class ParIter_16_4_0_0_arena(ParIterBase_16_4_0_0_arena): class ParIter_16_4_0_0_default(ParIterBase_16_4_0_0_default): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_default, level: int ) -> None: ... @@ -9709,6 +9941,8 @@ class ParIter_16_4_0_0_default(ParIterBase_16_4_0_0_default): class ParIter_16_4_0_0_pinned(ParIterBase_16_4_0_0_pinned): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_pinned, level: int ) -> None: ... @@ -9735,6 +9969,8 @@ class ParIter_16_4_0_0_pinned(ParIterBase_16_4_0_0_pinned): class ParIter_2_1_3_1_arena(ParIterBase_2_1_3_1_arena): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_arena, level: int ) -> None: ... @@ -9761,6 +9997,8 @@ class ParIter_2_1_3_1_arena(ParIterBase_2_1_3_1_arena): class ParIter_2_1_3_1_default(ParIterBase_2_1_3_1_default): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_default, level: int ) -> None: ... @@ -9787,6 +10025,8 @@ class ParIter_2_1_3_1_default(ParIterBase_2_1_3_1_default): class ParIter_2_1_3_1_pinned(ParIterBase_2_1_3_1_pinned): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_pinned, level: int ) -> None: ... @@ -9813,6 +10053,8 @@ class ParIter_2_1_3_1_pinned(ParIterBase_2_1_3_1_pinned): class ParIter_pureSoA_1_0_arena(ParIterBase_pureSoA_1_0_arena): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_1_0_arena, level: int ) -> None: ... @@ -9839,6 +10081,8 @@ class ParIter_pureSoA_1_0_arena(ParIterBase_pureSoA_1_0_arena): class ParIter_pureSoA_1_0_default(ParIterBase_pureSoA_1_0_default): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_1_0_default, level: int ) -> None: ... @@ -9865,6 +10109,8 @@ class ParIter_pureSoA_1_0_default(ParIterBase_pureSoA_1_0_default): class ParIter_pureSoA_1_0_pinned(ParIterBase_pureSoA_1_0_pinned): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_1_0_pinned, level: int ) -> None: ... @@ -9891,6 +10137,8 @@ class ParIter_pureSoA_1_0_pinned(ParIterBase_pureSoA_1_0_pinned): class ParIter_pureSoA_5_0_arena(ParIterBase_pureSoA_5_0_arena): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_5_0_arena, level: int ) -> None: ... @@ -9917,6 +10165,8 @@ class ParIter_pureSoA_5_0_arena(ParIterBase_pureSoA_5_0_arena): class ParIter_pureSoA_5_0_default(ParIterBase_pureSoA_5_0_default): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_5_0_default, level: int ) -> None: ... @@ -9943,6 +10193,8 @@ class ParIter_pureSoA_5_0_default(ParIterBase_pureSoA_5_0_default): class ParIter_pureSoA_5_0_pinned(ParIterBase_pureSoA_5_0_pinned): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_5_0_pinned, level: int ) -> None: ... @@ -9969,6 +10221,8 @@ class ParIter_pureSoA_5_0_pinned(ParIterBase_pureSoA_5_0_pinned): class ParIter_pureSoA_8_0_arena(ParIterBase_pureSoA_8_0_arena): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_arena, level: int ) -> None: ... @@ -9995,6 +10249,8 @@ class ParIter_pureSoA_8_0_arena(ParIterBase_pureSoA_8_0_arena): class ParIter_pureSoA_8_0_default(ParIterBase_pureSoA_8_0_default): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_default, level: int ) -> None: ... @@ -10021,6 +10277,8 @@ class ParIter_pureSoA_8_0_default(ParIterBase_pureSoA_8_0_default): class ParIter_pureSoA_8_0_pinned(ParIterBase_pureSoA_8_0_pinned): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_pinned, level: int ) -> None: ... @@ -10046,6 +10304,8 @@ class ParIter_pureSoA_8_0_pinned(ParIterBase_pureSoA_8_0_pinned): def __repr__(self) -> str: ... class ParmParse: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def addfile(arg0: str) -> None: ... def __init__(self, prefix: str = "") -> None: ... @@ -10110,6 +10370,8 @@ class ParticleContainer_16_4_0_0_arena: num_struct_real: typing.ClassVar[int] = 16 const_iterator = ParConstIter_16_4_0_0_arena iterator = ParIter_16_4_0_0_arena + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -10287,6 +10549,8 @@ class ParticleContainer_16_4_0_0_default: num_struct_real: typing.ClassVar[int] = 16 const_iterator = ParConstIter_16_4_0_0_default iterator = ParIter_16_4_0_0_default + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -10464,6 +10728,8 @@ class ParticleContainer_16_4_0_0_pinned: num_struct_real: typing.ClassVar[int] = 16 const_iterator = ParConstIter_16_4_0_0_pinned iterator = ParIter_16_4_0_0_pinned + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -10641,6 +10907,8 @@ class ParticleContainer_2_1_3_1_arena: num_struct_real: typing.ClassVar[int] = 2 const_iterator = ParConstIter_2_1_3_1_arena iterator = ParIter_2_1_3_1_arena + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -10818,6 +11086,8 @@ class ParticleContainer_2_1_3_1_default: num_struct_real: typing.ClassVar[int] = 2 const_iterator = ParConstIter_2_1_3_1_default iterator = ParIter_2_1_3_1_default + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -10995,6 +11265,8 @@ class ParticleContainer_2_1_3_1_pinned: num_struct_real: typing.ClassVar[int] = 2 const_iterator = ParConstIter_2_1_3_1_pinned iterator = ParIter_2_1_3_1_pinned + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -11172,6 +11444,8 @@ class ParticleContainer_pureSoA_1_0_arena: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_1_0_arena iterator = ParIter_pureSoA_1_0_arena + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -11343,6 +11617,8 @@ class ParticleContainer_pureSoA_1_0_default: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_1_0_default iterator = ParIter_pureSoA_1_0_default + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -11514,6 +11790,8 @@ class ParticleContainer_pureSoA_1_0_pinned: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_1_0_pinned iterator = ParIter_pureSoA_1_0_pinned + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -11685,6 +11963,8 @@ class ParticleContainer_pureSoA_5_0_arena: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_5_0_arena iterator = ParIter_pureSoA_5_0_arena + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -11856,6 +12136,8 @@ class ParticleContainer_pureSoA_5_0_default: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_5_0_default iterator = ParIter_pureSoA_5_0_default + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -12027,6 +12309,8 @@ class ParticleContainer_pureSoA_5_0_pinned: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_5_0_pinned iterator = ParIter_pureSoA_5_0_pinned + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -12198,6 +12482,8 @@ class ParticleContainer_pureSoA_8_0_arena: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_8_0_arena iterator = ParIter_pureSoA_8_0_arena + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -12369,6 +12655,8 @@ class ParticleContainer_pureSoA_8_0_default: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_8_0_default iterator = ParIter_pureSoA_8_0_default + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -12540,6 +12828,8 @@ class ParticleContainer_pureSoA_8_0_pinned: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_8_0_pinned iterator = ParIter_pureSoA_8_0_pinned + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -12717,6 +13007,8 @@ class ParticleInitType_16_4_0_0: real_struct_data: typing.Annotated[ list[float], pybind11_stubgen.typing_ext.FixedSize(16) ] + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... class ParticleInitType_2_1_3_1: @@ -12733,6 +13025,8 @@ class ParticleInitType_2_1_3_1: real_struct_data: typing.Annotated[ list[float], pybind11_stubgen.typing_ext.FixedSize(2) ] + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... class ParticleInitType_pureSoA_1_0: @@ -12743,6 +13037,8 @@ class ParticleInitType_pureSoA_1_0: real_array_data: typing.Annotated[ list[float], pybind11_stubgen.typing_ext.FixedSize(1) ] + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... class ParticleInitType_pureSoA_5_0: @@ -12753,6 +13049,8 @@ class ParticleInitType_pureSoA_5_0: real_array_data: typing.Annotated[ list[float], pybind11_stubgen.typing_ext.FixedSize(5) ] + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... class ParticleInitType_pureSoA_8_0: @@ -12763,9 +13061,13 @@ class ParticleInitType_pureSoA_8_0: real_array_data: typing.Annotated[ list[float], pybind11_stubgen.typing_ext.FixedSize(8) ] + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... class ParticleTileData_16_4_0_0: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_16_4: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_16_4) -> None: ... @@ -12779,6 +13081,8 @@ class ParticleTileData_16_4_0_0: def m_size(self) -> int: ... class ParticleTileData_2_1_3_1: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_5_2: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_5_2) -> None: ... @@ -12792,6 +13096,8 @@ class ParticleTileData_2_1_3_1: def m_size(self) -> int: ... class ParticleTileData_pureSoA_1_0: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_1_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_1_0) -> None: ... @@ -12805,6 +13111,8 @@ class ParticleTileData_pureSoA_1_0: def m_size(self) -> int: ... class ParticleTileData_pureSoA_5_0: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_5_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_5_0) -> None: ... @@ -12818,6 +13126,8 @@ class ParticleTileData_pureSoA_5_0: def m_size(self) -> int: ... class ParticleTileData_pureSoA_8_0: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_8_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_8_0) -> None: ... @@ -12833,6 +13143,8 @@ class ParticleTileData_pureSoA_8_0: class ParticleTile_16_4_0_0_arena: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 0 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_16_4: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_16_4) -> None: ... @@ -12900,6 +13212,8 @@ class ParticleTile_16_4_0_0_arena: class ParticleTile_16_4_0_0_default: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 0 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_16_4: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_16_4) -> None: ... @@ -12967,6 +13281,8 @@ class ParticleTile_16_4_0_0_default: class ParticleTile_16_4_0_0_pinned: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 0 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_16_4: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_16_4) -> None: ... @@ -13034,6 +13350,8 @@ class ParticleTile_16_4_0_0_pinned: class ParticleTile_2_1_3_1_arena: NAI: typing.ClassVar[int] = 1 NAR: typing.ClassVar[int] = 3 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_5_2: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_5_2) -> None: ... @@ -13101,6 +13419,8 @@ class ParticleTile_2_1_3_1_arena: class ParticleTile_2_1_3_1_default: NAI: typing.ClassVar[int] = 1 NAR: typing.ClassVar[int] = 3 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_5_2: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_5_2) -> None: ... @@ -13168,6 +13488,8 @@ class ParticleTile_2_1_3_1_default: class ParticleTile_2_1_3_1_pinned: NAI: typing.ClassVar[int] = 1 NAR: typing.ClassVar[int] = 3 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_5_2: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_5_2) -> None: ... @@ -13235,6 +13557,8 @@ class ParticleTile_2_1_3_1_pinned: class ParticleTile_pureSoA_1_0_arena: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 1 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_1_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_1_0) -> None: ... @@ -13295,6 +13619,8 @@ class ParticleTile_pureSoA_1_0_arena: class ParticleTile_pureSoA_1_0_default: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 1 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_1_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_1_0) -> None: ... @@ -13355,6 +13681,8 @@ class ParticleTile_pureSoA_1_0_default: class ParticleTile_pureSoA_1_0_pinned: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 1 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_1_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_1_0) -> None: ... @@ -13415,6 +13743,8 @@ class ParticleTile_pureSoA_1_0_pinned: class ParticleTile_pureSoA_5_0_arena: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 5 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_5_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_5_0) -> None: ... @@ -13475,6 +13805,8 @@ class ParticleTile_pureSoA_5_0_arena: class ParticleTile_pureSoA_5_0_default: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 5 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_5_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_5_0) -> None: ... @@ -13535,6 +13867,8 @@ class ParticleTile_pureSoA_5_0_default: class ParticleTile_pureSoA_5_0_pinned: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 5 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_5_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_5_0) -> None: ... @@ -13595,6 +13929,8 @@ class ParticleTile_pureSoA_5_0_pinned: class ParticleTile_pureSoA_8_0_arena: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 8 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_8_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_8_0) -> None: ... @@ -13655,6 +13991,8 @@ class ParticleTile_pureSoA_8_0_arena: class ParticleTile_pureSoA_8_0_default: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 8 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_8_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_8_0) -> None: ... @@ -13715,6 +14053,8 @@ class ParticleTile_pureSoA_8_0_default: class ParticleTile_pureSoA_8_0_pinned: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 8 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_8_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_8_0) -> None: ... @@ -13776,6 +14116,8 @@ class Particle_16_4: NInt: typing.ClassVar[int] = 4 NReal: typing.ClassVar[int] = 16 x: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def NextID(self) -> int: ... @typing.overload @@ -13838,6 +14180,8 @@ class Particle_1_0: NInt: typing.ClassVar[int] = 0 NReal: typing.ClassVar[int] = 1 x: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def NextID(self) -> int: ... @typing.overload @@ -13898,6 +14242,8 @@ class Particle_2_1: NInt: typing.ClassVar[int] = 1 NReal: typing.ClassVar[int] = 2 x: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def NextID(self) -> int: ... @typing.overload @@ -13960,6 +14306,8 @@ class Particle_5_0: NInt: typing.ClassVar[int] = 0 NReal: typing.ClassVar[int] = 5 x: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def NextID(self) -> int: ... @typing.overload @@ -14020,6 +14368,8 @@ class Particle_5_2: NInt: typing.ClassVar[int] = 2 NReal: typing.ClassVar[int] = 5 x: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def NextID(self) -> int: ... @typing.overload @@ -14082,6 +14432,8 @@ class Particle_8_0: NInt: typing.ClassVar[int] = 0 NReal: typing.ClassVar[int] = 8 x: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def NextID(self) -> int: ... @typing.overload @@ -14141,6 +14493,8 @@ class Particle_8_0: class Periodicity: __hash__: typing.ClassVar[None] = None @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod def non_periodic() -> Periodicity: """ Return the Periodicity object that is not periodic in any direction @@ -14166,6 +14520,8 @@ class Periodicity: def shift_IntVect(self, arg1: IntVect1D) -> list[IntVect1D]: ... class PlotFileData: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def DistributionMap(self, arg0: int) -> DistributionMapping: ... def __init__(self, arg0: str) -> None: ... def boxArray(self, arg0: int) -> BoxArray: ... @@ -14201,6 +14557,8 @@ class PlotFileData: def varNames(self) -> Vector_string: ... class RealBox: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __init__(self) -> None: ... @typing.overload @@ -14306,6 +14664,8 @@ class RealBox: class RealVect: __hash__: typing.ClassVar[None] = None @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod def unit_vector() -> RealVect: ... @staticmethod def zero_vector() -> RealVect: ... @@ -14424,6 +14784,8 @@ class RealVect: """ class SmallMatrix_1x6_F_SI1_double: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def zero() -> SmallMatrix_1x6_F_SI1_double: ... def __add__( @@ -14569,6 +14931,8 @@ class SmallMatrix_1x6_F_SI1_double: def starting_index(self) -> int: ... class SmallMatrix_1x6_F_SI1_float: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def zero() -> SmallMatrix_1x6_F_SI1_float: ... def __add__( @@ -14714,6 +15078,8 @@ class SmallMatrix_1x6_F_SI1_float: def starting_index(self) -> int: ... class SmallMatrix_1x6_F_SI1_longdouble: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def zero() -> SmallMatrix_1x6_F_SI1_longdouble: ... def __add__( @@ -14859,6 +15225,8 @@ class SmallMatrix_1x6_F_SI1_longdouble: def starting_index(self) -> int: ... class SmallMatrix_6x1_F_SI1_double: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def zero() -> SmallMatrix_6x1_F_SI1_double: ... def __add__( @@ -15004,6 +15372,8 @@ class SmallMatrix_6x1_F_SI1_double: def starting_index(self) -> int: ... class SmallMatrix_6x1_F_SI1_float: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def zero() -> SmallMatrix_6x1_F_SI1_float: ... def __add__( @@ -15149,6 +15519,8 @@ class SmallMatrix_6x1_F_SI1_float: def starting_index(self) -> int: ... class SmallMatrix_6x1_F_SI1_longdouble: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def zero() -> SmallMatrix_6x1_F_SI1_longdouble: ... def __add__( @@ -15294,6 +15666,8 @@ class SmallMatrix_6x1_F_SI1_longdouble: def starting_index(self) -> int: ... class SmallMatrix_6x6_F_SI1_double: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def identity() -> SmallMatrix_6x6_F_SI1_double: ... @staticmethod @@ -15451,6 +15825,8 @@ class SmallMatrix_6x6_F_SI1_double: def starting_index(self) -> int: ... class SmallMatrix_6x6_F_SI1_float: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def identity() -> SmallMatrix_6x6_F_SI1_float: ... @staticmethod @@ -15608,6 +15984,8 @@ class SmallMatrix_6x6_F_SI1_float: def starting_index(self) -> int: ... class SmallMatrix_6x6_F_SI1_longdouble: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def identity() -> SmallMatrix_6x6_F_SI1_longdouble: ... @staticmethod @@ -15765,6 +16143,8 @@ class SmallMatrix_6x6_F_SI1_longdouble: def starting_index(self) -> int: ... class StructOfArrays_0_0_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -15950,6 +16330,8 @@ class StructOfArrays_0_0_arena: """ class StructOfArrays_0_0_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -16135,6 +16517,8 @@ class StructOfArrays_0_0_default: """ class StructOfArrays_0_0_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -16320,6 +16704,8 @@ class StructOfArrays_0_0_pinned: """ class StructOfArrays_1_0_idcpu_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -16509,6 +16895,8 @@ class StructOfArrays_1_0_idcpu_arena: """ class StructOfArrays_1_0_idcpu_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -16698,6 +17086,8 @@ class StructOfArrays_1_0_idcpu_default: """ class StructOfArrays_1_0_idcpu_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -16887,6 +17277,8 @@ class StructOfArrays_1_0_idcpu_pinned: """ class StructOfArrays_3_1_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -17072,6 +17464,8 @@ class StructOfArrays_3_1_arena: """ class StructOfArrays_3_1_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -17257,6 +17651,8 @@ class StructOfArrays_3_1_default: """ class StructOfArrays_3_1_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -17442,6 +17838,8 @@ class StructOfArrays_3_1_pinned: """ class StructOfArrays_5_0_idcpu_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -17631,6 +18029,8 @@ class StructOfArrays_5_0_idcpu_arena: """ class StructOfArrays_5_0_idcpu_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -17820,6 +18220,8 @@ class StructOfArrays_5_0_idcpu_default: """ class StructOfArrays_5_0_idcpu_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -18009,6 +18411,8 @@ class StructOfArrays_5_0_idcpu_pinned: """ class StructOfArrays_8_0_idcpu_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -18198,6 +18602,8 @@ class StructOfArrays_8_0_idcpu_arena: """ class StructOfArrays_8_0_idcpu_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -18387,6 +18793,8 @@ class StructOfArrays_8_0_idcpu_default: """ class StructOfArrays_8_0_idcpu_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -18577,6 +18985,8 @@ class StructOfArrays_8_0_idcpu_pinned: class Vector_BoxArray: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -18681,6 +19091,8 @@ class Vector_BoxArray: class Vector_DistributionMapping: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -18784,6 +19196,8 @@ class Vector_DistributionMapping: def size(self) -> int: ... class Vector_Geometry: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -18874,6 +19288,8 @@ class Vector_Geometry: class Vector_IntVect: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -18978,6 +19394,8 @@ class Vector_IntVect: class Vector_Long: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -19086,6 +19504,8 @@ class Vector_Long: class Vector_Real: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -19194,6 +19614,8 @@ class Vector_Real: class Vector_int: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -19302,6 +19724,8 @@ class Vector_int: class Vector_string: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -19422,11 +19846,15 @@ class VisMF: """ Writes a Multifab to the specified file """ + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... class XDim3: x: float y: float z: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self, arg0: float, arg1: float, arg2: float) -> None: ... def AlmostEqual(rb1: RealBox, rb2: RealBox, eps: float = 0.0) -> bool: diff --git a/src/amrex/space2d/amrex_2d_pybind/__init__.pyi b/src/amrex/space2d/amrex_2d_pybind/__init__.pyi index b00eb28e..b95a9f94 100644 --- a/src/amrex/space2d/amrex_2d_pybind/__init__.pyi +++ b/src/amrex/space2d/amrex_2d_pybind/__init__.pyi @@ -323,6 +323,8 @@ __all__ = [ ] class AMReX: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def empty() -> bool: ... @staticmethod @@ -344,6 +346,8 @@ class AmrInfo: use_fixed_upto_level: int use_new_chop: bool verbose: int + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __repr__(self) -> str: ... def blocking_factor(self, arg0: int) -> IntVect2D: ... @@ -352,6 +356,8 @@ class AmrInfo: def ref_ratio(self, arg0: int) -> IntVect2D: ... class AmrMesh: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __init__(self) -> None: ... @typing.overload @@ -377,6 +383,8 @@ class AmrMesh: def verbose(self) -> int: ... class Arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def finalize() -> None: ... @staticmethod @@ -401,6 +409,8 @@ class Arena: def is_pinned(self) -> bool: ... class Array4_cdouble: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> complex: ... @typing.overload @@ -552,6 +562,8 @@ class Array4_cdouble: def size(self) -> int: ... class Array4_cdouble_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> complex: ... @typing.overload @@ -689,6 +701,8 @@ class Array4_cdouble_const: def size(self) -> int: ... class Array4_cfloat: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> complex: ... @typing.overload @@ -840,6 +854,8 @@ class Array4_cfloat: def size(self) -> int: ... class Array4_cfloat_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> complex: ... @typing.overload @@ -977,6 +993,8 @@ class Array4_cfloat_const: def size(self) -> int: ... class Array4_double: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> float: ... @typing.overload @@ -1128,6 +1146,8 @@ class Array4_double: def size(self) -> int: ... class Array4_double_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> float: ... @typing.overload @@ -1265,6 +1285,8 @@ class Array4_double_const: def size(self) -> int: ... class Array4_float: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> float: ... @typing.overload @@ -1416,6 +1438,8 @@ class Array4_float: def size(self) -> int: ... class Array4_float_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> float: ... @typing.overload @@ -1553,6 +1577,8 @@ class Array4_float_const: def size(self) -> int: ... class Array4_int: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> int: ... @typing.overload @@ -1704,6 +1730,8 @@ class Array4_int: def size(self) -> int: ... class Array4_int_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> int: ... @typing.overload @@ -1841,6 +1869,8 @@ class Array4_int_const: def size(self) -> int: ... class Array4_long: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> int: ... @typing.overload @@ -1992,6 +2022,8 @@ class Array4_long: def size(self) -> int: ... class Array4_long_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> int: ... @typing.overload @@ -2129,6 +2161,8 @@ class Array4_long_const: def size(self) -> int: ... class Array4_longdouble: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> float: ... @typing.overload @@ -2280,6 +2314,8 @@ class Array4_longdouble: def size(self) -> int: ... class Array4_longdouble_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> float: ... @typing.overload @@ -2417,6 +2453,8 @@ class Array4_longdouble_const: def size(self) -> int: ... class Array4_longlong: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> int: ... @typing.overload @@ -2568,6 +2606,8 @@ class Array4_longlong: def size(self) -> int: ... class Array4_longlong_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> int: ... @typing.overload @@ -2705,6 +2745,8 @@ class Array4_longlong_const: def size(self) -> int: ... class Array4_short: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> int: ... @typing.overload @@ -2856,6 +2898,8 @@ class Array4_short: def size(self) -> int: ... class Array4_short_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> int: ... @typing.overload @@ -2993,6 +3037,8 @@ class Array4_short_const: def size(self) -> int: ... class Array4_uint: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> int: ... @typing.overload @@ -3144,6 +3190,8 @@ class Array4_uint: def size(self) -> int: ... class Array4_uint_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> int: ... @typing.overload @@ -3281,6 +3329,8 @@ class Array4_uint_const: def size(self) -> int: ... class Array4_ulong: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> int: ... @typing.overload @@ -3432,6 +3482,8 @@ class Array4_ulong: def size(self) -> int: ... class Array4_ulong_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> int: ... @typing.overload @@ -3569,6 +3621,8 @@ class Array4_ulong_const: def size(self) -> int: ... class Array4_ulonglong: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> int: ... @typing.overload @@ -3720,6 +3774,8 @@ class Array4_ulonglong: def size(self) -> int: ... class Array4_ulonglong_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> int: ... @typing.overload @@ -3857,6 +3913,8 @@ class Array4_ulonglong_const: def size(self) -> int: ... class Array4_ushort: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> int: ... @typing.overload @@ -4008,6 +4066,8 @@ class Array4_ushort: def size(self) -> int: ... class Array4_ushort_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect2D) -> int: ... @typing.overload @@ -4145,6 +4205,8 @@ class Array4_ushort_const: def size(self) -> int: ... class ArrayOfStructs_16_4_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def test_sizes() -> None: ... def __getitem__(self, arg0: int) -> Particle_16_4: ... @@ -4239,6 +4301,8 @@ class ArrayOfStructs_16_4_arena: def __cuda_array_interface__(self) -> dict: ... class ArrayOfStructs_16_4_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def test_sizes() -> None: ... def __getitem__(self, arg0: int) -> Particle_16_4: ... @@ -4333,6 +4397,8 @@ class ArrayOfStructs_16_4_default: def __cuda_array_interface__(self) -> dict: ... class ArrayOfStructs_16_4_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def test_sizes() -> None: ... def __getitem__(self, arg0: int) -> Particle_16_4: ... @@ -4427,6 +4493,8 @@ class ArrayOfStructs_16_4_pinned: def __cuda_array_interface__(self) -> dict: ... class ArrayOfStructs_2_1_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def test_sizes() -> None: ... def __getitem__(self, arg0: int) -> Particle_2_1: ... @@ -4521,6 +4589,8 @@ class ArrayOfStructs_2_1_arena: def __cuda_array_interface__(self) -> dict: ... class ArrayOfStructs_2_1_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def test_sizes() -> None: ... def __getitem__(self, arg0: int) -> Particle_2_1: ... @@ -4615,6 +4685,8 @@ class ArrayOfStructs_2_1_default: def __cuda_array_interface__(self) -> dict: ... class ArrayOfStructs_2_1_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def test_sizes() -> None: ... def __getitem__(self, arg0: int) -> Particle_2_1: ... @@ -4709,6 +4781,8 @@ class ArrayOfStructs_2_1_pinned: def __cuda_array_interface__(self) -> dict: ... class BaseFab_Real: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __init__(self) -> None: ... @typing.overload @@ -4758,6 +4832,8 @@ class Box: hi_vect: IntVect2D lo_vect: IntVect2D small_end: IntVect2D + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __add__(self, arg0: IntVect2D) -> Box: ... def __iadd__(self, arg0: IntVect2D) -> Box: ... @typing.overload @@ -4951,6 +5027,8 @@ class Box: def volume(self) -> int: ... class BoxArray: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Box: ... @typing.overload def __init__(self) -> None: ... @@ -5008,6 +5086,8 @@ class Config: have_omp: typing.ClassVar[bool] = False spacedim: typing.ClassVar[int] = 2 verbose: typing.ClassVar[int] = 1 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... class CoordSys: class CoordType: @@ -5034,6 +5114,8 @@ class CoordSys: CoordSys.CoordType ] # value = undef: typing.ClassVar[CoordSys.CoordType] # value = + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __eq__(self, other: typing.Any) -> bool: ... def __getstate__(self) -> int: ... def __hash__(self) -> int: ... @@ -5053,6 +5135,8 @@ class CoordSys: SPHERICAL: typing.ClassVar[CoordSys.CoordType] # value = cartesian: typing.ClassVar[CoordSys.CoordType] # value = undef: typing.ClassVar[CoordSys.CoordType] # value = + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def Coord(self) -> CoordSys.CoordType: ... def CoordInt(self) -> int: ... def IsCartesian(self) -> bool: ... @@ -5070,14 +5154,19 @@ class Dim3: x: int y: int z: int + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self, arg0: int, arg1: int, arg2: int) -> None: ... def __repr__(self) -> str: ... def __str__(self) -> str: ... class Direction: - pass + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... class DistributionMapping: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def ProcessorMap(self) -> Vector_int: ... def __getitem__(self, arg0: int) -> int: ... @typing.overload @@ -5107,6 +5196,8 @@ class DistributionMapping: def size(self) -> int: ... class FArrayBox(BaseFab_Real): + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __init__(self) -> None: ... @typing.overload @@ -5134,6 +5225,8 @@ class FArrayBox(BaseFab_Real): class FabArrayBase: @staticmethod def __iter__(fab): ... + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def is_nodal(self, arg0: int) -> bool: ... @property def is_all_cell_centered(self) -> bool: ... @@ -5161,6 +5254,8 @@ class FabArrayBase: """ class FabArray_FArrayBox(FabArrayBase): + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def lin_comb( dst: FabArray_FArrayBox, @@ -5431,9 +5526,12 @@ class FabArray_FArrayBox(FabArrayBase): def has_EB_fab_factory(self) -> bool: ... class FabFactory_FArrayBox: - pass + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... class Geometry(CoordSys): + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def ProbHi(self, dir: int) -> float: """ @@ -5579,6 +5677,8 @@ class Geometry(CoordSys): def prob_domain(self, arg1: RealBox) -> None: ... class GeometryData: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def CellSize( self, @@ -5682,6 +5782,8 @@ class IndexType: __members__: typing.ClassVar[ dict[str, IndexType.CellIndex] ] # value = {'CELL': , 'NODE': } + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __eq__(self, other: typing.Any) -> bool: ... def __getstate__(self) -> int: ... def __hash__(self) -> int: ... @@ -5701,6 +5803,8 @@ class IndexType: NODE: typing.ClassVar[IndexType.CellIndex] # value = __hash__: typing.ClassVar[None] = None @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod def cell_type() -> IndexType: ... @staticmethod def node_type() -> IndexType: ... @@ -5745,6 +5849,8 @@ class IndexType: class IntVect1D: __hash__: typing.ClassVar[None] = None @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod def cell_vector() -> IntVect1D: ... @staticmethod def max_vector() -> IntVect1D: ... @@ -5827,6 +5933,8 @@ class IntVect1D: class IntVect2D: __hash__: typing.ClassVar[None] = None @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod def cell_vector() -> IntVect2D: ... @staticmethod def max_vector() -> IntVect2D: ... @@ -5911,6 +6019,8 @@ class IntVect2D: class IntVect3D: __hash__: typing.ClassVar[None] = None @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod def cell_vector() -> IntVect3D: ... @staticmethod def max_vector() -> IntVect3D: ... @@ -5996,6 +6106,8 @@ class MFInfo: alloc: bool arena: Arena tags: Vector_string + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def set_alloc(self, arg0: bool) -> MFInfo: ... def set_arena(self, arg0: Arena) -> MFInfo: ... @@ -6007,6 +6119,8 @@ class MFItInfo: dynamic: bool num_streams: int tilesize: IntVect2D + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def disable_device_sync(self) -> MFItInfo: ... def enable_tiling(self, ts: IntVect2D) -> MFItInfo: ... @@ -6016,6 +6130,8 @@ class MFItInfo: def use_default_stream(self) -> MFItInfo: ... class MFIter: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __init__(self, arg0: FabArrayBase) -> None: ... @typing.overload @@ -6067,6 +6183,8 @@ class MFIter: def length(self) -> int: ... class MPMD_Copier: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __init__(self, arg0: bool) -> None: ... @typing.overload @@ -6082,6 +6200,8 @@ class MultiFab(FabArray_FArrayBox): @staticmethod def __iter__(mfab): ... @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod @typing.overload def add( dst: MultiFab, @@ -7008,6 +7128,8 @@ class MultiFab(FabArray_FArrayBox): """ class PODVector_int_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> int: ... @typing.overload def __init__(self) -> None: ... @@ -7104,6 +7226,8 @@ class PODVector_int_arena: def __cuda_array_interface__(self) -> dict: ... class PODVector_int_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> int: ... @typing.overload def __init__(self) -> None: ... @@ -7200,6 +7324,8 @@ class PODVector_int_pinned: def __cuda_array_interface__(self) -> dict: ... class PODVector_int_std: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> int: ... @typing.overload def __init__(self) -> None: ... @@ -7296,6 +7422,8 @@ class PODVector_int_std: def __cuda_array_interface__(self) -> dict: ... class PODVector_real_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> float: ... @typing.overload def __init__(self) -> None: ... @@ -7392,6 +7520,8 @@ class PODVector_real_arena: def __cuda_array_interface__(self) -> dict: ... class PODVector_real_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> float: ... @typing.overload def __init__(self) -> None: ... @@ -7488,6 +7618,8 @@ class PODVector_real_pinned: def __cuda_array_interface__(self) -> dict: ... class PODVector_real_std: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> float: ... @typing.overload def __init__(self) -> None: ... @@ -7584,6 +7716,8 @@ class PODVector_real_std: def __cuda_array_interface__(self) -> dict: ... class PODVector_uint64_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> int: ... @typing.overload def __init__(self) -> None: ... @@ -7680,6 +7814,8 @@ class PODVector_uint64_arena: def __cuda_array_interface__(self) -> dict: ... class PODVector_uint64_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> int: ... @typing.overload def __init__(self) -> None: ... @@ -7776,6 +7912,8 @@ class PODVector_uint64_pinned: def __cuda_array_interface__(self) -> dict: ... class PODVector_uint64_std: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> int: ... @typing.overload def __init__(self) -> None: ... @@ -7873,6 +8011,8 @@ class PODVector_uint64_std: class ParConstIterBase_16_4_0_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_arena, level: int ) -> None: ... @@ -7921,6 +8061,8 @@ class ParConstIterBase_16_4_0_0_arena(MFIter): class ParConstIterBase_16_4_0_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_default, level: int ) -> None: ... @@ -7969,6 +8111,8 @@ class ParConstIterBase_16_4_0_0_default(MFIter): class ParConstIterBase_16_4_0_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_pinned, level: int ) -> None: ... @@ -8017,6 +8161,8 @@ class ParConstIterBase_16_4_0_0_pinned(MFIter): class ParConstIterBase_2_1_3_1_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_arena, level: int ) -> None: ... @@ -8065,6 +8211,8 @@ class ParConstIterBase_2_1_3_1_arena(MFIter): class ParConstIterBase_2_1_3_1_default(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_default, level: int ) -> None: ... @@ -8113,6 +8261,8 @@ class ParConstIterBase_2_1_3_1_default(MFIter): class ParConstIterBase_2_1_3_1_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_pinned, level: int ) -> None: ... @@ -8161,6 +8311,8 @@ class ParConstIterBase_2_1_3_1_pinned(MFIter): class ParConstIterBase_pureSoA_2_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_2_0_arena, level: int ) -> None: ... @@ -8208,6 +8360,8 @@ class ParConstIterBase_pureSoA_2_0_arena(MFIter): class ParConstIterBase_pureSoA_2_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_2_0_default, level: int ) -> None: ... @@ -8255,6 +8409,8 @@ class ParConstIterBase_pureSoA_2_0_default(MFIter): class ParConstIterBase_pureSoA_2_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_2_0_pinned, level: int ) -> None: ... @@ -8302,6 +8458,8 @@ class ParConstIterBase_pureSoA_2_0_pinned(MFIter): class ParConstIterBase_pureSoA_6_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_6_0_arena, level: int ) -> None: ... @@ -8349,6 +8507,8 @@ class ParConstIterBase_pureSoA_6_0_arena(MFIter): class ParConstIterBase_pureSoA_6_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_6_0_default, level: int ) -> None: ... @@ -8396,6 +8556,8 @@ class ParConstIterBase_pureSoA_6_0_default(MFIter): class ParConstIterBase_pureSoA_6_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_6_0_pinned, level: int ) -> None: ... @@ -8443,6 +8605,8 @@ class ParConstIterBase_pureSoA_6_0_pinned(MFIter): class ParConstIterBase_pureSoA_7_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_arena, level: int ) -> None: ... @@ -8490,6 +8654,8 @@ class ParConstIterBase_pureSoA_7_0_arena(MFIter): class ParConstIterBase_pureSoA_7_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_default, level: int ) -> None: ... @@ -8537,6 +8703,8 @@ class ParConstIterBase_pureSoA_7_0_default(MFIter): class ParConstIterBase_pureSoA_7_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_pinned, level: int ) -> None: ... @@ -8584,6 +8752,8 @@ class ParConstIterBase_pureSoA_7_0_pinned(MFIter): class ParConstIterBase_pureSoA_8_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_arena, level: int ) -> None: ... @@ -8631,6 +8801,8 @@ class ParConstIterBase_pureSoA_8_0_arena(MFIter): class ParConstIterBase_pureSoA_8_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_default, level: int ) -> None: ... @@ -8678,6 +8850,8 @@ class ParConstIterBase_pureSoA_8_0_default(MFIter): class ParConstIterBase_pureSoA_8_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_pinned, level: int ) -> None: ... @@ -8725,6 +8899,8 @@ class ParConstIterBase_pureSoA_8_0_pinned(MFIter): class ParConstIter_16_4_0_0_arena(ParConstIterBase_16_4_0_0_arena): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_arena, level: int ) -> None: ... @@ -8751,6 +8927,8 @@ class ParConstIter_16_4_0_0_arena(ParConstIterBase_16_4_0_0_arena): class ParConstIter_16_4_0_0_default(ParConstIterBase_16_4_0_0_default): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_default, level: int ) -> None: ... @@ -8777,6 +8955,8 @@ class ParConstIter_16_4_0_0_default(ParConstIterBase_16_4_0_0_default): class ParConstIter_16_4_0_0_pinned(ParConstIterBase_16_4_0_0_pinned): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_pinned, level: int ) -> None: ... @@ -8803,6 +8983,8 @@ class ParConstIter_16_4_0_0_pinned(ParConstIterBase_16_4_0_0_pinned): class ParConstIter_2_1_3_1_arena(ParConstIterBase_2_1_3_1_arena): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_arena, level: int ) -> None: ... @@ -8829,6 +9011,8 @@ class ParConstIter_2_1_3_1_arena(ParConstIterBase_2_1_3_1_arena): class ParConstIter_2_1_3_1_default(ParConstIterBase_2_1_3_1_default): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_default, level: int ) -> None: ... @@ -8855,6 +9039,8 @@ class ParConstIter_2_1_3_1_default(ParConstIterBase_2_1_3_1_default): class ParConstIter_2_1_3_1_pinned(ParConstIterBase_2_1_3_1_pinned): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_pinned, level: int ) -> None: ... @@ -8881,6 +9067,8 @@ class ParConstIter_2_1_3_1_pinned(ParConstIterBase_2_1_3_1_pinned): class ParConstIter_pureSoA_2_0_arena(ParConstIterBase_pureSoA_2_0_arena): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_2_0_arena, level: int ) -> None: ... @@ -8907,6 +9095,8 @@ class ParConstIter_pureSoA_2_0_arena(ParConstIterBase_pureSoA_2_0_arena): class ParConstIter_pureSoA_2_0_default(ParConstIterBase_pureSoA_2_0_default): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_2_0_default, level: int ) -> None: ... @@ -8933,6 +9123,8 @@ class ParConstIter_pureSoA_2_0_default(ParConstIterBase_pureSoA_2_0_default): class ParConstIter_pureSoA_2_0_pinned(ParConstIterBase_pureSoA_2_0_pinned): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_2_0_pinned, level: int ) -> None: ... @@ -8959,6 +9151,8 @@ class ParConstIter_pureSoA_2_0_pinned(ParConstIterBase_pureSoA_2_0_pinned): class ParConstIter_pureSoA_6_0_arena(ParConstIterBase_pureSoA_6_0_arena): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_6_0_arena, level: int ) -> None: ... @@ -8985,6 +9179,8 @@ class ParConstIter_pureSoA_6_0_arena(ParConstIterBase_pureSoA_6_0_arena): class ParConstIter_pureSoA_6_0_default(ParConstIterBase_pureSoA_6_0_default): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_6_0_default, level: int ) -> None: ... @@ -9011,6 +9207,8 @@ class ParConstIter_pureSoA_6_0_default(ParConstIterBase_pureSoA_6_0_default): class ParConstIter_pureSoA_6_0_pinned(ParConstIterBase_pureSoA_6_0_pinned): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_6_0_pinned, level: int ) -> None: ... @@ -9037,6 +9235,8 @@ class ParConstIter_pureSoA_6_0_pinned(ParConstIterBase_pureSoA_6_0_pinned): class ParConstIter_pureSoA_7_0_arena(ParConstIterBase_pureSoA_7_0_arena): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_arena, level: int ) -> None: ... @@ -9063,6 +9263,8 @@ class ParConstIter_pureSoA_7_0_arena(ParConstIterBase_pureSoA_7_0_arena): class ParConstIter_pureSoA_7_0_default(ParConstIterBase_pureSoA_7_0_default): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_default, level: int ) -> None: ... @@ -9089,6 +9291,8 @@ class ParConstIter_pureSoA_7_0_default(ParConstIterBase_pureSoA_7_0_default): class ParConstIter_pureSoA_7_0_pinned(ParConstIterBase_pureSoA_7_0_pinned): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_pinned, level: int ) -> None: ... @@ -9115,6 +9319,8 @@ class ParConstIter_pureSoA_7_0_pinned(ParConstIterBase_pureSoA_7_0_pinned): class ParConstIter_pureSoA_8_0_arena(ParConstIterBase_pureSoA_8_0_arena): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_arena, level: int ) -> None: ... @@ -9141,6 +9347,8 @@ class ParConstIter_pureSoA_8_0_arena(ParConstIterBase_pureSoA_8_0_arena): class ParConstIter_pureSoA_8_0_default(ParConstIterBase_pureSoA_8_0_default): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_default, level: int ) -> None: ... @@ -9167,6 +9375,8 @@ class ParConstIter_pureSoA_8_0_default(ParConstIterBase_pureSoA_8_0_default): class ParConstIter_pureSoA_8_0_pinned(ParConstIterBase_pureSoA_8_0_pinned): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_pinned, level: int ) -> None: ... @@ -9193,6 +9403,8 @@ class ParConstIter_pureSoA_8_0_pinned(ParConstIterBase_pureSoA_8_0_pinned): class ParIterBase_16_4_0_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_arena, level: int ) -> None: ... @@ -9241,6 +9453,8 @@ class ParIterBase_16_4_0_0_arena(MFIter): class ParIterBase_16_4_0_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_default, level: int ) -> None: ... @@ -9289,6 +9503,8 @@ class ParIterBase_16_4_0_0_default(MFIter): class ParIterBase_16_4_0_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_pinned, level: int ) -> None: ... @@ -9337,6 +9553,8 @@ class ParIterBase_16_4_0_0_pinned(MFIter): class ParIterBase_2_1_3_1_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_arena, level: int ) -> None: ... @@ -9385,6 +9603,8 @@ class ParIterBase_2_1_3_1_arena(MFIter): class ParIterBase_2_1_3_1_default(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_default, level: int ) -> None: ... @@ -9433,6 +9653,8 @@ class ParIterBase_2_1_3_1_default(MFIter): class ParIterBase_2_1_3_1_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_pinned, level: int ) -> None: ... @@ -9481,6 +9703,8 @@ class ParIterBase_2_1_3_1_pinned(MFIter): class ParIterBase_pureSoA_2_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_2_0_arena, level: int ) -> None: ... @@ -9528,6 +9752,8 @@ class ParIterBase_pureSoA_2_0_arena(MFIter): class ParIterBase_pureSoA_2_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_2_0_default, level: int ) -> None: ... @@ -9575,6 +9801,8 @@ class ParIterBase_pureSoA_2_0_default(MFIter): class ParIterBase_pureSoA_2_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_2_0_pinned, level: int ) -> None: ... @@ -9622,6 +9850,8 @@ class ParIterBase_pureSoA_2_0_pinned(MFIter): class ParIterBase_pureSoA_6_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_6_0_arena, level: int ) -> None: ... @@ -9669,6 +9899,8 @@ class ParIterBase_pureSoA_6_0_arena(MFIter): class ParIterBase_pureSoA_6_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_6_0_default, level: int ) -> None: ... @@ -9716,6 +9948,8 @@ class ParIterBase_pureSoA_6_0_default(MFIter): class ParIterBase_pureSoA_6_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_6_0_pinned, level: int ) -> None: ... @@ -9763,6 +9997,8 @@ class ParIterBase_pureSoA_6_0_pinned(MFIter): class ParIterBase_pureSoA_7_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_arena, level: int ) -> None: ... @@ -9810,6 +10046,8 @@ class ParIterBase_pureSoA_7_0_arena(MFIter): class ParIterBase_pureSoA_7_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_default, level: int ) -> None: ... @@ -9857,6 +10095,8 @@ class ParIterBase_pureSoA_7_0_default(MFIter): class ParIterBase_pureSoA_7_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_pinned, level: int ) -> None: ... @@ -9904,6 +10144,8 @@ class ParIterBase_pureSoA_7_0_pinned(MFIter): class ParIterBase_pureSoA_8_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_arena, level: int ) -> None: ... @@ -9951,6 +10193,8 @@ class ParIterBase_pureSoA_8_0_arena(MFIter): class ParIterBase_pureSoA_8_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_default, level: int ) -> None: ... @@ -9998,6 +10242,8 @@ class ParIterBase_pureSoA_8_0_default(MFIter): class ParIterBase_pureSoA_8_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_pinned, level: int ) -> None: ... @@ -10045,6 +10291,8 @@ class ParIterBase_pureSoA_8_0_pinned(MFIter): class ParIter_16_4_0_0_arena(ParIterBase_16_4_0_0_arena): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_arena, level: int ) -> None: ... @@ -10071,6 +10319,8 @@ class ParIter_16_4_0_0_arena(ParIterBase_16_4_0_0_arena): class ParIter_16_4_0_0_default(ParIterBase_16_4_0_0_default): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_default, level: int ) -> None: ... @@ -10097,6 +10347,8 @@ class ParIter_16_4_0_0_default(ParIterBase_16_4_0_0_default): class ParIter_16_4_0_0_pinned(ParIterBase_16_4_0_0_pinned): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_pinned, level: int ) -> None: ... @@ -10123,6 +10375,8 @@ class ParIter_16_4_0_0_pinned(ParIterBase_16_4_0_0_pinned): class ParIter_2_1_3_1_arena(ParIterBase_2_1_3_1_arena): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_arena, level: int ) -> None: ... @@ -10149,6 +10403,8 @@ class ParIter_2_1_3_1_arena(ParIterBase_2_1_3_1_arena): class ParIter_2_1_3_1_default(ParIterBase_2_1_3_1_default): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_default, level: int ) -> None: ... @@ -10175,6 +10431,8 @@ class ParIter_2_1_3_1_default(ParIterBase_2_1_3_1_default): class ParIter_2_1_3_1_pinned(ParIterBase_2_1_3_1_pinned): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_pinned, level: int ) -> None: ... @@ -10201,6 +10459,8 @@ class ParIter_2_1_3_1_pinned(ParIterBase_2_1_3_1_pinned): class ParIter_pureSoA_2_0_arena(ParIterBase_pureSoA_2_0_arena): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_2_0_arena, level: int ) -> None: ... @@ -10227,6 +10487,8 @@ class ParIter_pureSoA_2_0_arena(ParIterBase_pureSoA_2_0_arena): class ParIter_pureSoA_2_0_default(ParIterBase_pureSoA_2_0_default): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_2_0_default, level: int ) -> None: ... @@ -10253,6 +10515,8 @@ class ParIter_pureSoA_2_0_default(ParIterBase_pureSoA_2_0_default): class ParIter_pureSoA_2_0_pinned(ParIterBase_pureSoA_2_0_pinned): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_2_0_pinned, level: int ) -> None: ... @@ -10279,6 +10543,8 @@ class ParIter_pureSoA_2_0_pinned(ParIterBase_pureSoA_2_0_pinned): class ParIter_pureSoA_6_0_arena(ParIterBase_pureSoA_6_0_arena): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_6_0_arena, level: int ) -> None: ... @@ -10305,6 +10571,8 @@ class ParIter_pureSoA_6_0_arena(ParIterBase_pureSoA_6_0_arena): class ParIter_pureSoA_6_0_default(ParIterBase_pureSoA_6_0_default): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_6_0_default, level: int ) -> None: ... @@ -10331,6 +10599,8 @@ class ParIter_pureSoA_6_0_default(ParIterBase_pureSoA_6_0_default): class ParIter_pureSoA_6_0_pinned(ParIterBase_pureSoA_6_0_pinned): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_6_0_pinned, level: int ) -> None: ... @@ -10357,6 +10627,8 @@ class ParIter_pureSoA_6_0_pinned(ParIterBase_pureSoA_6_0_pinned): class ParIter_pureSoA_7_0_arena(ParIterBase_pureSoA_7_0_arena): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_arena, level: int ) -> None: ... @@ -10383,6 +10655,8 @@ class ParIter_pureSoA_7_0_arena(ParIterBase_pureSoA_7_0_arena): class ParIter_pureSoA_7_0_default(ParIterBase_pureSoA_7_0_default): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_default, level: int ) -> None: ... @@ -10409,6 +10683,8 @@ class ParIter_pureSoA_7_0_default(ParIterBase_pureSoA_7_0_default): class ParIter_pureSoA_7_0_pinned(ParIterBase_pureSoA_7_0_pinned): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_pinned, level: int ) -> None: ... @@ -10435,6 +10711,8 @@ class ParIter_pureSoA_7_0_pinned(ParIterBase_pureSoA_7_0_pinned): class ParIter_pureSoA_8_0_arena(ParIterBase_pureSoA_8_0_arena): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_arena, level: int ) -> None: ... @@ -10461,6 +10739,8 @@ class ParIter_pureSoA_8_0_arena(ParIterBase_pureSoA_8_0_arena): class ParIter_pureSoA_8_0_default(ParIterBase_pureSoA_8_0_default): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_default, level: int ) -> None: ... @@ -10487,6 +10767,8 @@ class ParIter_pureSoA_8_0_default(ParIterBase_pureSoA_8_0_default): class ParIter_pureSoA_8_0_pinned(ParIterBase_pureSoA_8_0_pinned): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_pinned, level: int ) -> None: ... @@ -10512,6 +10794,8 @@ class ParIter_pureSoA_8_0_pinned(ParIterBase_pureSoA_8_0_pinned): def __repr__(self) -> str: ... class ParmParse: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def addfile(arg0: str) -> None: ... def __init__(self, prefix: str = "") -> None: ... @@ -10576,6 +10860,8 @@ class ParticleContainer_16_4_0_0_arena: num_struct_real: typing.ClassVar[int] = 16 const_iterator = ParConstIter_16_4_0_0_arena iterator = ParIter_16_4_0_0_arena + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -10753,6 +11039,8 @@ class ParticleContainer_16_4_0_0_default: num_struct_real: typing.ClassVar[int] = 16 const_iterator = ParConstIter_16_4_0_0_default iterator = ParIter_16_4_0_0_default + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -10930,6 +11218,8 @@ class ParticleContainer_16_4_0_0_pinned: num_struct_real: typing.ClassVar[int] = 16 const_iterator = ParConstIter_16_4_0_0_pinned iterator = ParIter_16_4_0_0_pinned + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -11107,6 +11397,8 @@ class ParticleContainer_2_1_3_1_arena: num_struct_real: typing.ClassVar[int] = 2 const_iterator = ParConstIter_2_1_3_1_arena iterator = ParIter_2_1_3_1_arena + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -11284,6 +11576,8 @@ class ParticleContainer_2_1_3_1_default: num_struct_real: typing.ClassVar[int] = 2 const_iterator = ParConstIter_2_1_3_1_default iterator = ParIter_2_1_3_1_default + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -11461,6 +11755,8 @@ class ParticleContainer_2_1_3_1_pinned: num_struct_real: typing.ClassVar[int] = 2 const_iterator = ParConstIter_2_1_3_1_pinned iterator = ParIter_2_1_3_1_pinned + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -11638,6 +11934,8 @@ class ParticleContainer_pureSoA_2_0_arena: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_2_0_arena iterator = ParIter_pureSoA_2_0_arena + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -11809,6 +12107,8 @@ class ParticleContainer_pureSoA_2_0_default: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_2_0_default iterator = ParIter_pureSoA_2_0_default + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -11980,6 +12280,8 @@ class ParticleContainer_pureSoA_2_0_pinned: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_2_0_pinned iterator = ParIter_pureSoA_2_0_pinned + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -12151,6 +12453,8 @@ class ParticleContainer_pureSoA_6_0_arena: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_6_0_arena iterator = ParIter_pureSoA_6_0_arena + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -12322,6 +12626,8 @@ class ParticleContainer_pureSoA_6_0_default: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_6_0_default iterator = ParIter_pureSoA_6_0_default + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -12493,6 +12799,8 @@ class ParticleContainer_pureSoA_6_0_pinned: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_6_0_pinned iterator = ParIter_pureSoA_6_0_pinned + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -12664,6 +12972,8 @@ class ParticleContainer_pureSoA_7_0_arena: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_7_0_arena iterator = ParIter_pureSoA_7_0_arena + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -12835,6 +13145,8 @@ class ParticleContainer_pureSoA_7_0_default: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_7_0_default iterator = ParIter_pureSoA_7_0_default + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -13006,6 +13318,8 @@ class ParticleContainer_pureSoA_7_0_pinned: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_7_0_pinned iterator = ParIter_pureSoA_7_0_pinned + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -13177,6 +13491,8 @@ class ParticleContainer_pureSoA_8_0_arena: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_8_0_arena iterator = ParIter_pureSoA_8_0_arena + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -13348,6 +13664,8 @@ class ParticleContainer_pureSoA_8_0_default: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_8_0_default iterator = ParIter_pureSoA_8_0_default + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -13519,6 +13837,8 @@ class ParticleContainer_pureSoA_8_0_pinned: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_8_0_pinned iterator = ParIter_pureSoA_8_0_pinned + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -13696,6 +14016,8 @@ class ParticleInitType_16_4_0_0: real_struct_data: typing.Annotated[ list[float], pybind11_stubgen.typing_ext.FixedSize(16) ] + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... class ParticleInitType_2_1_3_1: @@ -13712,6 +14034,8 @@ class ParticleInitType_2_1_3_1: real_struct_data: typing.Annotated[ list[float], pybind11_stubgen.typing_ext.FixedSize(2) ] + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... class ParticleInitType_pureSoA_2_0: @@ -13722,6 +14046,8 @@ class ParticleInitType_pureSoA_2_0: real_array_data: typing.Annotated[ list[float], pybind11_stubgen.typing_ext.FixedSize(2) ] + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... class ParticleInitType_pureSoA_6_0: @@ -13732,6 +14058,8 @@ class ParticleInitType_pureSoA_6_0: real_array_data: typing.Annotated[ list[float], pybind11_stubgen.typing_ext.FixedSize(6) ] + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... class ParticleInitType_pureSoA_7_0: @@ -13742,6 +14070,8 @@ class ParticleInitType_pureSoA_7_0: real_array_data: typing.Annotated[ list[float], pybind11_stubgen.typing_ext.FixedSize(7) ] + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... class ParticleInitType_pureSoA_8_0: @@ -13752,9 +14082,13 @@ class ParticleInitType_pureSoA_8_0: real_array_data: typing.Annotated[ list[float], pybind11_stubgen.typing_ext.FixedSize(8) ] + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... class ParticleTileData_16_4_0_0: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_16_4: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_16_4) -> None: ... @@ -13768,6 +14102,8 @@ class ParticleTileData_16_4_0_0: def m_size(self) -> int: ... class ParticleTileData_2_1_3_1: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_5_2: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_5_2) -> None: ... @@ -13781,6 +14117,8 @@ class ParticleTileData_2_1_3_1: def m_size(self) -> int: ... class ParticleTileData_pureSoA_2_0: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_2_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_2_0) -> None: ... @@ -13794,6 +14132,8 @@ class ParticleTileData_pureSoA_2_0: def m_size(self) -> int: ... class ParticleTileData_pureSoA_6_0: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_6_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_6_0) -> None: ... @@ -13807,6 +14147,8 @@ class ParticleTileData_pureSoA_6_0: def m_size(self) -> int: ... class ParticleTileData_pureSoA_7_0: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_7_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_7_0) -> None: ... @@ -13820,6 +14162,8 @@ class ParticleTileData_pureSoA_7_0: def m_size(self) -> int: ... class ParticleTileData_pureSoA_8_0: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_8_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_8_0) -> None: ... @@ -13835,6 +14179,8 @@ class ParticleTileData_pureSoA_8_0: class ParticleTile_16_4_0_0_arena: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 0 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_16_4: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_16_4) -> None: ... @@ -13902,6 +14248,8 @@ class ParticleTile_16_4_0_0_arena: class ParticleTile_16_4_0_0_default: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 0 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_16_4: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_16_4) -> None: ... @@ -13969,6 +14317,8 @@ class ParticleTile_16_4_0_0_default: class ParticleTile_16_4_0_0_pinned: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 0 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_16_4: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_16_4) -> None: ... @@ -14036,6 +14386,8 @@ class ParticleTile_16_4_0_0_pinned: class ParticleTile_2_1_3_1_arena: NAI: typing.ClassVar[int] = 1 NAR: typing.ClassVar[int] = 3 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_5_2: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_5_2) -> None: ... @@ -14103,6 +14455,8 @@ class ParticleTile_2_1_3_1_arena: class ParticleTile_2_1_3_1_default: NAI: typing.ClassVar[int] = 1 NAR: typing.ClassVar[int] = 3 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_5_2: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_5_2) -> None: ... @@ -14170,6 +14524,8 @@ class ParticleTile_2_1_3_1_default: class ParticleTile_2_1_3_1_pinned: NAI: typing.ClassVar[int] = 1 NAR: typing.ClassVar[int] = 3 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_5_2: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_5_2) -> None: ... @@ -14237,6 +14593,8 @@ class ParticleTile_2_1_3_1_pinned: class ParticleTile_pureSoA_2_0_arena: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 2 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_2_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_2_0) -> None: ... @@ -14297,6 +14655,8 @@ class ParticleTile_pureSoA_2_0_arena: class ParticleTile_pureSoA_2_0_default: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 2 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_2_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_2_0) -> None: ... @@ -14357,6 +14717,8 @@ class ParticleTile_pureSoA_2_0_default: class ParticleTile_pureSoA_2_0_pinned: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 2 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_2_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_2_0) -> None: ... @@ -14417,6 +14779,8 @@ class ParticleTile_pureSoA_2_0_pinned: class ParticleTile_pureSoA_6_0_arena: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 6 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_6_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_6_0) -> None: ... @@ -14477,6 +14841,8 @@ class ParticleTile_pureSoA_6_0_arena: class ParticleTile_pureSoA_6_0_default: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 6 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_6_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_6_0) -> None: ... @@ -14537,6 +14903,8 @@ class ParticleTile_pureSoA_6_0_default: class ParticleTile_pureSoA_6_0_pinned: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 6 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_6_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_6_0) -> None: ... @@ -14597,6 +14965,8 @@ class ParticleTile_pureSoA_6_0_pinned: class ParticleTile_pureSoA_7_0_arena: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 7 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_7_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_7_0) -> None: ... @@ -14657,6 +15027,8 @@ class ParticleTile_pureSoA_7_0_arena: class ParticleTile_pureSoA_7_0_default: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 7 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_7_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_7_0) -> None: ... @@ -14717,6 +15089,8 @@ class ParticleTile_pureSoA_7_0_default: class ParticleTile_pureSoA_7_0_pinned: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 7 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_7_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_7_0) -> None: ... @@ -14777,6 +15151,8 @@ class ParticleTile_pureSoA_7_0_pinned: class ParticleTile_pureSoA_8_0_arena: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 8 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_8_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_8_0) -> None: ... @@ -14837,6 +15213,8 @@ class ParticleTile_pureSoA_8_0_arena: class ParticleTile_pureSoA_8_0_default: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 8 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_8_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_8_0) -> None: ... @@ -14897,6 +15275,8 @@ class ParticleTile_pureSoA_8_0_default: class ParticleTile_pureSoA_8_0_pinned: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 8 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_8_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_8_0) -> None: ... @@ -14959,6 +15339,8 @@ class Particle_16_4: NReal: typing.ClassVar[int] = 16 x: float y: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def NextID(self) -> int: ... @typing.overload @@ -15022,6 +15404,8 @@ class Particle_2_0: NReal: typing.ClassVar[int] = 2 x: float y: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def NextID(self) -> int: ... @typing.overload @@ -15083,6 +15467,8 @@ class Particle_2_1: NReal: typing.ClassVar[int] = 2 x: float y: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def NextID(self) -> int: ... @typing.overload @@ -15146,6 +15532,8 @@ class Particle_5_2: NReal: typing.ClassVar[int] = 5 x: float y: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def NextID(self) -> int: ... @typing.overload @@ -15209,6 +15597,8 @@ class Particle_6_0: NReal: typing.ClassVar[int] = 6 x: float y: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def NextID(self) -> int: ... @typing.overload @@ -15270,6 +15660,8 @@ class Particle_7_0: NReal: typing.ClassVar[int] = 7 x: float y: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def NextID(self) -> int: ... @typing.overload @@ -15331,6 +15723,8 @@ class Particle_8_0: NReal: typing.ClassVar[int] = 8 x: float y: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def NextID(self) -> int: ... @typing.overload @@ -15390,6 +15784,8 @@ class Particle_8_0: class Periodicity: __hash__: typing.ClassVar[None] = None @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod def non_periodic() -> Periodicity: """ Return the Periodicity object that is not periodic in any direction @@ -15415,6 +15811,8 @@ class Periodicity: def shift_IntVect(self, arg1: IntVect2D) -> list[IntVect2D]: ... class PlotFileData: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def DistributionMap(self, arg0: int) -> DistributionMapping: ... def __init__(self, arg0: str) -> None: ... def boxArray(self, arg0: int) -> BoxArray: ... @@ -15450,6 +15848,8 @@ class PlotFileData: def varNames(self) -> Vector_string: ... class RealBox: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __init__(self) -> None: ... @typing.overload @@ -15555,6 +15955,8 @@ class RealBox: class RealVect: __hash__: typing.ClassVar[None] = None @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod def unit_vector() -> RealVect: ... @staticmethod def zero_vector() -> RealVect: ... @@ -15675,6 +16077,8 @@ class RealVect: """ class SmallMatrix_1x6_F_SI1_double: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def zero() -> SmallMatrix_1x6_F_SI1_double: ... def __add__( @@ -15820,6 +16224,8 @@ class SmallMatrix_1x6_F_SI1_double: def starting_index(self) -> int: ... class SmallMatrix_1x6_F_SI1_float: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def zero() -> SmallMatrix_1x6_F_SI1_float: ... def __add__( @@ -15965,6 +16371,8 @@ class SmallMatrix_1x6_F_SI1_float: def starting_index(self) -> int: ... class SmallMatrix_1x6_F_SI1_longdouble: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def zero() -> SmallMatrix_1x6_F_SI1_longdouble: ... def __add__( @@ -16110,6 +16518,8 @@ class SmallMatrix_1x6_F_SI1_longdouble: def starting_index(self) -> int: ... class SmallMatrix_6x1_F_SI1_double: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def zero() -> SmallMatrix_6x1_F_SI1_double: ... def __add__( @@ -16255,6 +16665,8 @@ class SmallMatrix_6x1_F_SI1_double: def starting_index(self) -> int: ... class SmallMatrix_6x1_F_SI1_float: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def zero() -> SmallMatrix_6x1_F_SI1_float: ... def __add__( @@ -16400,6 +16812,8 @@ class SmallMatrix_6x1_F_SI1_float: def starting_index(self) -> int: ... class SmallMatrix_6x1_F_SI1_longdouble: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def zero() -> SmallMatrix_6x1_F_SI1_longdouble: ... def __add__( @@ -16545,6 +16959,8 @@ class SmallMatrix_6x1_F_SI1_longdouble: def starting_index(self) -> int: ... class SmallMatrix_6x6_F_SI1_double: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def identity() -> SmallMatrix_6x6_F_SI1_double: ... @staticmethod @@ -16702,6 +17118,8 @@ class SmallMatrix_6x6_F_SI1_double: def starting_index(self) -> int: ... class SmallMatrix_6x6_F_SI1_float: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def identity() -> SmallMatrix_6x6_F_SI1_float: ... @staticmethod @@ -16859,6 +17277,8 @@ class SmallMatrix_6x6_F_SI1_float: def starting_index(self) -> int: ... class SmallMatrix_6x6_F_SI1_longdouble: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def identity() -> SmallMatrix_6x6_F_SI1_longdouble: ... @staticmethod @@ -17016,6 +17436,8 @@ class SmallMatrix_6x6_F_SI1_longdouble: def starting_index(self) -> int: ... class StructOfArrays_0_0_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -17201,6 +17623,8 @@ class StructOfArrays_0_0_arena: """ class StructOfArrays_0_0_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -17386,6 +17810,8 @@ class StructOfArrays_0_0_default: """ class StructOfArrays_0_0_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -17571,6 +17997,8 @@ class StructOfArrays_0_0_pinned: """ class StructOfArrays_2_0_idcpu_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -17760,6 +18188,8 @@ class StructOfArrays_2_0_idcpu_arena: """ class StructOfArrays_2_0_idcpu_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -17949,6 +18379,8 @@ class StructOfArrays_2_0_idcpu_default: """ class StructOfArrays_2_0_idcpu_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -18138,6 +18570,8 @@ class StructOfArrays_2_0_idcpu_pinned: """ class StructOfArrays_3_1_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -18323,6 +18757,8 @@ class StructOfArrays_3_1_arena: """ class StructOfArrays_3_1_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -18508,6 +18944,8 @@ class StructOfArrays_3_1_default: """ class StructOfArrays_3_1_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -18693,6 +19131,8 @@ class StructOfArrays_3_1_pinned: """ class StructOfArrays_6_0_idcpu_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -18882,6 +19322,8 @@ class StructOfArrays_6_0_idcpu_arena: """ class StructOfArrays_6_0_idcpu_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -19071,6 +19513,8 @@ class StructOfArrays_6_0_idcpu_default: """ class StructOfArrays_6_0_idcpu_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -19260,6 +19704,8 @@ class StructOfArrays_6_0_idcpu_pinned: """ class StructOfArrays_7_0_idcpu_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -19449,6 +19895,8 @@ class StructOfArrays_7_0_idcpu_arena: """ class StructOfArrays_7_0_idcpu_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -19638,6 +20086,8 @@ class StructOfArrays_7_0_idcpu_default: """ class StructOfArrays_7_0_idcpu_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -19827,6 +20277,8 @@ class StructOfArrays_7_0_idcpu_pinned: """ class StructOfArrays_8_0_idcpu_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -20016,6 +20468,8 @@ class StructOfArrays_8_0_idcpu_arena: """ class StructOfArrays_8_0_idcpu_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -20205,6 +20659,8 @@ class StructOfArrays_8_0_idcpu_default: """ class StructOfArrays_8_0_idcpu_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -20395,6 +20851,8 @@ class StructOfArrays_8_0_idcpu_pinned: class Vector_BoxArray: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -20499,6 +20957,8 @@ class Vector_BoxArray: class Vector_DistributionMapping: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -20602,6 +21062,8 @@ class Vector_DistributionMapping: def size(self) -> int: ... class Vector_Geometry: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -20692,6 +21154,8 @@ class Vector_Geometry: class Vector_IntVect: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -20796,6 +21260,8 @@ class Vector_IntVect: class Vector_Long: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -20904,6 +21370,8 @@ class Vector_Long: class Vector_Real: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -21012,6 +21480,8 @@ class Vector_Real: class Vector_int: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -21120,6 +21590,8 @@ class Vector_int: class Vector_string: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -21240,11 +21712,15 @@ class VisMF: """ Writes a Multifab to the specified file """ + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... class XDim3: x: float y: float z: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self, arg0: float, arg1: float, arg2: float) -> None: ... def AlmostEqual(rb1: RealBox, rb2: RealBox, eps: float = 0.0) -> bool: diff --git a/src/amrex/space3d/amrex_3d_pybind/__init__.pyi b/src/amrex/space3d/amrex_3d_pybind/__init__.pyi index d3ae7ac1..92efd065 100644 --- a/src/amrex/space3d/amrex_3d_pybind/__init__.pyi +++ b/src/amrex/space3d/amrex_3d_pybind/__init__.pyi @@ -299,6 +299,8 @@ __all__ = [ ] class AMReX: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def empty() -> bool: ... @staticmethod @@ -320,6 +322,8 @@ class AmrInfo: use_fixed_upto_level: int use_new_chop: bool verbose: int + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __repr__(self) -> str: ... def blocking_factor(self, arg0: int) -> IntVect3D: ... @@ -328,6 +332,8 @@ class AmrInfo: def ref_ratio(self, arg0: int) -> IntVect3D: ... class AmrMesh: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __init__(self) -> None: ... @typing.overload @@ -353,6 +359,8 @@ class AmrMesh: def verbose(self) -> int: ... class Arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def finalize() -> None: ... @staticmethod @@ -377,6 +385,8 @@ class Arena: def is_pinned(self) -> bool: ... class Array4_cdouble: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> complex: ... @typing.overload @@ -528,6 +538,8 @@ class Array4_cdouble: def size(self) -> int: ... class Array4_cdouble_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> complex: ... @typing.overload @@ -665,6 +677,8 @@ class Array4_cdouble_const: def size(self) -> int: ... class Array4_cfloat: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> complex: ... @typing.overload @@ -816,6 +830,8 @@ class Array4_cfloat: def size(self) -> int: ... class Array4_cfloat_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> complex: ... @typing.overload @@ -953,6 +969,8 @@ class Array4_cfloat_const: def size(self) -> int: ... class Array4_double: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> float: ... @typing.overload @@ -1104,6 +1122,8 @@ class Array4_double: def size(self) -> int: ... class Array4_double_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> float: ... @typing.overload @@ -1241,6 +1261,8 @@ class Array4_double_const: def size(self) -> int: ... class Array4_float: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> float: ... @typing.overload @@ -1392,6 +1414,8 @@ class Array4_float: def size(self) -> int: ... class Array4_float_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> float: ... @typing.overload @@ -1529,6 +1553,8 @@ class Array4_float_const: def size(self) -> int: ... class Array4_int: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> int: ... @typing.overload @@ -1680,6 +1706,8 @@ class Array4_int: def size(self) -> int: ... class Array4_int_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> int: ... @typing.overload @@ -1817,6 +1845,8 @@ class Array4_int_const: def size(self) -> int: ... class Array4_long: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> int: ... @typing.overload @@ -1968,6 +1998,8 @@ class Array4_long: def size(self) -> int: ... class Array4_long_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> int: ... @typing.overload @@ -2105,6 +2137,8 @@ class Array4_long_const: def size(self) -> int: ... class Array4_longdouble: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> float: ... @typing.overload @@ -2256,6 +2290,8 @@ class Array4_longdouble: def size(self) -> int: ... class Array4_longdouble_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> float: ... @typing.overload @@ -2393,6 +2429,8 @@ class Array4_longdouble_const: def size(self) -> int: ... class Array4_longlong: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> int: ... @typing.overload @@ -2544,6 +2582,8 @@ class Array4_longlong: def size(self) -> int: ... class Array4_longlong_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> int: ... @typing.overload @@ -2681,6 +2721,8 @@ class Array4_longlong_const: def size(self) -> int: ... class Array4_short: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> int: ... @typing.overload @@ -2832,6 +2874,8 @@ class Array4_short: def size(self) -> int: ... class Array4_short_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> int: ... @typing.overload @@ -2969,6 +3013,8 @@ class Array4_short_const: def size(self) -> int: ... class Array4_uint: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> int: ... @typing.overload @@ -3120,6 +3166,8 @@ class Array4_uint: def size(self) -> int: ... class Array4_uint_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> int: ... @typing.overload @@ -3257,6 +3305,8 @@ class Array4_uint_const: def size(self) -> int: ... class Array4_ulong: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> int: ... @typing.overload @@ -3408,6 +3458,8 @@ class Array4_ulong: def size(self) -> int: ... class Array4_ulong_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> int: ... @typing.overload @@ -3545,6 +3597,8 @@ class Array4_ulong_const: def size(self) -> int: ... class Array4_ulonglong: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> int: ... @typing.overload @@ -3696,6 +3750,8 @@ class Array4_ulonglong: def size(self) -> int: ... class Array4_ulonglong_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> int: ... @typing.overload @@ -3833,6 +3889,8 @@ class Array4_ulonglong_const: def size(self) -> int: ... class Array4_ushort: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> int: ... @typing.overload @@ -3984,6 +4042,8 @@ class Array4_ushort: def size(self) -> int: ... class Array4_ushort_const: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __getitem__(self, arg0: IntVect3D) -> int: ... @typing.overload @@ -4121,6 +4181,8 @@ class Array4_ushort_const: def size(self) -> int: ... class ArrayOfStructs_16_4_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def test_sizes() -> None: ... def __getitem__(self, arg0: int) -> Particle_16_4: ... @@ -4215,6 +4277,8 @@ class ArrayOfStructs_16_4_arena: def __cuda_array_interface__(self) -> dict: ... class ArrayOfStructs_16_4_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def test_sizes() -> None: ... def __getitem__(self, arg0: int) -> Particle_16_4: ... @@ -4309,6 +4373,8 @@ class ArrayOfStructs_16_4_default: def __cuda_array_interface__(self) -> dict: ... class ArrayOfStructs_16_4_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def test_sizes() -> None: ... def __getitem__(self, arg0: int) -> Particle_16_4: ... @@ -4403,6 +4469,8 @@ class ArrayOfStructs_16_4_pinned: def __cuda_array_interface__(self) -> dict: ... class ArrayOfStructs_2_1_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def test_sizes() -> None: ... def __getitem__(self, arg0: int) -> Particle_2_1: ... @@ -4497,6 +4565,8 @@ class ArrayOfStructs_2_1_arena: def __cuda_array_interface__(self) -> dict: ... class ArrayOfStructs_2_1_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def test_sizes() -> None: ... def __getitem__(self, arg0: int) -> Particle_2_1: ... @@ -4591,6 +4661,8 @@ class ArrayOfStructs_2_1_default: def __cuda_array_interface__(self) -> dict: ... class ArrayOfStructs_2_1_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def test_sizes() -> None: ... def __getitem__(self, arg0: int) -> Particle_2_1: ... @@ -4685,6 +4757,8 @@ class ArrayOfStructs_2_1_pinned: def __cuda_array_interface__(self) -> dict: ... class BaseFab_Real: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __init__(self) -> None: ... @typing.overload @@ -4734,6 +4808,8 @@ class Box: hi_vect: IntVect3D lo_vect: IntVect3D small_end: IntVect3D + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __add__(self, arg0: IntVect3D) -> Box: ... def __iadd__(self, arg0: IntVect3D) -> Box: ... @typing.overload @@ -4927,6 +5003,8 @@ class Box: def volume(self) -> int: ... class BoxArray: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Box: ... @typing.overload def __init__(self) -> None: ... @@ -4984,6 +5062,8 @@ class Config: have_omp: typing.ClassVar[bool] = False spacedim: typing.ClassVar[int] = 3 verbose: typing.ClassVar[int] = 1 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... class CoordSys: class CoordType: @@ -5010,6 +5090,8 @@ class CoordSys: CoordSys.CoordType ] # value = undef: typing.ClassVar[CoordSys.CoordType] # value = + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __eq__(self, other: typing.Any) -> bool: ... def __getstate__(self) -> int: ... def __hash__(self) -> int: ... @@ -5029,6 +5111,8 @@ class CoordSys: SPHERICAL: typing.ClassVar[CoordSys.CoordType] # value = cartesian: typing.ClassVar[CoordSys.CoordType] # value = undef: typing.ClassVar[CoordSys.CoordType] # value = + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def Coord(self) -> CoordSys.CoordType: ... def CoordInt(self) -> int: ... def IsCartesian(self) -> bool: ... @@ -5046,14 +5130,19 @@ class Dim3: x: int y: int z: int + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self, arg0: int, arg1: int, arg2: int) -> None: ... def __repr__(self) -> str: ... def __str__(self) -> str: ... class Direction: - pass + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... class DistributionMapping: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def ProcessorMap(self) -> Vector_int: ... def __getitem__(self, arg0: int) -> int: ... @typing.overload @@ -5083,6 +5172,8 @@ class DistributionMapping: def size(self) -> int: ... class FArrayBox(BaseFab_Real): + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __init__(self) -> None: ... @typing.overload @@ -5110,6 +5201,8 @@ class FArrayBox(BaseFab_Real): class FabArrayBase: @staticmethod def __iter__(fab): ... + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def is_nodal(self, arg0: int) -> bool: ... @property def is_all_cell_centered(self) -> bool: ... @@ -5137,6 +5230,8 @@ class FabArrayBase: """ class FabArray_FArrayBox(FabArrayBase): + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def lin_comb( dst: FabArray_FArrayBox, @@ -5407,9 +5502,12 @@ class FabArray_FArrayBox(FabArrayBase): def has_EB_fab_factory(self) -> bool: ... class FabFactory_FArrayBox: - pass + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... class Geometry(CoordSys): + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def ProbHi(self, dir: int) -> float: """ @@ -5555,6 +5653,8 @@ class Geometry(CoordSys): def prob_domain(self, arg1: RealBox) -> None: ... class GeometryData: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def CellSize( self, @@ -5658,6 +5758,8 @@ class IndexType: __members__: typing.ClassVar[ dict[str, IndexType.CellIndex] ] # value = {'CELL': , 'NODE': } + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __eq__(self, other: typing.Any) -> bool: ... def __getstate__(self) -> int: ... def __hash__(self) -> int: ... @@ -5677,6 +5779,8 @@ class IndexType: NODE: typing.ClassVar[IndexType.CellIndex] # value = __hash__: typing.ClassVar[None] = None @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod def cell_type() -> IndexType: ... @staticmethod def node_type() -> IndexType: ... @@ -5724,6 +5828,8 @@ class IndexType: class IntVect1D: __hash__: typing.ClassVar[None] = None @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod def cell_vector() -> IntVect1D: ... @staticmethod def max_vector() -> IntVect1D: ... @@ -5806,6 +5912,8 @@ class IntVect1D: class IntVect2D: __hash__: typing.ClassVar[None] = None @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod def cell_vector() -> IntVect2D: ... @staticmethod def max_vector() -> IntVect2D: ... @@ -5890,6 +5998,8 @@ class IntVect2D: class IntVect3D: __hash__: typing.ClassVar[None] = None @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod def cell_vector() -> IntVect3D: ... @staticmethod def max_vector() -> IntVect3D: ... @@ -5975,6 +6085,8 @@ class MFInfo: alloc: bool arena: Arena tags: Vector_string + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def set_alloc(self, arg0: bool) -> MFInfo: ... def set_arena(self, arg0: Arena) -> MFInfo: ... @@ -5986,6 +6098,8 @@ class MFItInfo: dynamic: bool num_streams: int tilesize: IntVect3D + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def disable_device_sync(self) -> MFItInfo: ... def enable_tiling(self, ts: IntVect3D) -> MFItInfo: ... @@ -5995,6 +6109,8 @@ class MFItInfo: def use_default_stream(self) -> MFItInfo: ... class MFIter: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __init__(self, arg0: FabArrayBase) -> None: ... @typing.overload @@ -6046,6 +6162,8 @@ class MFIter: def length(self) -> int: ... class MPMD_Copier: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __init__(self, arg0: bool) -> None: ... @typing.overload @@ -6061,6 +6179,8 @@ class MultiFab(FabArray_FArrayBox): @staticmethod def __iter__(mfab): ... @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod @typing.overload def add( dst: MultiFab, @@ -6987,6 +7107,8 @@ class MultiFab(FabArray_FArrayBox): """ class PODVector_int_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> int: ... @typing.overload def __init__(self) -> None: ... @@ -7083,6 +7205,8 @@ class PODVector_int_arena: def __cuda_array_interface__(self) -> dict: ... class PODVector_int_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> int: ... @typing.overload def __init__(self) -> None: ... @@ -7179,6 +7303,8 @@ class PODVector_int_pinned: def __cuda_array_interface__(self) -> dict: ... class PODVector_int_std: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> int: ... @typing.overload def __init__(self) -> None: ... @@ -7275,6 +7401,8 @@ class PODVector_int_std: def __cuda_array_interface__(self) -> dict: ... class PODVector_real_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> float: ... @typing.overload def __init__(self) -> None: ... @@ -7371,6 +7499,8 @@ class PODVector_real_arena: def __cuda_array_interface__(self) -> dict: ... class PODVector_real_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> float: ... @typing.overload def __init__(self) -> None: ... @@ -7467,6 +7597,8 @@ class PODVector_real_pinned: def __cuda_array_interface__(self) -> dict: ... class PODVector_real_std: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> float: ... @typing.overload def __init__(self) -> None: ... @@ -7563,6 +7695,8 @@ class PODVector_real_std: def __cuda_array_interface__(self) -> dict: ... class PODVector_uint64_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> int: ... @typing.overload def __init__(self) -> None: ... @@ -7659,6 +7793,8 @@ class PODVector_uint64_arena: def __cuda_array_interface__(self) -> dict: ... class PODVector_uint64_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> int: ... @typing.overload def __init__(self) -> None: ... @@ -7755,6 +7891,8 @@ class PODVector_uint64_pinned: def __cuda_array_interface__(self) -> dict: ... class PODVector_uint64_std: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> int: ... @typing.overload def __init__(self) -> None: ... @@ -7852,6 +7990,8 @@ class PODVector_uint64_std: class ParConstIterBase_16_4_0_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_arena, level: int ) -> None: ... @@ -7900,6 +8040,8 @@ class ParConstIterBase_16_4_0_0_arena(MFIter): class ParConstIterBase_16_4_0_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_default, level: int ) -> None: ... @@ -7948,6 +8090,8 @@ class ParConstIterBase_16_4_0_0_default(MFIter): class ParConstIterBase_16_4_0_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_pinned, level: int ) -> None: ... @@ -7996,6 +8140,8 @@ class ParConstIterBase_16_4_0_0_pinned(MFIter): class ParConstIterBase_2_1_3_1_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_arena, level: int ) -> None: ... @@ -8044,6 +8190,8 @@ class ParConstIterBase_2_1_3_1_arena(MFIter): class ParConstIterBase_2_1_3_1_default(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_default, level: int ) -> None: ... @@ -8092,6 +8240,8 @@ class ParConstIterBase_2_1_3_1_default(MFIter): class ParConstIterBase_2_1_3_1_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_pinned, level: int ) -> None: ... @@ -8140,6 +8290,8 @@ class ParConstIterBase_2_1_3_1_pinned(MFIter): class ParConstIterBase_pureSoA_3_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_3_0_arena, level: int ) -> None: ... @@ -8187,6 +8339,8 @@ class ParConstIterBase_pureSoA_3_0_arena(MFIter): class ParConstIterBase_pureSoA_3_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_3_0_default, level: int ) -> None: ... @@ -8234,6 +8388,8 @@ class ParConstIterBase_pureSoA_3_0_default(MFIter): class ParConstIterBase_pureSoA_3_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_3_0_pinned, level: int ) -> None: ... @@ -8281,6 +8437,8 @@ class ParConstIterBase_pureSoA_3_0_pinned(MFIter): class ParConstIterBase_pureSoA_7_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_arena, level: int ) -> None: ... @@ -8328,6 +8486,8 @@ class ParConstIterBase_pureSoA_7_0_arena(MFIter): class ParConstIterBase_pureSoA_7_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_default, level: int ) -> None: ... @@ -8375,6 +8535,8 @@ class ParConstIterBase_pureSoA_7_0_default(MFIter): class ParConstIterBase_pureSoA_7_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_pinned, level: int ) -> None: ... @@ -8422,6 +8584,8 @@ class ParConstIterBase_pureSoA_7_0_pinned(MFIter): class ParConstIterBase_pureSoA_8_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_arena, level: int ) -> None: ... @@ -8469,6 +8633,8 @@ class ParConstIterBase_pureSoA_8_0_arena(MFIter): class ParConstIterBase_pureSoA_8_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_default, level: int ) -> None: ... @@ -8516,6 +8682,8 @@ class ParConstIterBase_pureSoA_8_0_default(MFIter): class ParConstIterBase_pureSoA_8_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_pinned, level: int ) -> None: ... @@ -8563,6 +8731,8 @@ class ParConstIterBase_pureSoA_8_0_pinned(MFIter): class ParConstIter_16_4_0_0_arena(ParConstIterBase_16_4_0_0_arena): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_arena, level: int ) -> None: ... @@ -8589,6 +8759,8 @@ class ParConstIter_16_4_0_0_arena(ParConstIterBase_16_4_0_0_arena): class ParConstIter_16_4_0_0_default(ParConstIterBase_16_4_0_0_default): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_default, level: int ) -> None: ... @@ -8615,6 +8787,8 @@ class ParConstIter_16_4_0_0_default(ParConstIterBase_16_4_0_0_default): class ParConstIter_16_4_0_0_pinned(ParConstIterBase_16_4_0_0_pinned): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_pinned, level: int ) -> None: ... @@ -8641,6 +8815,8 @@ class ParConstIter_16_4_0_0_pinned(ParConstIterBase_16_4_0_0_pinned): class ParConstIter_2_1_3_1_arena(ParConstIterBase_2_1_3_1_arena): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_arena, level: int ) -> None: ... @@ -8667,6 +8843,8 @@ class ParConstIter_2_1_3_1_arena(ParConstIterBase_2_1_3_1_arena): class ParConstIter_2_1_3_1_default(ParConstIterBase_2_1_3_1_default): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_default, level: int ) -> None: ... @@ -8693,6 +8871,8 @@ class ParConstIter_2_1_3_1_default(ParConstIterBase_2_1_3_1_default): class ParConstIter_2_1_3_1_pinned(ParConstIterBase_2_1_3_1_pinned): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_pinned, level: int ) -> None: ... @@ -8719,6 +8899,8 @@ class ParConstIter_2_1_3_1_pinned(ParConstIterBase_2_1_3_1_pinned): class ParConstIter_pureSoA_3_0_arena(ParConstIterBase_pureSoA_3_0_arena): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_3_0_arena, level: int ) -> None: ... @@ -8745,6 +8927,8 @@ class ParConstIter_pureSoA_3_0_arena(ParConstIterBase_pureSoA_3_0_arena): class ParConstIter_pureSoA_3_0_default(ParConstIterBase_pureSoA_3_0_default): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_3_0_default, level: int ) -> None: ... @@ -8771,6 +8955,8 @@ class ParConstIter_pureSoA_3_0_default(ParConstIterBase_pureSoA_3_0_default): class ParConstIter_pureSoA_3_0_pinned(ParConstIterBase_pureSoA_3_0_pinned): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_3_0_pinned, level: int ) -> None: ... @@ -8797,6 +8983,8 @@ class ParConstIter_pureSoA_3_0_pinned(ParConstIterBase_pureSoA_3_0_pinned): class ParConstIter_pureSoA_7_0_arena(ParConstIterBase_pureSoA_7_0_arena): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_arena, level: int ) -> None: ... @@ -8823,6 +9011,8 @@ class ParConstIter_pureSoA_7_0_arena(ParConstIterBase_pureSoA_7_0_arena): class ParConstIter_pureSoA_7_0_default(ParConstIterBase_pureSoA_7_0_default): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_default, level: int ) -> None: ... @@ -8849,6 +9039,8 @@ class ParConstIter_pureSoA_7_0_default(ParConstIterBase_pureSoA_7_0_default): class ParConstIter_pureSoA_7_0_pinned(ParConstIterBase_pureSoA_7_0_pinned): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_pinned, level: int ) -> None: ... @@ -8875,6 +9067,8 @@ class ParConstIter_pureSoA_7_0_pinned(ParConstIterBase_pureSoA_7_0_pinned): class ParConstIter_pureSoA_8_0_arena(ParConstIterBase_pureSoA_8_0_arena): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_arena, level: int ) -> None: ... @@ -8901,6 +9095,8 @@ class ParConstIter_pureSoA_8_0_arena(ParConstIterBase_pureSoA_8_0_arena): class ParConstIter_pureSoA_8_0_default(ParConstIterBase_pureSoA_8_0_default): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_default, level: int ) -> None: ... @@ -8927,6 +9123,8 @@ class ParConstIter_pureSoA_8_0_default(ParConstIterBase_pureSoA_8_0_default): class ParConstIter_pureSoA_8_0_pinned(ParConstIterBase_pureSoA_8_0_pinned): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_pinned, level: int ) -> None: ... @@ -8953,6 +9151,8 @@ class ParConstIter_pureSoA_8_0_pinned(ParConstIterBase_pureSoA_8_0_pinned): class ParIterBase_16_4_0_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_arena, level: int ) -> None: ... @@ -9001,6 +9201,8 @@ class ParIterBase_16_4_0_0_arena(MFIter): class ParIterBase_16_4_0_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_default, level: int ) -> None: ... @@ -9049,6 +9251,8 @@ class ParIterBase_16_4_0_0_default(MFIter): class ParIterBase_16_4_0_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_pinned, level: int ) -> None: ... @@ -9097,6 +9301,8 @@ class ParIterBase_16_4_0_0_pinned(MFIter): class ParIterBase_2_1_3_1_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_arena, level: int ) -> None: ... @@ -9145,6 +9351,8 @@ class ParIterBase_2_1_3_1_arena(MFIter): class ParIterBase_2_1_3_1_default(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_default, level: int ) -> None: ... @@ -9193,6 +9401,8 @@ class ParIterBase_2_1_3_1_default(MFIter): class ParIterBase_2_1_3_1_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_pinned, level: int ) -> None: ... @@ -9241,6 +9451,8 @@ class ParIterBase_2_1_3_1_pinned(MFIter): class ParIterBase_pureSoA_3_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_3_0_arena, level: int ) -> None: ... @@ -9288,6 +9500,8 @@ class ParIterBase_pureSoA_3_0_arena(MFIter): class ParIterBase_pureSoA_3_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_3_0_default, level: int ) -> None: ... @@ -9335,6 +9549,8 @@ class ParIterBase_pureSoA_3_0_default(MFIter): class ParIterBase_pureSoA_3_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_3_0_pinned, level: int ) -> None: ... @@ -9382,6 +9598,8 @@ class ParIterBase_pureSoA_3_0_pinned(MFIter): class ParIterBase_pureSoA_7_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_arena, level: int ) -> None: ... @@ -9429,6 +9647,8 @@ class ParIterBase_pureSoA_7_0_arena(MFIter): class ParIterBase_pureSoA_7_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_default, level: int ) -> None: ... @@ -9476,6 +9696,8 @@ class ParIterBase_pureSoA_7_0_default(MFIter): class ParIterBase_pureSoA_7_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_pinned, level: int ) -> None: ... @@ -9523,6 +9745,8 @@ class ParIterBase_pureSoA_7_0_pinned(MFIter): class ParIterBase_pureSoA_8_0_arena(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_arena, level: int ) -> None: ... @@ -9570,6 +9794,8 @@ class ParIterBase_pureSoA_8_0_arena(MFIter): class ParIterBase_pureSoA_8_0_default(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_default, level: int ) -> None: ... @@ -9617,6 +9843,8 @@ class ParIterBase_pureSoA_8_0_default(MFIter): class ParIterBase_pureSoA_8_0_pinned(MFIter): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_pinned, level: int ) -> None: ... @@ -9664,6 +9892,8 @@ class ParIterBase_pureSoA_8_0_pinned(MFIter): class ParIter_16_4_0_0_arena(ParIterBase_16_4_0_0_arena): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_arena, level: int ) -> None: ... @@ -9690,6 +9920,8 @@ class ParIter_16_4_0_0_arena(ParIterBase_16_4_0_0_arena): class ParIter_16_4_0_0_default(ParIterBase_16_4_0_0_default): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_default, level: int ) -> None: ... @@ -9716,6 +9948,8 @@ class ParIter_16_4_0_0_default(ParIterBase_16_4_0_0_default): class ParIter_16_4_0_0_pinned(ParIterBase_16_4_0_0_pinned): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_16_4_0_0_pinned, level: int ) -> None: ... @@ -9742,6 +9976,8 @@ class ParIter_16_4_0_0_pinned(ParIterBase_16_4_0_0_pinned): class ParIter_2_1_3_1_arena(ParIterBase_2_1_3_1_arena): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_arena, level: int ) -> None: ... @@ -9768,6 +10004,8 @@ class ParIter_2_1_3_1_arena(ParIterBase_2_1_3_1_arena): class ParIter_2_1_3_1_default(ParIterBase_2_1_3_1_default): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_default, level: int ) -> None: ... @@ -9794,6 +10032,8 @@ class ParIter_2_1_3_1_default(ParIterBase_2_1_3_1_default): class ParIter_2_1_3_1_pinned(ParIterBase_2_1_3_1_pinned): is_soa_particle: typing.ClassVar[bool] = False + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_2_1_3_1_pinned, level: int ) -> None: ... @@ -9820,6 +10060,8 @@ class ParIter_2_1_3_1_pinned(ParIterBase_2_1_3_1_pinned): class ParIter_pureSoA_3_0_arena(ParIterBase_pureSoA_3_0_arena): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_3_0_arena, level: int ) -> None: ... @@ -9846,6 +10088,8 @@ class ParIter_pureSoA_3_0_arena(ParIterBase_pureSoA_3_0_arena): class ParIter_pureSoA_3_0_default(ParIterBase_pureSoA_3_0_default): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_3_0_default, level: int ) -> None: ... @@ -9872,6 +10116,8 @@ class ParIter_pureSoA_3_0_default(ParIterBase_pureSoA_3_0_default): class ParIter_pureSoA_3_0_pinned(ParIterBase_pureSoA_3_0_pinned): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_3_0_pinned, level: int ) -> None: ... @@ -9898,6 +10144,8 @@ class ParIter_pureSoA_3_0_pinned(ParIterBase_pureSoA_3_0_pinned): class ParIter_pureSoA_7_0_arena(ParIterBase_pureSoA_7_0_arena): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_arena, level: int ) -> None: ... @@ -9924,6 +10172,8 @@ class ParIter_pureSoA_7_0_arena(ParIterBase_pureSoA_7_0_arena): class ParIter_pureSoA_7_0_default(ParIterBase_pureSoA_7_0_default): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_default, level: int ) -> None: ... @@ -9950,6 +10200,8 @@ class ParIter_pureSoA_7_0_default(ParIterBase_pureSoA_7_0_default): class ParIter_pureSoA_7_0_pinned(ParIterBase_pureSoA_7_0_pinned): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_7_0_pinned, level: int ) -> None: ... @@ -9976,6 +10228,8 @@ class ParIter_pureSoA_7_0_pinned(ParIterBase_pureSoA_7_0_pinned): class ParIter_pureSoA_8_0_arena(ParIterBase_pureSoA_8_0_arena): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_arena, level: int ) -> None: ... @@ -10002,6 +10256,8 @@ class ParIter_pureSoA_8_0_arena(ParIterBase_pureSoA_8_0_arena): class ParIter_pureSoA_8_0_default(ParIterBase_pureSoA_8_0_default): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_default, level: int ) -> None: ... @@ -10028,6 +10284,8 @@ class ParIter_pureSoA_8_0_default(ParIterBase_pureSoA_8_0_default): class ParIter_pureSoA_8_0_pinned(ParIterBase_pureSoA_8_0_pinned): is_soa_particle: typing.ClassVar[bool] = True + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__( self, particle_container: ParticleContainer_pureSoA_8_0_pinned, level: int ) -> None: ... @@ -10053,6 +10311,8 @@ class ParIter_pureSoA_8_0_pinned(ParIterBase_pureSoA_8_0_pinned): def __repr__(self) -> str: ... class ParmParse: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def addfile(arg0: str) -> None: ... def __init__(self, prefix: str = "") -> None: ... @@ -10117,6 +10377,8 @@ class ParticleContainer_16_4_0_0_arena: num_struct_real: typing.ClassVar[int] = 16 const_iterator = ParConstIter_16_4_0_0_arena iterator = ParIter_16_4_0_0_arena + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -10294,6 +10556,8 @@ class ParticleContainer_16_4_0_0_default: num_struct_real: typing.ClassVar[int] = 16 const_iterator = ParConstIter_16_4_0_0_default iterator = ParIter_16_4_0_0_default + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -10471,6 +10735,8 @@ class ParticleContainer_16_4_0_0_pinned: num_struct_real: typing.ClassVar[int] = 16 const_iterator = ParConstIter_16_4_0_0_pinned iterator = ParIter_16_4_0_0_pinned + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -10648,6 +10914,8 @@ class ParticleContainer_2_1_3_1_arena: num_struct_real: typing.ClassVar[int] = 2 const_iterator = ParConstIter_2_1_3_1_arena iterator = ParIter_2_1_3_1_arena + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -10825,6 +11093,8 @@ class ParticleContainer_2_1_3_1_default: num_struct_real: typing.ClassVar[int] = 2 const_iterator = ParConstIter_2_1_3_1_default iterator = ParIter_2_1_3_1_default + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -11002,6 +11272,8 @@ class ParticleContainer_2_1_3_1_pinned: num_struct_real: typing.ClassVar[int] = 2 const_iterator = ParConstIter_2_1_3_1_pinned iterator = ParIter_2_1_3_1_pinned + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -11179,6 +11451,8 @@ class ParticleContainer_pureSoA_3_0_arena: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_3_0_arena iterator = ParIter_pureSoA_3_0_arena + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -11350,6 +11624,8 @@ class ParticleContainer_pureSoA_3_0_default: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_3_0_default iterator = ParIter_pureSoA_3_0_default + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -11521,6 +11797,8 @@ class ParticleContainer_pureSoA_3_0_pinned: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_3_0_pinned iterator = ParIter_pureSoA_3_0_pinned + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -11692,6 +11970,8 @@ class ParticleContainer_pureSoA_7_0_arena: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_7_0_arena iterator = ParIter_pureSoA_7_0_arena + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -11863,6 +12143,8 @@ class ParticleContainer_pureSoA_7_0_default: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_7_0_default iterator = ParIter_pureSoA_7_0_default + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -12034,6 +12316,8 @@ class ParticleContainer_pureSoA_7_0_pinned: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_7_0_pinned iterator = ParIter_pureSoA_7_0_pinned + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -12205,6 +12489,8 @@ class ParticleContainer_pureSoA_8_0_arena: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_8_0_arena iterator = ParIter_pureSoA_8_0_arena + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -12376,6 +12662,8 @@ class ParticleContainer_pureSoA_8_0_default: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_8_0_default iterator = ParIter_pureSoA_8_0_default + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -12547,6 +12835,8 @@ class ParticleContainer_pureSoA_8_0_pinned: num_struct_real: typing.ClassVar[int] = 0 const_iterator = ParConstIter_pureSoA_8_0_pinned iterator = ParIter_pureSoA_8_0_pinned + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def Define( self, arg0: Geometry, arg1: DistributionMapping, arg2: BoxArray @@ -12724,6 +13014,8 @@ class ParticleInitType_16_4_0_0: real_struct_data: typing.Annotated[ list[float], pybind11_stubgen.typing_ext.FixedSize(16) ] + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... class ParticleInitType_2_1_3_1: @@ -12740,6 +13032,8 @@ class ParticleInitType_2_1_3_1: real_struct_data: typing.Annotated[ list[float], pybind11_stubgen.typing_ext.FixedSize(2) ] + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... class ParticleInitType_pureSoA_3_0: @@ -12750,6 +13044,8 @@ class ParticleInitType_pureSoA_3_0: real_array_data: typing.Annotated[ list[float], pybind11_stubgen.typing_ext.FixedSize(3) ] + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... class ParticleInitType_pureSoA_7_0: @@ -12760,6 +13056,8 @@ class ParticleInitType_pureSoA_7_0: real_array_data: typing.Annotated[ list[float], pybind11_stubgen.typing_ext.FixedSize(7) ] + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... class ParticleInitType_pureSoA_8_0: @@ -12770,9 +13068,13 @@ class ParticleInitType_pureSoA_8_0: real_array_data: typing.Annotated[ list[float], pybind11_stubgen.typing_ext.FixedSize(8) ] + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... class ParticleTileData_16_4_0_0: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_16_4: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_16_4) -> None: ... @@ -12786,6 +13088,8 @@ class ParticleTileData_16_4_0_0: def m_size(self) -> int: ... class ParticleTileData_2_1_3_1: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_5_2: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_5_2) -> None: ... @@ -12799,6 +13103,8 @@ class ParticleTileData_2_1_3_1: def m_size(self) -> int: ... class ParticleTileData_pureSoA_3_0: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_3_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_3_0) -> None: ... @@ -12812,6 +13118,8 @@ class ParticleTileData_pureSoA_3_0: def m_size(self) -> int: ... class ParticleTileData_pureSoA_7_0: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_7_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_7_0) -> None: ... @@ -12825,6 +13133,8 @@ class ParticleTileData_pureSoA_7_0: def m_size(self) -> int: ... class ParticleTileData_pureSoA_8_0: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_8_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_8_0) -> None: ... @@ -12840,6 +13150,8 @@ class ParticleTileData_pureSoA_8_0: class ParticleTile_16_4_0_0_arena: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 0 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_16_4: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_16_4) -> None: ... @@ -12907,6 +13219,8 @@ class ParticleTile_16_4_0_0_arena: class ParticleTile_16_4_0_0_default: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 0 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_16_4: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_16_4) -> None: ... @@ -12974,6 +13288,8 @@ class ParticleTile_16_4_0_0_default: class ParticleTile_16_4_0_0_pinned: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 0 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_16_4: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_16_4) -> None: ... @@ -13041,6 +13357,8 @@ class ParticleTile_16_4_0_0_pinned: class ParticleTile_2_1_3_1_arena: NAI: typing.ClassVar[int] = 1 NAR: typing.ClassVar[int] = 3 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_5_2: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_5_2) -> None: ... @@ -13108,6 +13426,8 @@ class ParticleTile_2_1_3_1_arena: class ParticleTile_2_1_3_1_default: NAI: typing.ClassVar[int] = 1 NAR: typing.ClassVar[int] = 3 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_5_2: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_5_2) -> None: ... @@ -13175,6 +13495,8 @@ class ParticleTile_2_1_3_1_default: class ParticleTile_2_1_3_1_pinned: NAI: typing.ClassVar[int] = 1 NAR: typing.ClassVar[int] = 3 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_5_2: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_5_2) -> None: ... @@ -13242,6 +13564,8 @@ class ParticleTile_2_1_3_1_pinned: class ParticleTile_pureSoA_3_0_arena: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 3 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_3_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_3_0) -> None: ... @@ -13302,6 +13626,8 @@ class ParticleTile_pureSoA_3_0_arena: class ParticleTile_pureSoA_3_0_default: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 3 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_3_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_3_0) -> None: ... @@ -13362,6 +13688,8 @@ class ParticleTile_pureSoA_3_0_default: class ParticleTile_pureSoA_3_0_pinned: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 3 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_3_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_3_0) -> None: ... @@ -13422,6 +13750,8 @@ class ParticleTile_pureSoA_3_0_pinned: class ParticleTile_pureSoA_7_0_arena: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 7 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_7_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_7_0) -> None: ... @@ -13482,6 +13812,8 @@ class ParticleTile_pureSoA_7_0_arena: class ParticleTile_pureSoA_7_0_default: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 7 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_7_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_7_0) -> None: ... @@ -13542,6 +13874,8 @@ class ParticleTile_pureSoA_7_0_default: class ParticleTile_pureSoA_7_0_pinned: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 7 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_7_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_7_0) -> None: ... @@ -13602,6 +13936,8 @@ class ParticleTile_pureSoA_7_0_pinned: class ParticleTile_pureSoA_8_0_arena: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 8 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_8_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_8_0) -> None: ... @@ -13662,6 +13998,8 @@ class ParticleTile_pureSoA_8_0_arena: class ParticleTile_pureSoA_8_0_default: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 8 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_8_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_8_0) -> None: ... @@ -13722,6 +14060,8 @@ class ParticleTile_pureSoA_8_0_default: class ParticleTile_pureSoA_8_0_pinned: NAI: typing.ClassVar[int] = 0 NAR: typing.ClassVar[int] = 8 + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __getitem__(self, arg0: int) -> Particle_8_0: ... def __init__(self) -> None: ... def __setitem__(self, arg0: int, arg1: Particle_8_0) -> None: ... @@ -13785,6 +14125,8 @@ class Particle_16_4: x: float y: float z: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def NextID(self) -> int: ... @typing.overload @@ -13849,6 +14191,8 @@ class Particle_2_1: x: float y: float z: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def NextID(self) -> int: ... @typing.overload @@ -13913,6 +14257,8 @@ class Particle_3_0: x: float y: float z: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def NextID(self) -> int: ... @typing.overload @@ -13975,6 +14321,8 @@ class Particle_5_2: x: float y: float z: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def NextID(self) -> int: ... @typing.overload @@ -14039,6 +14387,8 @@ class Particle_7_0: x: float y: float z: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def NextID(self) -> int: ... @typing.overload @@ -14101,6 +14451,8 @@ class Particle_8_0: x: float y: float z: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def NextID(self) -> int: ... @typing.overload @@ -14160,6 +14512,8 @@ class Particle_8_0: class Periodicity: __hash__: typing.ClassVar[None] = None @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod def non_periodic() -> Periodicity: """ Return the Periodicity object that is not periodic in any direction @@ -14185,6 +14539,8 @@ class Periodicity: def shift_IntVect(self, arg1: IntVect3D) -> list[IntVect3D]: ... class PlotFileData: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def DistributionMap(self, arg0: int) -> DistributionMapping: ... def __init__(self, arg0: str) -> None: ... def boxArray(self, arg0: int) -> BoxArray: ... @@ -14220,6 +14576,8 @@ class PlotFileData: def varNames(self) -> Vector_string: ... class RealBox: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @typing.overload def __init__(self) -> None: ... @typing.overload @@ -14333,6 +14691,8 @@ class RealBox: class RealVect: __hash__: typing.ClassVar[None] = None @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... + @staticmethod def unit_vector() -> RealVect: ... @staticmethod def zero_vector() -> RealVect: ... @@ -14457,6 +14817,8 @@ class RealVect: """ class SmallMatrix_1x6_F_SI1_double: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def zero() -> SmallMatrix_1x6_F_SI1_double: ... def __add__( @@ -14602,6 +14964,8 @@ class SmallMatrix_1x6_F_SI1_double: def starting_index(self) -> int: ... class SmallMatrix_1x6_F_SI1_float: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def zero() -> SmallMatrix_1x6_F_SI1_float: ... def __add__( @@ -14747,6 +15111,8 @@ class SmallMatrix_1x6_F_SI1_float: def starting_index(self) -> int: ... class SmallMatrix_1x6_F_SI1_longdouble: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def zero() -> SmallMatrix_1x6_F_SI1_longdouble: ... def __add__( @@ -14892,6 +15258,8 @@ class SmallMatrix_1x6_F_SI1_longdouble: def starting_index(self) -> int: ... class SmallMatrix_6x1_F_SI1_double: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def zero() -> SmallMatrix_6x1_F_SI1_double: ... def __add__( @@ -15037,6 +15405,8 @@ class SmallMatrix_6x1_F_SI1_double: def starting_index(self) -> int: ... class SmallMatrix_6x1_F_SI1_float: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def zero() -> SmallMatrix_6x1_F_SI1_float: ... def __add__( @@ -15182,6 +15552,8 @@ class SmallMatrix_6x1_F_SI1_float: def starting_index(self) -> int: ... class SmallMatrix_6x1_F_SI1_longdouble: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def zero() -> SmallMatrix_6x1_F_SI1_longdouble: ... def __add__( @@ -15327,6 +15699,8 @@ class SmallMatrix_6x1_F_SI1_longdouble: def starting_index(self) -> int: ... class SmallMatrix_6x6_F_SI1_double: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def identity() -> SmallMatrix_6x6_F_SI1_double: ... @staticmethod @@ -15484,6 +15858,8 @@ class SmallMatrix_6x6_F_SI1_double: def starting_index(self) -> int: ... class SmallMatrix_6x6_F_SI1_float: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def identity() -> SmallMatrix_6x6_F_SI1_float: ... @staticmethod @@ -15641,6 +16017,8 @@ class SmallMatrix_6x6_F_SI1_float: def starting_index(self) -> int: ... class SmallMatrix_6x6_F_SI1_longdouble: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... @staticmethod def identity() -> SmallMatrix_6x6_F_SI1_longdouble: ... @staticmethod @@ -15798,6 +16176,8 @@ class SmallMatrix_6x6_F_SI1_longdouble: def starting_index(self) -> int: ... class StructOfArrays_0_0_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -15983,6 +16363,8 @@ class StructOfArrays_0_0_arena: """ class StructOfArrays_0_0_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -16168,6 +16550,8 @@ class StructOfArrays_0_0_default: """ class StructOfArrays_0_0_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -16353,6 +16737,8 @@ class StructOfArrays_0_0_pinned: """ class StructOfArrays_3_0_idcpu_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -16542,6 +16928,8 @@ class StructOfArrays_3_0_idcpu_arena: """ class StructOfArrays_3_0_idcpu_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -16731,6 +17119,8 @@ class StructOfArrays_3_0_idcpu_default: """ class StructOfArrays_3_0_idcpu_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -16920,6 +17310,8 @@ class StructOfArrays_3_0_idcpu_pinned: """ class StructOfArrays_3_1_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -17105,6 +17497,8 @@ class StructOfArrays_3_1_arena: """ class StructOfArrays_3_1_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -17290,6 +17684,8 @@ class StructOfArrays_3_1_default: """ class StructOfArrays_3_1_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -17475,6 +17871,8 @@ class StructOfArrays_3_1_pinned: """ class StructOfArrays_7_0_idcpu_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -17664,6 +18062,8 @@ class StructOfArrays_7_0_idcpu_arena: """ class StructOfArrays_7_0_idcpu_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -17853,6 +18253,8 @@ class StructOfArrays_7_0_idcpu_default: """ class StructOfArrays_7_0_idcpu_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -18042,6 +18444,8 @@ class StructOfArrays_7_0_idcpu_pinned: """ class StructOfArrays_8_0_idcpu_arena: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -18231,6 +18635,8 @@ class StructOfArrays_8_0_idcpu_arena: """ class StructOfArrays_8_0_idcpu_default: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -18420,6 +18826,8 @@ class StructOfArrays_8_0_idcpu_default: """ class StructOfArrays_8_0_idcpu_pinned: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self) -> None: ... def __len__(self) -> int: """ @@ -18610,6 +19018,8 @@ class StructOfArrays_8_0_idcpu_pinned: class Vector_BoxArray: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -18714,6 +19124,8 @@ class Vector_BoxArray: class Vector_DistributionMapping: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -18817,6 +19229,8 @@ class Vector_DistributionMapping: def size(self) -> int: ... class Vector_Geometry: + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -18907,6 +19321,8 @@ class Vector_Geometry: class Vector_IntVect: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -19011,6 +19427,8 @@ class Vector_IntVect: class Vector_Long: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -19119,6 +19537,8 @@ class Vector_Long: class Vector_Real: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -19227,6 +19647,8 @@ class Vector_Real: class Vector_int: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -19335,6 +19757,8 @@ class Vector_int: class Vector_string: __hash__: typing.ClassVar[None] = None + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __bool__(self) -> bool: """ Check whether the list is nonempty @@ -19455,11 +19879,15 @@ class VisMF: """ Writes a Multifab to the specified file """ + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... class XDim3: x: float y: float z: float + @staticmethod + def _pybind11_conduit_v1_(*args, **kwargs): ... def __init__(self, arg0: float, arg1: float, arg2: float) -> None: ... def AlmostEqual(rb1: RealBox, rb2: RealBox, eps: float = 0.0) -> bool: