WarpX
Loading...
Searching...
No Matches
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
8#ifndef ABLASTR_UTILS_RELATIVE_CELL_POSITION_H_
9#define ABLASTR_UTILS_RELATIVE_CELL_POSITION_H_
10
11#include <AMReX_BaseFwd.H>
12
13#include <vector>
14
15namespace ablastr::utils
16{
25 [[nodiscard]] std::vector< double >
26 getRelativeCellPosition (amrex::MultiFab const& mf);
27}
28
29#endif // ABLASTR_UTILS_RELATIVE_CELL_POSITION_H_
Definition Communication.cpp:26
std::vector< double > getRelativeCellPosition(amrex::MultiFab const &mf)
Definition RelativeCellPosition.cpp:15