File tree Expand file tree Collapse file tree 6 files changed +12
-0
lines changed Expand file tree Collapse file tree 6 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ from amrex.space1d.amrex_1d_pybind import (
264264 Vector_string ,
265265 VisMF ,
266266 XDim3 ,
267+ almost_equal ,
267268 begin ,
268269 coarsen ,
269270 concatenate ,
@@ -512,6 +513,7 @@ __all__ = [
512513 "Vector_string" ,
513514 "VisMF" ,
514515 "XDim3" ,
516+ "almost_equal" ,
515517 "amrex_1d_pybind" ,
516518 "begin" ,
517519 "coarsen" ,
Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ __all__ = [
264264 "Vector_string",
265265 "VisMF",
266266 "XDim3",
267+ "almost_equal",
267268 "begin",
268269 "coarsen",
269270 "concatenate",
@@ -18095,6 +18096,7 @@ def The_Cpu_Arena() -> Arena: ...
1809518096def The_Device_Arena() -> Arena: ...
1809618097def The_Managed_Arena() -> Arena: ...
1809718098def The_Pinned_Arena() -> Arena: ...
18099+ def almost_equal(x: float, y: float, ulp: int = 2) -> bool: ...
1809818100def begin(arg0: Box) -> Dim3: ...
1809918101@typing.overload
1810018102def coarsen(arg0: IntVect1D, arg1: IntVect1D) -> IntVect1D: ...
Original file line number Diff line number Diff line change @@ -288,6 +288,7 @@ from amrex.space2d.amrex_2d_pybind import (
288288 Vector_string ,
289289 VisMF ,
290290 XDim3 ,
291+ almost_equal ,
291292 begin ,
292293 coarsen ,
293294 concatenate ,
@@ -560,6 +561,7 @@ __all__ = [
560561 "Vector_string" ,
561562 "VisMF" ,
562563 "XDim3" ,
564+ "almost_equal" ,
563565 "amrex_2d_pybind" ,
564566 "begin" ,
565567 "coarsen" ,
Original file line number Diff line number Diff line change @@ -288,6 +288,7 @@ __all__ = [
288288 "Vector_string",
289289 "VisMF",
290290 "XDim3",
291+ "almost_equal",
291292 "begin",
292293 "coarsen",
293294 "concatenate",
@@ -19913,6 +19914,7 @@ def The_Cpu_Arena() -> Arena: ...
1991319914def The_Device_Arena() -> Arena: ...
1991419915def The_Managed_Arena() -> Arena: ...
1991519916def The_Pinned_Arena() -> Arena: ...
19917+ def almost_equal(x: float, y: float, ulp: int = 2) -> bool: ...
1991619918def begin(arg0: Box) -> Dim3: ...
1991719919@typing.overload
1991819920def coarsen(arg0: IntVect1D, arg1: IntVect1D) -> IntVect1D: ...
Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ from amrex.space3d.amrex_3d_pybind import (
264264 Vector_string ,
265265 VisMF ,
266266 XDim3 ,
267+ almost_equal ,
267268 begin ,
268269 coarsen ,
269270 concatenate ,
@@ -512,6 +513,7 @@ __all__ = [
512513 "Vector_string" ,
513514 "VisMF" ,
514515 "XDim3" ,
516+ "almost_equal" ,
515517 "amrex_3d_pybind" ,
516518 "begin" ,
517519 "coarsen" ,
Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ __all__ = [
264264 "Vector_string",
265265 "VisMF",
266266 "XDim3",
267+ "almost_equal",
267268 "begin",
268269 "coarsen",
269270 "concatenate",
@@ -18128,6 +18129,7 @@ def The_Cpu_Arena() -> Arena: ...
1812818129def The_Device_Arena() -> Arena: ...
1812918130def The_Managed_Arena() -> Arena: ...
1813018131def The_Pinned_Arena() -> Arena: ...
18132+ def almost_equal(x: float, y: float, ulp: int = 2) -> bool: ...
1813118133def begin(arg0: Box) -> Dim3: ...
1813218134@typing.overload
1813318135def coarsen(arg0: IntVect1D, arg1: IntVect1D) -> IntVect1D: ...
You can’t perform that action at this time.
0 commit comments