|
pyAMReX
|
Macros | |
| #define | STRINGIFY(x) #x |
| #define | MACRO_STRINGIFY(x) STRINGIFY(x) |
Functions | |
| void | init_AMReX (py::module &) |
| void | init_Arena (py::module &) |
| void | init_Array4 (py::module &) |
| void | init_BaseFab (py::module &) |
| void | init_Box (py::module &) |
| void | init_RealBox (py::module &) |
| void | init_BoxArray (py::module &) |
| void | init_CoordSys (py::module &) |
| void | init_Dim3 (py::module &) |
| void | init_DistributionMapping (py::module &) |
| void | init_FArrayBox (py::module &) |
| void | init_Geometry (py::module &) |
| void | init_IndexType (py::module &) |
| void | init_IntVect (py::module &) |
| void | init_RealVect (py::module &) |
| void | init_AmrMesh (py::module &) |
| void | init_MultiFab (py::module &) |
| void | init_ParallelDescriptor (py::module &) |
| void | init_ParmParse (py::module &) |
| void | init_ParticleContainer (py::module &) |
| void | init_Periodicity (py::module &) |
| void | init_PlotFileUtil (py::module &) |
| void | init_PODVector (py::module &) |
| void | init_Utility (py::module &) |
| void | init_Vector (py::module &) |
| void | init_Version (py::module &) |
| PYBIND11_MODULE (amrex_3d_pybind, m) | |
| #define MACRO_STRINGIFY | ( | x | ) | STRINGIFY(x) |
| #define STRINGIFY | ( | x | ) | #x |
| void init_AMReX | ( | py::module & | m | ) |
| void init_AmrMesh | ( | py::module & | m | ) |
| void init_Arena | ( | py::module & | m | ) |
| void init_Array4 | ( | py::module & | m | ) |
| void init_BaseFab | ( | py::module & | m | ) |
| void init_Box | ( | py::module & | m | ) |
| void init_BoxArray | ( | py::module & | m | ) |
Construct an empty BoxArray
Construct a BoxArray from an array of Boxes of size nbox.
Construct a BoxArray from an array of Boxes of size nbox.
Coarsen each Box in the BoxArray to the specified ratio.
Coarsen each Box in the BoxArray to the specified ratio.
Return element index of this BoxArray.
Return smallest Box that contains all Boxes in this BoxArray.
Return index type of this BoxArray
| void init_CoordSys | ( | py::module & | m | ) |
| void init_Dim3 | ( | py::module & | m | ) |
| void init_DistributionMapping | ( | py::module & | m | ) |
Length of the underlying processor map.
Number of references to this DistributionMapping
Returns a constant reference to the mapping of boxes in the underlying BoxArray to the CPU that holds the FAB on that Box. ProcessorMap()[i] is an integer in the interval [0, NCPU) where NCPU is the number of CPUs being used.
Equivalent to ProcessorMap()[index].
| void init_FArrayBox | ( | py::module & | m | ) |
| void init_Geometry | ( | py::module & | m | ) |
| void init_IndexType | ( | py::module & | m | ) |
| void init_IntVect | ( | py::module & | m | ) |
| void init_MultiFab | ( | py::module & | m | ) |
| void init_ParallelDescriptor | ( | py::module & | m | ) |
| void init_ParmParse | ( | py::module & | m | ) |
| void init_ParticleContainer | ( | py::module & | m | ) |
| void init_Periodicity | ( | py::module & | m | ) |
| void init_PlotFileUtil | ( | py::module & | m | ) |
| void init_PODVector | ( | py::module & | m | ) |
| void init_RealBox | ( | py::module & | m | ) |
| void init_RealVect | ( | py::module & | m | ) |
| void init_Utility | ( | py::module & | m | ) |
| void init_Vector | ( | py::module & | m | ) |
| void init_Version | ( | py::module & | m | ) |
| PYBIND11_MODULE | ( | amrex_3d_pybind | , |
| m | |||
| ) |