WarpX
RelativeCellPosition.H
Go to the documentation of this file.
1 /* Copyright 2020 Axel Huebl
2  *
3  * This file is part of WarpX.
4  *
5  * License: BSD-3-Clause-LBNL
6  */
7 #ifndef WARPX_RELATIVE_CELL_POSITION_H_
8 #define WARPX_RELATIVE_CELL_POSITION_H_
9 
10 #include "WarpX.H"
11 
12 #include <AMReX_MultiFab.H>
13 
14 #include <vector>
15 
16 
17 namespace utils
18 {
27  std::vector< double >
28  getRelativeCellPosition (amrex::MultiFab const& mf);
29 }
30 
31 #endif // WARPX_RELATIVE_CELL_POSITION_H_
std::vector< double > getRelativeCellPosition(amrex::MultiFab const &mf)
Definition: RelativeCellPosition.cpp:13
Definition: MPIInitHelpers.cpp:17