File tree Expand file tree Collapse file tree 6 files changed +4035
-1035
lines changed Expand file tree Collapse file tree 6 files changed +4035
-1035
lines changed Original file line number Diff line number Diff line change 1515 BoxArray
1616 Dim3
1717 FArrayBox
18+ iMultiFab
1819 IntVect
1920 IndexType
2021 RealVect
22+ MFInfo
23+ MFItInfo
2124 MultiFab
2225 ParallelDescriptor
2326 Particle
@@ -93,8 +96,10 @@ from amrex.space1d.amrex_1d_pybind import (
9396 Direction ,
9497 DistributionMapping ,
9598 FabArray_FArrayBox ,
99+ FabArray_IArrayBox ,
96100 FabArrayBase ,
97101 FabFactory_FArrayBox ,
102+ FabFactory_IArrayBox ,
98103 FArrayBox ,
99104 Geometry ,
100105 GeometryData ,
@@ -285,6 +290,7 @@ from amrex.space1d.amrex_1d_pybind import (
285290 end ,
286291 finalize ,
287292 htod_memcpy ,
293+ iMultiFab ,
288294 initialize ,
289295 initialize_when_MPMD ,
290296 initialized ,
@@ -352,7 +358,9 @@ __all__ = [
352358 "FArrayBox" ,
353359 "FabArrayBase" ,
354360 "FabArray_FArrayBox" ,
361+ "FabArray_IArrayBox" ,
355362 "FabFactory_FArrayBox" ,
363+ "FabFactory_IArrayBox" ,
356364 "Geometry" ,
357365 "GeometryData" ,
358366 "IndexType" ,
@@ -546,6 +554,7 @@ __all__ = [
546554 "end" ,
547555 "finalize" ,
548556 "htod_memcpy" ,
557+ "iMultiFab" ,
549558 "initialize" ,
550559 "initialize_when_MPMD" ,
551560 "initialized" ,
You can’t perform that action at this time.
0 commit comments