WarpX
|
Namespaces | |
algorithms | |
logo | |
parser | |
physics | |
Functions | |
std::vector< double > | getRelativeCellPosition (amrex::MultiFab const &mf) |
std::vector< double > utils::getRelativeCellPosition | ( | amrex::MultiFab const & | mf | ) |
Get the Relative Cell Position of Values in an MultiFab
Translate the IndexType of a given MultiFab into a position relative to the lower corner of a cell.
[in] | mf | the amrex::MultiFab to get relative cell positions for |