WarpX
WarpXAMReXInit.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_AMREX_INIT_H_
8 #define WARPX_AMREX_INIT_H_
9 
10 #include <AMReX_BaseFwd.H>
11 
12 namespace warpx::initialization
13 {
14 
28  amrex_init(
29  int& argc,
30  char**& argv,
31  bool build_parm_parse = true
32  /* MPI_Comm mpi_comm = MPI_COMM_WORLD */
33  );
34 
35 }
36 #endif //WARPX_AMREX_INIT_H_
Definition: WarpXAMReXInit.cpp:65
amrex::AMReX * amrex_init(int &argc, char **&argv, bool build_parm_parse)
Definition: WarpXAMReXInit.cpp:68