ImpactX
Loading...
Searching...
No Matches
InitAMReX.H
Go to the documentation of this file.
1/* Copyright 2022-2023 The Regents of the University of California, through Lawrence
2 * Berkeley National Laboratory (subject to receipt of any required
3 * approvals from the U.S. Dept. of Energy). All rights reserved.
4 *
5 * This file is part of ImpactX.
6 *
7 * Authors: Axel Huebl
8 * License: BSD-3-Clause-LBNL
9 */
10#ifndef IMPACT_DEFAULT_INIT_AMREX_H
11#define IMPACT_DEFAULT_INIT_AMREX_H
12
13#include "AmrCoreData.H"
14
15
17{
22 void default_init_AMReX (int argc, char* argv[]);
23
28 void default_init_AMReX ();
29
30} // namespace impactx::initialization
31
32#endif // IMPACT_DEFAULT_INIT_AMREX_H
Definition AmrCoreData.cpp:18
void default_init_AMReX()
Definition InitAMReX.cpp:44