ImpactX
InitAmrCore.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_INIT_AMR_CORE_H
11 #define IMPACT_INIT_AMR_CORE_H
12 
13 #include "AmrCoreData.H"
14 
15 #include <limits>
16 
17 
19 {
25  AmrCoreData
26  init_amr_core ();
27 
35  AmrCoreData
37 
46  AmrCoreData
48 
53 
54 } // namespace impactx::initialization
55 
56 #endif // IMPACT_INIT_AMR_CORE_H
Definition: AmrCoreData.cpp:16
AmrCoreData one_box_per_rank()
Definition: InitAmrCore.cpp:112
AmrCoreData amrex_amrcore_gridding()
Definition: InitAmrCore.cpp:87
constexpr amrex::RealVect undefined_geometry_prob_lo(-1.0)
the fake domain size (lower end), used to indicate that the user made no choice for it
constexpr amrex::RealVect undefined_geometry_prob_hi(1.0)
the fake domain size (higher end), used to indicate that the user made no choice for it
AmrCoreData init_amr_core()
Definition: InitAmrCore.cpp:68