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 <AMReX_BaseFwd.H>
11 
12 #include <vector>
13 
14 namespace utils
15 {
24  std::vector< double >
26 }
27 
28 #endif // WARPX_RELATIVE_CELL_POSITION_H_
Definition: IsIn.H:16
std::vector< double > getRelativeCellPosition(amrex::MultiFab const &mf)
Definition: RelativeCellPosition.cpp:14